🚀 CodeBuddy Code v2.125.5 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.125.5 |
| Agent SDK JS | v0.3.227 |
| Agent SDK Python | v0.3.226 |
🐛 Bug Fixes
- Context compression: Fixed an issue where emergency compression triggered by token limit exceeded did not trim the context after summarization failed, leaving the oversized context as-is and causing the conversation to hang or the next turn to immediately exceed the limit. Now, after consecutive summarization failures, it automatically degrades to a model-free engineering compression trim (retaining the most recent few turns + structured compression) and writes it back, ensuring the conversation can continue.