What's New
Bug Fixes
- iFlow models — Updated CLIProxyAPI sidecar to v6.8.55-0, now serves 18 iFlow models (was 15). Added model limits for MiniMax, GLM-5, Kimi K2.5, and iFlow-specific models (#194)
- Vertex API key persistence — Fixed keys disappearing after restart.
set_vertex_api_keys()was missing the config persistence block that all other providers implement (#195) - Gemini OAuth stuck — Added deep-link
oauth-callbackevent listener for instant auth detection + manual authorization code input fallback after 10 seconds. Fixed polling race condition (#199) - OpenAI vs Copilot misattribution — Fixed OpenAI models incorrectly detected as Copilot when both are enabled. Reordered source priority: API key > OpenAI OAuth > Copilot fallback. CLIProxyAPI Copilot models use
owned_by: "github-copilot"(#200)
New Features
- RPM packaging — Added
.rpmbundle target for Fedora/RHEL users. Tauri v2 generates RPM alongside DEB on Linux builds (#197) - GPT-5.4 mini/nano support — Added
gpt-5.4,gpt-5.4-mini,gpt-5.4-nanoto base models with differentiated context/output limits. Reasoning effort controls (xhigh) already supported (#198)
Internal
- Copilot provider display name and color map fixes
- OAuth polling guard to prevent duplicate success notifications
Downloads
| Platform | Download |
|---|---|
| macOS (Apple Silicon) | .dmg (aarch64)
|
| macOS (Intel) | .dmg (x64)
|
| Windows | .exe installer
|
| Windows (Portable) | .zip (no install required)
|
| Linux (Debian/Ubuntu) | .deb package
|
| Linux (Fedora/RHEL) | .rpm package
|
Note: Build artifacts will be attached automatically by CI.