🚀 CodeBuddy Code v2.117.2 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.117.2 |
| Agent SDK JS | v0.3.203 |
| Agent SDK Python | v0.3.202 |
🔧 Improvements
- Authentication Startup Optimization: The custom-token authentication type now includes a synchronous fast path — when the token is already present in an environment variable or config file, it is used directly, avoiding startup delays caused by waiting for network synchronization
🐛 Bug Fixes
- Input Box Enter Unresponsive: Fixed an issue where the TUI input box would occasionally not respond to Enter, requiring a space press before Enter to send
- Input Box Anomaly After ESC Interrupt: Fixed an issue where, after pressing ESC to interrupt AI output, the input box would occasionally turn yellow and become unable to accept further input
- Web UI History Session Crash: Fixed a white-screen crash when loading historical sessions with incomplete schemas
- Model Max Output Token Fallback: Fixed an issue where some model configurations missing the max output token would cause requests to lose their upper limit, ensuring fallback to the built-in capability table
- Git Status Panel: Fixed an issue where the Web UI Git panel did not show untracked files in nested directories
- Settings Write Loss: Fixed an issue where writing config could be based on a stale cache snapshot for a full rewrite, occasionally causing fields such as plugin enabled state to be lost
- Agent Team Member Permissions: Fixed an issue where passing the model in default mode could override sub-task permissions
- Terminal WebSocket Keep-Alive: The Web UI terminal panel now includes an application-layer heartbeat to prevent reverse proxies from disconnecting due to idle timeout
- Streaming Response Stall: Decoupled the inter-chunk silence timeout from the first-token timeout (5 minutes vs. 20 minutes), avoiding waiting 20 minutes before erroring and retrying after a mid-stream stall
- CSV Chinese Garbled Text: Writing
.csv/.tsvfiles now prepends a UTF-8 BOM, fixing garbled Chinese characters when opening CSV files in Windows Excel - MCP Resource Discovery Timeout: MCP resource discovery now uses parallel queries — a single server timeout no longer accumulates serially and blocks startup
- Upstream Abnormal Stream Close Crash: Fixed a crash caused by the upstream model abnormally closing the stream after only emitting reasoning content