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

Status line moved out of React into a standalone store

Under the hood
Useful2 Signal2
Terminal UI

The status line is now driven by its own store with its own refresh and debounce timers.

What

The status line is now driven by a subscribable store rather than a React hook, with its own snapshot, cancellation, debounce and refresh timers.

Details
  • Change detection is explicit over a named input list: token usage, permission mode, vim mode, main loop model, fast mode, effort value, thinking enabled and PR status.
  • The trust prompt and the "configured but disableAllHooks is true" warning behave as before.
  • Vim state is now handed in when the payload is built instead of read from a global.
Evidence

Status line is configured but disableAllHooks is true

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 →