🚀 CodeBuddy Code v2.117.0 Released
📦 Version Information
| Component | Version |
|---|---|
| CodeBuddy Code CLI | v2.117.0 |
| Agent SDK JS | v0.3.201 |
| Agent SDK Python | v0.3.200 |
✨ New Features
Daemon System Service Registration
Added codebuddy daemon install / uninstall commands to register the daemon as an OS-level service:
- macOS: LaunchAgent, auto-starts on login
- Linux: systemd user service, auto-starts on login
- Windows: Task Scheduler, auto-starts on login
Once registered, the daemon gains automatic crash recovery, eliminating the need to manually maintain background processes.
🔧 Improvements
- Web UI real-time file watching: Upgraded git status monitoring from polling to SSE real-time push for faster response and lower resource usage
- Proactive git status refresh: File operation tools (Write/Edit/Bash, etc.) now automatically trigger git status refresh upon completion, without waiting for the next polling cycle
- File watching noise filtering: Filters out high-frequency irrelevant paths such as node_modules and .git/objects to reduce unnecessary refreshes
- Session title optimization: Correctly handles channel XML-wrapped titles to display readable content
- Removed external font dependency: Removed Google Fonts Poppins loading in favor of a system font stack, speeding up first-screen rendering
- Terminal panel double-click interaction: Double-click the blank area of the tab list to create a new terminal; double-click a tab label to toggle panel maximization
- Command paste stream expansion: Slash commands now automatically expand paste stream references before execution
🐛 Bug Fixes
- WorkBuddy expert panel replies: Fixed an issue where some models only returned deep thinking without a body, causing the streaming response to miss the assistant message and resulting in no reply when continuing the conversation