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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

Assorted robustness and wording fixes

You'll notice
Useful1 Signal0
Elsewhere

Small wording and reliability corrections across messaging, feedback and file handling.

What

A batch of small corrections across messaging, feedback and file handling.

Details
  • Messages arriving without a valid id get one generated, with an error logged, instead of passing an undefined id along
  • The feedback "payload too large" error now reads "turn the transcript toggle off, then Send again." and marks the result as too large
  • A storage purge failure is logged before the older code path is tried
  • The plugin cache post-install warning dropped its "(or no longer)" hedge
  • Temporary files ending in .tmp~ plus eight characters are now excluded
  • A session-directory check reports a distinct "junk" outcome when it finds a regular file where a directory was expected
  • Reading enum values from a JSON schema tolerates a non-array oneOf or enum
  • The local IPC connect path sizes the payload first and refuses to connect if it exceeds the cap
Evidence

turn the transcript toggle off, then Send again.

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.235 →