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

/config Remote Control setting shows org-policy lock reason

The Remote Control toggle in /config now shows as locked with a reason when your org policy disables it.

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.257,
Group of 2 You'll notice

The Remote Control toggle in /config now shows as locked with a reason when your org policy disables it.

The /config 'Enable Remote Control for all sessions' entry gained a locked variant: when kKt() (checking the managed setting disableRemoteControl) returns a reason, the setting is rendered as type: "managedEnum" with lock: { reason, source: _q() ? "managed" : "policy", writableWhileLocked: ["false"] } and a fixed value of "disabled". The gate controlling whether the setting shows at all changed from a single ch() check to _S() || _q().

The message 'Remote Control is disabled by your organization's policy (managed setting disableRemoteControl).' is now a shared constant reused by both the eligibility check and this new settings-panel lock logic, rather than being computed inline in two places.

Read from
Names in the bundle/configdisableRemoteControl
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 Deploy managed settings touched a line naming disableRemoteControl after this was published. On Team and Enterprise plans, an Owner enables or disables [Remote Control](/docs/en/remote-control) and [cloud sessions](/docs/en/claude-code-on-the-web) organization-wide in [Claude Code admin settings](https://claude.ai/admin-settings/c… managed-settings see the edit
Added since A small documentation edit on Telemetry and egress touched a line naming /config after this was published. With `disableEssentialTelemetry`, `disableNonessentialTelemetry`, `disableNonessentialServices`, and `disableAutoUpdates` all set to `true`, the desktop application makes **no outbound connections to Anthropic-operated hosts at runtime**. … third-party/claude-desktop/telemetry see the edit
Confirmed since Anthropic's documentation has since written up /config, on MCP, plugins, skills, and hooks. | `.mcp.json` | MCP servers bundled with this plugin. A JSON object keyed by server name: `{"mcpServers": {"<name>": {"type": "http", "url": "...", "oauth": true}}}`. A remote entry uses `type` (`http` or `sse`), not `transport`, and suppo… third-party/claude-desktop/extensions 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 /config, on MCP, plugins, skills, and hooks.

See this entry in the whole of v2.1.257 →

Feedback