🚀 CodeBuddy Code v2.125.1 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.125.1 |
| Agent SDK JS | v0.3.223 |
| Agent SDK Python | v0.3.222 |
🔧 Improvements
- No-persistence session mode: Added the
--no-session-persistenceflag. Session context is kept in memory only, without creating or appending to local session records, while retaining read-only access to existing history. Suitable for temporary or privacy-sensitive scenarios.
🐛 Bug Fixes
- More reliable managed session startup: The system now automatically assigns available ports and establishes connections only after the service is truly ready, avoiding session startup failures caused by port conflicts.
- Sub-agent registration: Fixed an issue where a plugin-designated main session agent was duplicated as an invocable sub-agent, while preserving the normal invocation of member agents within the same plugin.
- Agent team tool visibility: When the agent team feature is disabled, the related team creation, deletion tools, and team collaboration prompts are now hidden synchronously to prevent accidental triggers.
- Chinese/encoding garbled text fix: Restored encoding detection for file reads and Shell output, resolving the issue where Chinese content displayed as garbled text in some non-UTF-8 (GBK/CP936, etc.) scenarios.
- Clearer local hook blocking messages: When a workspace-configured hook is missing or actively blocks execution, it no longer shows a generic "service error." Instead, the conversation now clearly indicates that a local hook intercepted the request along with the reason, aligning with mainstream implementations.
- WebUI cross-origin access: Fixed an issue where the automatic CORS relaxation logic did not take effect when starting WebUI with
--host 0.0.0.0. The--serve/ daemon startup modes can now be accessed directly in cloud VM environments such as anydev without manually configuring CORS origins.