Skip to content

🚀 CodeBuddy Code v2.36.3 Release

🔧 Improvements & Optimizations

  • Enhanced Cross-Platform Compatibility: Improved path handling for Shell execution on Windows systems, fixing execution issues caused by paths containing spaces
  • Enhanced Permission Matching: Improved permission rule matching for complex Shell commands, supporting command parsing with operators such as &&, ||, |, ;, enabling permission rules to accurately match individual sub-commands within combined commands
  • Input Menu Response Optimization: Fixed keyboard shortcut conflicts caused by menu status detection delays, improving response speed for command and file suggestion menus
  • History Record Filtering: Optimized message display when loading session history

🐛 Bug Fixes

  • Circular Dependency Fix: Resolved circular reference issues between modules, improving service isolation through deferred dependency retrieval

📝 Documentation Updates

  • SDK Documentation Correction: Corrected custom tool import paths; createSdkMcpServer and tool should be imported directly from @tencent-ai/agent-sdk
  • SDK Version Requirement Update: Updated CodeBuddy Agent SDK version requirement in documentation from v0.2.0 to v0.1.24