v3.10.5 — Update CHANGELOG + README: compaction, OAuth secrets, model mapping

This commit is contained in:
Roman
2026-05-25 14:48:05 +04:00
Unverified
parent e42eb906a3
commit db2b33befc
2 changed files with 20 additions and 0 deletions

View File

@@ -1,5 +1,15 @@
# Changelog
## v3.10.5 (2026-05-25)
**Context Compaction for Antigravity/Gemini OAuth**
### Fix
- **Prevent `input token count exceeds maximum` errors** during long conversations
- Added aggressive compaction policies for Antigravity (`cloudcode-pa`) and Gemini CLI (`googleapis`)
- Auto-trims old turns when approaching 60% of model context limit (1M tokens for Gemini, 200K for Claude, 128K for GPT-OSS)
- Added REST model IDs to context size map (`gemini-3-flash`, `gemini-3.1-pro-low`, `claude-sonnet-4-6`, etc.)
## v3.10.4 (2026-05-25)
**Security: OAuth Secrets Editor + Import JSON**