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

sort and uniq no longer get a special write pre-check

You'll notice
Useful3 Signal2
Permissions

Bash permission checks no longer special-case sort and uniq; they default to read access like other commands.

What

Path-restricted Bash permission checks stopped extracting sort's -o/--output= target and stopped running a separate write-permission deny pass for sort and uniq. Both now use the generic positional-file handling and default to read access.

Details
  • The read-only sed downgrade, where a sed command judged non-mutating is checked as a read rather than a write, is preserved and now inline.
Evidence

sort contents of files from

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