Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.271 ·

Remote-control bridge reconnects project-thread sessions on restart

The claude remote-control bridge now re-queues project-thread sessions when it restarts, up to a capped batch size

TierYou'll noticehow much it should matter to you
Useful3my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaRemote Controlwhat it touches
KindImprovementsin v2.1.271,
Group of 2 You'll notice

The claude remote-control bridge now re-queues project-thread sessions when it restarts, up to a capped batch size

What

When the claude remote-control bridge starts up, it now reads a persisted list of project-thread session IDs (projectThreadSessionIds, stored with a projectThreadSessionIdsPersistedAt timestamp) and reconnects them.

  • A bounded batch of these sessions is re-queued concurrently via a new reconnect helper, capped so only a limited number resume at once.
  • Progress is logged with a summary like "project thread sessions: N re-queued, N ended, N left to the next message."
  • This sits alongside the existing single-session and activeSessionIds (multisession) reconnect paths, and the bridge now tracks in-progress reconnects via boundedResumeSessionIds.

Why

If the bridge restarts, project-thread sessions that were active before are automatically picked back up instead of being lost, while the batch cap keeps a restart from trying to reconnect everything at once.

Read from
Feature flag
tengu_bridge_rc_child_restart_resume Not enough to say

Nothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.

This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.271: on

These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.

Read once, for one account on one subscription tier, against v2.1.271. It isn't a statement about your account. What a flag value here can and cannot tell you

What the documentation says
claude remote-control Claude Code on mobile modified, medium confidence Remote Control connects the Claude app to a Claude Code session running on your machine, so code execution and filesystem access stay local while you drive the session from your phone. Start the session on your computer with `claude remote… see the edit
How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not say what distinguishes a 'project thread' session from other bridge sessions in effect for the reader, or how a reader…
Anthropic's documentation agreesclaude remote-control on Claude Code on mobile
The name it cites is new in this buildNew in this build: tengu_bridge_rc_child_restart_resume

See this entry in the whole of v2.1.271 →