Skip to content

🚀 CodeBuddy Code v2.108.1 Release

📦 Version Information

ComponentVersion
CodeBuddy Code CLIv2.108.1
Agent SDK JSv0.3.184
Agent SDK Pythonv0.3.183

🐛 Bug Fixes

  • Expert team content output display anomaly: Fixed an issue in multi-agent collaboration scenarios where adjacent streaming output fragments had drifting message grouping identifiers, causing "deep thinking" content to be split into multiple messages. Also fixed an issue where the same session was triggered to run concurrently due to race conditions, causing interleaved model streaming fragments.
  • Context summary sampling parameters aligned with main conversation: Fixed an issue where summary requests bypassed the model configuration interceptor, resulting in missing sampling parameters such as temperature and reasoning. Summary requests now use the same model configuration as the main conversation.
  • safe-delete syntax error in fish shell: Fixed a syntax error caused by empty bootstrap being concatenated into the command chain in fish shell, ensuring both regular shell commands and sandbox commands execute correctly.