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

Groundwork for a host that can block bypass-permissions mode

Not switched on
Useful2 Signal4
Permissions

Permission resolution can now be told the host forbids bypass mode, but nothing reads it.

A bypassPermissionsBlockedByHost input is plumbed through permission-mode resolution but never read back in this build.

What

The permission-mode resolver and its subprocess variant now accept a bypassPermissionsBlockedByHost input, carried alongside the existing skip-permissions and non-interactive flags. Nothing in this build reads the value back out, so it is plumbing ahead of the behaviour it is named for.

Evidence

bypassPermissionsBlockedByHost

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 →