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 viaboundedResumeSessionIds.
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.
tengu_bridge_rc_child_restart_resume Not enough to sayNothing 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
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
The finding does not say what distinguishes a 'project thread' session from other bridge sessions in effect for the reader, or how a reader…
claude remote-control on Claude Code on mobile
New in this build: tengu_bridge_rc_child_restart_resume