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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Sessions that fail to re-attach are retried, then handed to token refresh

You'll notice
Useful2 Signal2
Remote Control

Sessions that fail to reattach after a reconnect are retried up to five times.

What

After the bridge re-registers itself, any session it could not put back on the work queue is held and retried on later idle polls, up to 5 times, rather than being lost immediately.

Details
  • On exhaustion the bridge logs a line ending attempts; left to token refresh and records outcome requeue_dropped on the same tengu_bridge_env_reregister event.
  • Same remote switch as the re-registration path itself.
Evidence

requeue_dropped

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