Skip to content
CLI

🚀 CodeBuddy Code v2.137.1 Release

📦 Version Information

ComponentVersion
CodeBuddy Code CLIv2.137.1
Agent SDK JSv0.3.244
Agent SDK Pythonv0.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 less is prevented from updating history files in the user's home directory. This avoids commands such as git diff waiting for input or triggering unrelated file protection prompts in automated environments.
  • Hardened safe deletion flow: Fixed an issue where rm, unlink, or rmdir could 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.