What's New
Bug Fixes
- Add Node.js version check for GitHub Copilot support - Now shows a clear error message when Node.js version is too old (requires >= 20.16.0) instead of silently crashing (#34)
Updates
- Update CLIProxyAPI to v6.6.23 - Updated the backend proxy engine with the following improvements:
- Add streaming support for Claude model requests via Antigravity
- Implement non-streaming execution for Claude model requests via Antigravity
- Improve Gemini JSON schema compatibility
- Improve schema flattening and tool use handling
- Refactor watcher into focused modules
- Add comprehensive unit tests for watcher and Gemini schema handling