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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Bash safety tables moved out of lazy initialisation

Under the hood
Useful1 Signal1
Elsewhere

Bash safety tables are built at startup instead of on first use, with identical rules.

What

The command argument tables, the plain-English verb descriptions, the read/write classification and the per-command danger checks are now built at load time instead of on first use. The rules, flag sets and patterns are identical.

Details
  • An allow-list for the aki command present in 2.1.247 does not appear in this part of the build.
Evidence

count lines/words/bytes in 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.248 →