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.236 Home All releases olderv2.1.235 v2.1.237newer
Claude Code v2.1.236

Fleet view and the prompt input rebuilt on explicit stores

Under the hood
Useful1 Signal1
Background Tasks

The fleet screen and text input were rebuilt on state stores; nothing you see changed.

What

The fleet screen, the text input and the reply composer were rewritten from dozens of loose React refs onto store objects with named operations. Behaviour is broadly unchanged, and the visible copy such as the delete failure toast is the same.

Details
  • Fleet operations are now named calls: updateJobs, navigateTo, beginPromote/endPromote, beginNewSession, toggleCollapsed, openGroupEdit, startRename, plus the reload, remote poll and archive guards.
  • The editor store exposes setQueryAndCursor, pastes, saveReplyDraft and registerLivePeekQuery; the old prop-drilled refs are gone.
  • REPL streaming state moved onto a single object with a dispose().
  • Escape handling picked up a debug-panel case.
  • Two dialogs were dropped from the REPL's list: IDE onboarding and the auto-default nudge.
Evidence

sweepReplyDrafts, TurnController: used before its screen bound a host, setQueryAndCursor

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