Skip to content

🚀 CodeBuddy Code v2.119.3 Release

📦 Version Information

ComponentVersion
CodeBuddy Code CLIv2.119.3
Agent SDK JSv0.3.210
Agent SDK Pythonv0.3.209

🐛 Bug Fixes

  • Faster stdio Mode Startup: Fixed an issue where the initialization handshake in stdio / stream-json mode was blocked by slow MCP servers (approximately 10 seconds in practice). Initialization now only waits for configuration parsing to complete rather than waiting for MCP readiness, significantly speeding up handshake response, while the message sending path still correctly waits for MCP assembly
  • Pre-warmed Process MCP Loading: Fixed an issue where, after the pre-warmed process was activated, user-level MCP configuration (~/.codebuddy/.mcp.json) written just before activation could not be loaded, preventing related tools from appearing in the available tool list. User-level MCP configuration is now re-read upon activation, ensuring that MCP servers added while on standby take effect properly
  • Network Error Retry: Reverted a previous wrapping change to the network error identification logic (the change had side effects requiring re-evaluation), restoring behavior to before the change was merged, to avoid affecting network error retry decisions