🚀 CodeBuddy Code v2.137.1 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.137.1 |
| Agent SDK JS | v0.3.244 |
| Agent SDK Python | v0.3.243 |
🐛 Bug Fixes
- Resuming after context compaction: Fixed an issue where a long-running session could remain permanently stuck in a "thinking" state after synchronous compaction succeeded near the context window limit. Conversations now resume correctly after compaction, allowing long-running tasks to continue seamlessly.
- Improved command pagination: Local and sandbox commands now consistently use a non-interactive pager, and
lessis prevented from updating history files in the user's home directory. This avoids commands such asgit diffwaiting for input or triggering unrelated file protection prompts in automated environments. - Hardened safe deletion flow: Fixed an issue where
rm,unlink, orrmdircould bypass the program blacklist when the macOS Brokered Shell runtime was unavailable. Blacklist matches are now blocked first and unconditionally, rather than triggering authorization or an out-of-sandbox retry because of mixed file interception records. - Support for numeric-only skill names: Fixed an issue where starting a new session with a numeric-only skill name, such as
12306, failed with an "Internal error" message.