Skip to content

🚀 CodeBuddy Code v2.124.1 Release

📦 Version Information

ComponentVersion
CodeBuddy Code CLIv2.124.1
Agent SDK JSv0.3.221
Agent SDK Pythonv0.3.220

🔧 Improvements

  • Agent metrics aggregation: The window flush interval is fixed at 30 seconds, removing the dependency on external configuration, making aggregator startup more stable and simpler.

🐛 Bug Fixes

  • Plan mode non-interactive exit hang: Fixed an issue where entering and exiting Plan mode in -p non-interactive mode caused the process to hang indefinitely. After exiting Plan mode, the task can now continue normally.
  • Prewarm process local plugin loading: Fixed an issue where local plugins (including skills / agents / hooks / MCP) were not loaded in the first session when the prewarm process was activated for the first time. Plugins are now re-initialized and loaded after activation.
  • Reasoning Effort panel: The Reasoning Effort option in the /config settings panel now includes the max level, aligning with the /effort command.
  • Source Control - Revert All: Fixed an issue where "Revert All" could not handle both tracked changes and newly created files simultaneously. A single operation can now fully clean up.
  • Source Control - Panel refresh: Fixed an issue where the panel did not update promptly after file changes. A timed polling fallback mechanism has been added.
  • Terminal session keep-alive: Fixed an issue where creating a new terminal session on manual reconnect caused historical state loss. Existing sessions kept alive by the backend are now reused first.