Skip to content

🚀 CodeBuddy Code v2.125.5 Release

📦 Version Information

ComponentVersion
CodeBuddy Code CLIv2.125.5
Agent SDK JSv0.3.227
Agent SDK Pythonv0.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.