What's Changed
Sidecar Update: CLIProxyAPIPlus v6.9.2-0
Updated bundled sidecar from v6.8.55-0 to v6.9.2-0.
Key upstream changes:
- fix: auth cache memory leak in watcher
- fix: context cancellation race condition
- fix: tool name sanitization
- fix: Codex responses web search preview compatibility
- fix: empty thought text in antigravity
- fix: user-agent header handling
- fix(claude): read disable_parallel_tool_use from tool_choice
- feat(api): support batch auth file upload and delete
- feat(service): extend model registration for team and business types
- fix(openai_compat): add stream_options.include_usage for streaming
- refactor: replace sjson.Set with sjson.SetBytes for performance
Also fixed cross-platform Windows sidecar download in update-sidecar.mjs.
Bug Fix: WSL Installation Prompt on Windows (#204)
find_kiro_cli() used which unconditionally — on Windows without WSL this triggered the Microsoft Store WSL installation prompt on every Dashboard load. Now uses where on Windows with CREATE_NO_WINDOW flag, plus Windows-specific candidate paths for kiro-cli.
New: Mise Node Detection for Copilot (#203)
Added mise version manager support for Node.js detection in Copilot API setup — covers shim paths and dynamic install directory scanning on macOS, Linux, and Windows. Thanks @ansidev!
Full Changelog: v0.4.15...v0.4.16