Skip to content

🚀 CodeBuddy Code v2.109.3 Release

📦 Version Information

ComponentVersion
CodeBuddy Code CLIv2.109.3
Agent SDK JSv0.3.189
Agent SDK Pythonv0.3.188

✨ New Features

  • Prompt Stop Hook supports continueOnBlock: Added continueOnBlock configuration option. When set to true, prompt-type Stop hooks can drive the Agent to continue working when conditions are not met, achieving a continuous work effect similar to /goal

🐛 Bug Fixes

  • Login link display optimization: Fixed a timing issue with login page URL link display, ensuring users can see a copyable login link before the browser opens
  • Checkpoint recovery: Fixed an issue where v1 version files were incorrectly skipped and not restored when reverting to an earlier checkpoint
  • MCP configuration loading: Fixed local .mcp.json being incorrectly ignored in headless/server mode; now only uses the specified MCP servers when --strict-mcp-config is explicitly passed
  • Session title recovery: Fixed issues with duplicate title extraction or stale placeholder titles after resuming image-type sessions, preventing old titles from being abnormally overwritten
  • MCP connection idempotency: Fixed an issue where concurrent/repeated connections to the same connection proxy caused it to be misjudged as disconnected (because the underlying transport was already started), resulting in temporary loss of tools from connected services
  • Prewarm process CLI argument loss: Fixed an issue where CLI configurations like --model / --effort / --settings were silently discarded after a prewarmed process was activated; now subscribes to configuration change streams for automatic re-parsing and refresh
  • Permission mode race condition fix: Fixed permission mode being incorrectly overwritten in Desktop sidecar mode, preventing read-only tools from triggering permission deadlocks in Expert scenarios