🚀 CodeBuddy Code v2.100.2 Release
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.100.2 |
| Agent SDK JS | v0.3.162 |
| Agent SDK Python | v0.3.161 |
🐛 Bug Fixes
- Daemon Mode ACP Stability: Fixed an issue where stale connections after browser refresh or close caused
session/promptto time out after 30 seconds. Added a 2-second fallback timeout for single-connection broadcasts, with timeouts failing silently to ensure the main flow is not blocked. - Connection Quota and Evict Strategy Optimization: Default connection count raised from 5 to 32; introduced an activity grace period and intelligent evict strategy (prioritizing recovery of dead connections / oldest idle connections without in-flight tasks, refusing to evict when necessary and letting the requester back off with 503), avoiding evict storms when multiple tabs and sidecars coexist.
- Daemon Startup Argument Inheritance:
daemon restartand auto-restart now restore the CLI arguments from the initial startup (such as custom models,-ypermission mode), no longer falling back to defaults. - Webhook First Message Unresponsive: After daemon startup, the main session is now actively warmed up to prevent users from perceiving "no response" on the first webhook message due to a missing main session.
- Sub-agent / Teammate ExitPlanMode Deadlocking Parent Process: Sub-agents now reject directly and return clear error messages; teammates deliver approval requests to the team-lead via the team message inbox, and the caller returns immediately to prevent the parent spinner from hanging indefinitely.
- Headless Terminal Noise Suppression: Headless terminal construction now disables xterm log output, avoiding
Parsing errormessages from PTY chunks and ANSI sequences polluting the TUI.