🐛 Bugfix Release — Claude Code OAuth & OAuth Proxy Routing
Fixes Claude Code OAuth failures on remote deployments and routes all OAuth token exchanges through configured proxy.
🐛 Bug Fixes
- Claude Code OAuth — Fixed
400 Bad Requeston remote deployments by using Anthropic's registeredredirect_uri(https://platform.claude.com/oauth/code/callback) instead of the dynamic server URL. Added missing OAuth scopes (user:sessions:claude_code,user:mcp_servers) to match the official Claude CLI. Configurable viaCLAUDE_CODE_REDIRECT_URIenv var (#124) - OAuth Token Exchange Through Proxy — OAuth token exchange during new connection setup now routes through the configured proxy (provider-level → global → direct), fixing
unsupported_country_region_territoryerrors for region-restricted providers like OpenAI Codex (#119)