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

Remote runner prefetches config and batches step events

Under the hood
Useful2 Signal2
Sessions

Remote sessions fetch their config earlier and reuse it only while it is still fresh.

What

In remote sessions the runner now starts fetching /remote config early and reuses that result only when it is recent enough, otherwise re-fetching so the inference token is fresh.

Details
  • Event posting was reworked so step events can be held and flushed together with the next activity or step post.
  • When a post fails, the number of dropped events is reported.
Evidence

re-fetching for a fresh inference token

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 →