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.223 Home All releases olderv2.1.222 v2.1.224newer

Feedback form gets a real multi-line details editor and a size limit message

You'll notice
Useful3 Signal0
Feedback Form

The feedback form keeps your typed details after submit or Ctrl-C and warns before you exceed the size cap.

/bug
What

The details field in the feedback form is now a proper multi-line editor that keeps your text after submit and survives Ctrl-C, and it tells you when an edit would exceed the size cap instead of silently truncating.

Details
  • The shared text input now forwards disableBackslashReturn, clearOnSubmit and disableCtrlCClear down to the underlying editor.
  • The feedback details field sets these so it does not clear on submit and Ctrl-C does not wipe what you typed.
  • Editing past the details cap produces a message asking you to trim first; the KB figure quoted in that message is computed at runtime rather than hardcoded.
Evidence

That edit would push Details past the

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.223 →