🚀 CodeBuddy Code v2.108.0 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.108.0 |
| Agent SDK JS | v0.3.183 |
| Agent SDK Python | v0.3.182 |
✨ New Features
Model Switch Prompt
When a model is manually pinned in the project configuration, after the user persistently switches models via /model, CodeBuddy Code now explicitly notifies that the project configuration will still override the current selection after restart, and suggests removing the model setting from the project configuration to truly persist the new default model.
🐛 Bug Fixes
- More accurate request tracing: Fixed an issue where multiple model requests in multi-turn conversations reused the same set of request identifiers. Now each HTTP request generates an independent
X-Request-ID, making it easier to trace request chains. - More stable custom Agent configuration generation: Fixed an issue where AI-generated custom Agent configurations could produce unparseable frontmatter in scenarios with multi-line descriptions or inheriting all tools, reducing cases where the configuration fails to load after generation.