DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.
On Wayland, clipboard and primary-selection writes now happen in order, not simultaneously.
What's wrong with this entry?
Anonymous. No account, no email.
What
On Linux under Wayland, copying no longer writes the clipboard and the primary selection at the same time. The clipboard write completes first, and if a newer copy has begun in the meantime the primary-selection write is skipped.
Details
Applies when WAYLAND_DISPLAY is set and wl-copy is on PATH.
Both writes have their output discarded.
Evidence
wl-copy
Strings lifted out of the shipped bundle, so the claim above can be checked against them.