🚀 CodeBuddy Code v2.114.1 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.114.1 |
| Agent SDK JS | v0.3.196 |
| Agent SDK Python | v0.3.195 |
🔧 Improvements
Bash Tool Environment Enhancement
The Bash tool now passes the current session's MCP configuration snapshot to child processes, allowing plugin scripts to reuse existing local connector proxy capabilities and reducing redundant configuration.
Rewind File Change Statistics Optimization
The rewind feature now uses precise line-level diff to calculate file changes, keeping additions/deletions statistics consistent between the list view and detail view for more accurate assessment of rollback impact.
🐛 Bug Fixes
- Tool Error Code Refinement: Fixed the issue where multiple failure scenarios in replace_in_file were uniformly caught as unknown errors. Errors are now reported by specific failure cause, making frontend display and troubleshooting easier
- SDK Mode Tool Loop: Fixed the issue where lazily-loaded tools called directly in SDK/serve mode could retry indefinitely. When the recovery limit is exceeded, it now terminates explicitly and returns control to the user
- Network Jitter Auto-Retry: Fixed the issue where expert team tasks would fail immediately on DNS resolution failure, connection refused, or timeout. Network jitter is now correctly identified and triggers automatic retry
- Sub-Assistant Task Message Block: Fixed the issue where the task message block dispatched by the main assistant was not visible on the sub-assistant's direct connection page. Task source and content are now displayed properly
- Abnormal Exit Diagnostics: Fixed the issue where crashes, terminal window closures, or signal terminations lacked exit reason logs. Diagnostic information is now persisted to disk for easier post-reproduction root cause analysis
- File Path Autocomplete: Fixed the issue where the candidate list could briefly flash and disappear during fast typing while a large repository's initial scan was in progress
- Tool Call Recovery: Fixed the instability when recovering from a model incorrectly outputting a tool call as text, reducing the probability of tasks getting stuck or repeatedly failing