Bug Fixes
- Tray icon sizing - Use dedicated tray icon (22×22 / 44×44@2x) with template mode for proper macOS menu bar appearance (#91)
- Models list 401 error - Use configured proxy_api_key instead of hardcoded value for /v1/models endpoint (#89)
- Settings navigation - Click "Settings → Copilot API Detection" now correctly navigates to the providers tab (#90)
- Copilot bridge startup - Prefer bunx over npx since copilot-api now requires Bun >= 1.2.x, with clearer error messages and manual command instructions
Backend (CLIProxyAPI v6.6.77)
- Enhanced thinking block and tool result handling for Claude-to-OpenAI conversion
- Tool/function name sanitization for upstream provider compatibility
- Fixed thinking config for GLM/MiniMax models
- Improved tool result ordering in message conversion
- Enhanced payload translation with original request context
Notes
- If Copilot bridge fails to auto-start, run manually:
bunx copilot-api start --port 4141 - Install Bun:
curl -fsSL https://bun.sh/install | bash