Context
#323037 (Phases 18–19) adds native / BYOK access for the Claude agent host: when claudeUseCopilotProxy: false host config is set, the Claude Agent SDK talks to whatever claude is configured to directly on the user's own credentials instead of routing through the Copilot proxy.
Today this is a hidden, host-level config flag (agent-host-config.json) with no UI affordance and no guidance when auth fails. This issue tracks making the feature discoverable and the proxy-vs-native choice legible to users.
Ideas
Context
#323037 (Phases 18–19) adds native / BYOK access for the Claude agent host: when
claudeUseCopilotProxy: falsehost config is set, the Claude Agent SDK talks to whatever claude is configured to directly on the user's own credentials instead of routing through the Copilot proxy.Today this is a hidden, host-level config flag (
agent-host-config.json) with no UI affordance and no guidance when auth fails. This issue tracks making the feature discoverable and the proxy-vs-native choice legible to users.Ideas
chat.agentHost.claude.useCopilotProxy) that pushes down to the agent host'sclaudeUseCopilotProxyroot config, so users don't have to hand-editagent-host-config.json.