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

Remote/cloud session denials from org policy now get logged consistently

When org policy blocks a remote or cloud session action, Claude Code now logs a structured org-policy-denied event before refusing

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaTelemetrywhat it touches
KindInternal Changesin v2.1.268,
Group of 3 Under the hood

When org policy blocks a remote or cloud session action, Claude Code now logs a structured org-policy-denied event before refusing

What

  • When the allow_remote_sessions org policy blocks a cloud/remote-session action - in the /ultrareview command and in --print --teleport resume - Claude Code now fires a tengu_org_policy_denied telemetry event carrying the policy key, the kind of denial, and a surface tag (slash_command for ultrareview, cloud_session for teleport).
  • The remote-control bridge's disabled-reason check (renamed from getBridgeDisabledReason to getBridgeDisabledDiagnosis) now returns a structured result with an orgPolicyDenied flag; when set, the CLI logs the denial and flushes analytics before exiting with the error.
  • A non-interactive/stream 'ready' check that refuses because the feature is unavailable now also logs this same org-policy denial before returning the refusal.

Why

This gives Claude Code (and its admins) visibility into how often and where organization policy is blocking remote or cloud session features, rather than the refusal happening silently.

What the documentation says
--print CLI reference modified, high confidence | `--bg`, `--background` | Start the session as a [background agent](/docs/en/agent-view) and return immediately. Prints the session ID and management commands. Combine with `--exec` to run a shell command as a background job instead of a … see the edit
--print Claude Code changelog modified, high confidence * Fixed PermissionRequest hooks not firing in `--print` mode see the edit
/ultrareview CLI reference modified, high confidence | `claude ultrareview [target]` | Run [ultrareview](/docs/en/ultrareview#run-ultrareview-non-interactively) non-interactively. Prints findings to stdout and exits 0 on success or 1 on failure. Use `--json` for the raw payload and `--timeou… see the edit
How sure we are
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's documentation agrees--print on CLI reference
Anthropic's release notes agreeAdded the gatewayInternalNetworks managed setting, letting administrators allow /login to a Claude apps gateway on their organization's own…

See this entry in the whole of v2.1.268 →

Feedback