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_sessionsorg policy blocks a cloud/remote-session action - in the/ultrareviewcommand and in--print --teleportresume - Claude Code now fires atengu_org_policy_deniedtelemetry event carrying the policy key, the kind of denial, and asurfacetag (slash_commandfor ultrareview,cloud_sessionfor teleport). - The remote-control bridge's disabled-reason check (renamed from
getBridgeDisabledReasontogetBridgeDisabledDiagnosis) now returns a structured result with anorgPolicyDeniedflag; 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.
--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` modesee 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
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 agree
Added the gatewayInternalNetworks managed setting, letting administrators allow /login to a Claude apps gateway on their organization's own…