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

A command can decide from its arguments whether it counts as sensitive

Under the hood
Useful2 Signal3
Slash Commands Notable

Commands can now decide from their arguments whether to be treated as sensitive; nothing shipped uses it yet.

Argument-dependent command sensitivity is wired through the transcript and input handler, but no shipped command uses the function form.

What

A slash command's sensitivity can now be a function of the text typed after it, not just a fixed yes or no, and the same check is used by both the transcript and the input handler. The "isn't available over Remote Control" rejection now echoes the command as /name *** when it is sensitive instead of repeating what you typed. No command shipped in this build uses the function form.

Evidence

isn't available over Remote Control.

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