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

Slash-command arguments are redacted before they appear in the transcript

You'll notice
Useful4 Signal2
Slash Commands

Slash-command arguments are now redacted for tokens and keys before appearing in the transcript.

What

Arguments echoed back as /command args now go through the same secret redaction used elsewhere, covering Bearer tokens, Basic auth, sk-ant- keys and Slack webhook URLs, including the "Args from unknown skill" warning. An unknown command whose arguments change under redaction is now treated as sensitive.

Details
  • Plugin names, granted-scope display names, added workspace directory paths and the IDE name in "Opened changes in …" now pass through a display sanitizer
  • That sanitizer blanks any string with zero visible width, so invisible characters cannot be used to fake a name
Evidence

Bearer <token>

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