Skip to content

🚀 CodeBuddy Code v2.36.2 Release

🔧 Improvements

Team Task Management

Added team task management slash commands, supporting task entry, viewing, starting, and completion workflows, helping teams collaborate more efficiently and track task progress. Also optimized the task ID format, adopting a date + random hex format to avoid ID conflicts during parallel multi-branch development.

Flowchart Generation

Added the /gen-drawio slash command, supporting the generation of sketch-style drawio flowcharts, making it easy to quickly create and visualize workflows.

  • Tool Return Result Rendering: Improved standardized handling of tool call results and error interruption display, optimized text display and line break logic in the StreamToolCall component
  • Authentication Source Display: Displays the current authentication method being used (environment variables, apiKeyHelper script, or logged-in account) in the status panel, making it easy to understand the current authentication status
  • Documentation Link Website Update: Documentation links in CLI help information updated to official website addresses, with www.codebuddy.ai for the international version and copilot.tencent.com for the domestic version
  • Model Compatibility Optimization: Improved compatibility for models that do not support images when using file reading tools, avoiding errors caused by image content
  • Bashes Panel: Optimized layout and style display, improving interaction experience

🐛 Bug Fixes

  • Input History: Fixed the issue where pressing the down arrow after browsing history with the up arrow could not restore the input draft
  • Input History: Fixed the issue where only the last entry was retained in history after entering multiple consecutive items