APIBypass v0.5.3
What's New
Cross-Provider Model Selection in Claude Code Launcher
- Per-model provider picker: each model environment variable (ANTHROPIC_MODEL, OPUS, SONNET, HAIKU, SUBAGENT) now has an independent two-tier picker — first select the provider, then choose a mapping from that provider
- Removed top-level provider selector: the previous single provider picker at the top of the launcher is no longer needed, since each model carries its own provider context
- All five models can now route to different upstream providers simultaneously
Changelog
- feat: two-tier model selection (provider → mapping) per model in Claude Code launcher
- feat: cross-provider model support — each env var model can target a different provider
- feat: remove redundant top-level provider picker from launcher UI
- docs: update screenshot for new launcher layout
Download
Build from Source
git clone https://github.com/panando/APIBypass.git
cd APIBypass
git checkout v0.5.3
swift build -c releaseRequirements: macOS 14.0+, Swift 6.0+, Xcode 16.0+