Skip to content

🚀 CodeBuddy Code v2.121.2 Release

📦 Version Information

ComponentVersion
CodeBuddy Code CLIv2.121.2
Agent SDK JSv0.3.215
Agent SDK Pythonv0.3.214

🔧 Improvements

  • Daemon Auto-Update Enabled: Fixed an issue where auto-update was skipped in daemon mode. As a long-running process, the daemon now always enables auto-update to keep versions up to date.
  • Daemon Diagnostics Enhancement: The daemon status output now includes an auto-update status field, making it easier to check whether auto-update is currently enabled and why.

🐛 Bug Fixes

  • Daemon Restart Preserves Host Binding: Fixed an issue where host binding was lost after daemon restart. Restarts now reuse the previously configured host and port.
  • Clipboard Copy: Fixed an issue where clipboard copy failed in non-HTTPS environments (e.g., HTTP tunnel access). A fallback mechanism has been added, and users are notified via a prompt when copy fails.
  • Cross-Origin Access: Fixed a cross-origin issue when accessing the Web UI via IP or custom domain after starting with --host 0.0.0.0. Origins are now automatically allowed when no explicit origin whitelist is configured.
  • MCP Configuration Robustness: When an MCP configuration in a given scope contains invalid entries (e.g., mistakenly written as a string / null / number), that entry is now skipped with a warning, instead of causing the entire scope to fail loading or affecting other normal MCP services.
  • Web UI Window Title: Fixed an issue where the app name was duplicated in the conversation window title bar after installing the Web UI as a PWA.
  • Security Center Path Matching: Fixed an issue on Windows where sandbox path matching for the user's home directory was too broad, preventing other accounts' directories from being mistakenly identified as the current user's directory and causing cross-account rule mismatches. Also fixed an issue where protected directories missed the file blocklist due to trailing slash differences.