Skip to content

🚀 CodeBuddy Code v2.106.5 Release

📦 Version Information

ComponentVersion
CodeBuddy Code CLIv2.106.5
Agent SDK JSv0.3.179
Agent SDK Pythonv0.3.178

🐛 Bug Fixes

  • --help mode hanging: Fixed an issue where the process could not exit when running --help due 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 --help mode.
  • 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.