🚀 CodeBuddy Code v2.109.3 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.109.3 |
| Agent SDK JS | v0.3.189 |
| Agent SDK Python | v0.3.188 |
✨ New Features
- Prompt Stop Hook supports continueOnBlock: Added
continueOnBlockconfiguration option. When set totrue, 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.jsonbeing incorrectly ignored in headless/server mode; now only uses the specified MCP servers when--strict-mcp-configis 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/--settingswere 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