🚀 CodeBuddy Code v2.106.5 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.106.5 |
| Agent SDK JS | v0.3.179 |
| Agent SDK Python | v0.3.178 |
🐛 Bug Fixes
- --help mode hanging: Fixed an issue where the process could not exit when running
--helpdue to async initialization blocking. Added timeout protection and interrupt support. - MCP server wait blocking: Fixed an issue where MCP server startup wait blocked output in
--helpmode. - Outdated error recovery prompts: Fixed an issue where the tool name list in system prompts was not updated to reflect current actual tool names after a tool call failure.
- State stuck after main conversation ends: Fixed an issue in interactive mode where the bottom loading status occasionally got stuck on "waiting for model" after the main task ended, with ESC unresponsive. Background auxiliary calls no longer incorrectly occupy the main session running state.
- Glob search tool hanging: Fixed an issue where the Glob tool could hang permanently in parallel search scenarios. Refactored the underlying search flow's completion determination and timeout control to ensure normal return even when hitting very large directories.
- Multi-expert collaboration stuck: Fixed an issue in multi-member collaboration scenarios where the lead could get stuck on "thinking" with no output when the last member completed. Ensures completion notifications are reliably delivered.