Agent View is currently hard-disabled for users on third-party provider backends (AWS Bedrock, Vertex, Foundry), even when no disabling settings are present. The user requests this feature to be enabled for these backends.
## Summary Agent View (`claude agents`, `/background`, `/bg`, left-arrow detach) is unavailable in v2.1.139 for any user on a third-party provider backend, even when no `disableAgentView` setting is present and `CLAUDE_CODE_DISABLE_AGENT_VIEW` is unset. The docs at https://code.claude.com/docs/en/agent-view do not mention this restriction — they state only that `disableAgentView` is the off-switch and that v2.1.139+ is required. ## Reproduction 1. Set `CLAUDE_CODE_USE_BEDROCK=1` (or `CLAUDE_CODE_USE_VERTEX=1`, etc.) and configure provider credentials 2. Install Claude Code 2.1.139 3. Run `claude agents` → returns the static built-in agent definition list, not the tabbed running/blocked/done view 4. Inside an interactive session, `/bg` and `/background` both return `No commands match` ## Root cause In the compiled binary, the Agent View enable-check resolves to: ```js function DWH(){ return SH(process.env.CLAUDE_CODE_DISABLE_AGENT_VIEW) || vS()?.settings.disableAgentView