Skip to content

APIBypass v0.5.3

Choose a tag to compare

@panando panando released this 03 Jun 12:16
· 128 commits to main since this release

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 release

Requirements: macOS 14.0+, Swift 6.0+, Xcode 16.0+