What's New
🔧 Extended Thinking Fix for Windows/Linux/macOS
Rebuilt ALL platform binaries with complete extended thinking fixes for Claude models via Vertex AI/Antigravity backend.
Fixes included (CLIProxyAPI commit 6e3e845):
- Preserve
maxOutputTokensandthinkingBudgetfor Claude models via Antigravity - Support both
budget_tokensandbudgetTokensformats - Auto-enable thinking for
-thinkingsuffix models in OpenAI/Anthropic API paths - Handle custom tool type in Antigravity Claude translator
Rebuilt binaries:
- ✅ Windows x64 (
cliproxyapi-x86_64-pc-windows-msvc.exe) - ✅ Linux x64 (
cliproxyapi-x86_64-unknown-linux-gnu) - ✅ macOS Intel (
cliproxyapi-x86_64-apple-darwin) - ✅ macOS ARM64 (
cliproxyapi-aarch64-apple-darwin)
📊 Accurate Model Limits
- Claude 4.5: 200K context, 64K output
- Dynamic
budgetTokens(half of output limit) - Fixed model detection for proxied models (
gemini-claude-*)
Windows users: Please update to this version for working extended thinking support!