Source Intelligence

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.

All of v2.1.224 Home All releases olderv2.1.223 v2.1.225newer

Wayland clipboard copies run one after the other

You'll notice
Useful2 Signal1
Elsewhere

On Wayland, clipboard and primary-selection writes now happen in order, not simultaneously.

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.

See this entry in the whole of v2.1.224 →