Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

Remote-control bridge now waits for in-flight OAuth refresh before exiting/registering

Remote Control now waits for an in-progress login token refresh before registering the device

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaRemote Controlwhat it touches
KindImprovementsin v2.1.265,
You'll notice

Remote Control now waits for an in-progress login token refresh before registering the device

What

When you run claude remote-control to connect a device (so you can continue a local session from your phone or another computer), the setup process now waits for any in-progress OAuth token refresh (the background renewal of your login credentials) to finish before it registers the device or exits, up to a new capped wait time (OAUTH_REFRESH_EXIT_WAIT_CAP_MS).

Why

This avoids a race where Remote Control tries to register or exit while your login token is mid-refresh, which could otherwise leave the connection in a bad state.

Read from
Names in the bundleclaude remote-control
What the documentation says
claude remote-control Continue local sessions from any device with Remote Control modified, high confidence Until you accept Remote Control's one-time confirmation, `claude remote-control` explains what it does and asks `Enable Remote Control? (y/n)` before starting the server. Answer `y` to accept and start the server. If you decline, Claude Co… see the edit
claude remote-control Continue local sessions from any device with Remote Control modified, high confidence * Signed out, from `claude remote-control`: `You must be logged in to use Remote Control. Remote Control is only available with claude.ai subscriptions.` see the edit
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up claude remote-control, on CLI reference. | `--remote-control-session-name-prefix <prefix>` | Prefix for auto-generated [Remote Control](/docs/en/remote-control) session names when no explicit name is set. Defaults to your machine's hostname, producing names like `myhost-graceful-… cli-reference see the edit
Added since A small documentation edit on Claude Code on mobile touched a line naming claude remote-control after this was published. 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… mobile see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesclaude remote-control on Continue local sessions from any device with Remote Control

See this entry in the whole of v2.1.265 →

Feedback