🚀 CodeBuddy Code v2.132.0 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.132.0 |
| Agent SDK JS | v0.3.237 |
| Agent SDK Python | v0.3.236 |
✨ New Features
ShareLink Supports Markdown Input and In-Place Update
ShareLink can now directly share .md / .markdown files, with the page rendered server-side into a styled result. Support for .htm has also been added. Key enhancements:
- Precise failure messages: File-too-large and content-review-failed now give "File too large, please compress and retry" and "Content failed security review" respectively, instead of being collapsed into a generic error.
- In-place update of the same link: Added an optional
existingShareLinkparameter. Passing a previously returned link overwrites the same page and returns the same link; omitting it creates a new one. - Automatic permission handling: When creating a new Markdown share, public read permission is automatically set so that people with the link can open it normally; in-place update only refreshes content without changing permissions, preventing silently converting a document set to private into public.
- Fully set to private:
ShareLinkUnpublishnow supports setting Markdown shares fully private, closing the public access and removing all collaborators.
Observability Enhancement (AgentLens Integration)
Added the source fields needed for OTEL gen_ai semantic mapping, integrated with AgentLens via the OTEL_SEMCONV=agentlens switch, and improved model/usage attributes and trace finalization information on the model call chain. Pure attribute additions; no changes to existing conversation and tool execution behavior.
🐛 Bug Fixes
- Enterprise model list restored: Fixed an issue where the
/modelenterprise model list degraded after logging in with an enterprise API Key or a custom enterprise endpoint. Enterprise identity is now restored through two fallback sources — cloud control delivery and endpoint domain — allowing the full enterprise model list to be fetched within the current request. - Expert plugin installation: Compatible with expert plugins containing resource dependency configurations, avoiding installation interruption that could render expert team members unavailable.
- Local assistant occasionally stuck thinking: Message sending is no longer blocked during model synchronization, and connection recovery on disconnect is enhanced.
- Windows Bash path detection: When the built-in bash.exe path is invalid, it no longer errors out; instead, it automatically falls back to the system Git Bash.
- Windows long command execution: Fixed an issue where Windows sandbox Bash commands exceeding 8K failed due to command-line truncation.