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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

GitHub PR status polling moved into a standalone store

Under the hood
Useful2 Signal1
Elsewhere

Pull request status polling keeps its timers and last result even as the view redraws.

What

The poller that watches pull request status now owns its timers, backoff and last snapshot outside the UI, so its state is no longer torn down and rebuilt whenever the view re-renders.

Details
  • The UI subscribes to it rather than driving it from effects.
  • Existing disable telemetry (bad_streak_disabled, slow_disabled with elapsed_ms) under github_pr_status_direct is unchanged.
Evidence

github_pr_status_direct

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