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.259 ·

Cloud device-hooks bridge gains a "muted" state

The cloud device-hooks bridge gains a muted phase that unregisters from the cloud session and restores registration on unmute.

TierNothing to try yethow much it should matter to you
Useful3my rating, 1 to 5
Signal4worth watching, 1 to 5
AreaCloud Sessionswhat it touches
KindIn Developmentin v2.1.259,
Nothing to try yet

The cloud device-hooks bridge gains a muted phase that unregisters from the cloud session and restores registration on unmute.

The cloud device-hooks bridge used by claude --cloud now supports a distinct muted phase, separate from stopped, idle, and registered. A new servingMute method transitions the bridge into {kind:"stopped", reason:"muted"}, unregisters and releases the current registration with the cloud session, and logs a muted outcome; unmuting restores registration and clears the muted note.

The device-hooks client-register flow also recognizes muted as an outcome alongside registered, unregistered, dormant, and no_consent, routed through the same success-telemetry path, with a servingMuted flag threaded through to consumers. Plugin-forwarding feature status reporting now reports muted state as { state: "off", source: "stored", reason: "muted" }, distinct from declined, unreadable, or could_not_send.

Read from
Names in the bundleclaude --cloudservingMute
What the documentation says
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.

Added since A small documentation edit on Environment variables touched a line naming claude --cloud after this was published. | `CCR_FORCE_BUNDLE` | Set to `1` to force [`claude --cloud`](/docs/en/claude-code-on-the-web#send-local-repositories-without-github) to bundle and upload your local repository instead of cloning from its remote | env-vars see the edit
Confirmed since Anthropic's documentation has since written up claude --cloud, on Use Claude Code on the web. When you run `claude --cloud` from a repository that has no git remote, or from a github.com repository that the Claude GitHub App isn't installed on, Claude Code bundles your local repository and uploads it directly to the cloud session. … claude-code-on-the-web see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up claude --cloud, on Use Claude Code on the web.

See this entry in the whole of v2.1.259 →

Feedback