🚀 CodeBuddy Code v2.26.0 Release
✨ New Features
- Skills Panel: Added
/skillscommand to quickly view all loaded Skills (including user-level, project-level, and plugin-level), displaying estimated token consumption to help you better manage and optimize context usage
🔧 Improvements and Optimizations
- Context Information Display Optimization: Enhanced
/contextcommand to improve the display of skills and custom commands, grouping by scope and sorting by token usage, giving you clear insight into context consumption details - Task List Persistence: Task lists in sessions are now automatically saved, ensuring complete task state is maintained even after context compression, making long-duration session management more reliable
- Terminal and Editor Support Expansion: Added automatic recognition support for Kitty and Alacritty terminals and Zed editor; expanded JetBrains IDE series recognition capabilities (including IntelliJ IDEA, WebStorm, PhpStorm, GoLand, Rider, CLion, RubyMine, DataGrip, etc.)
- Tool Invocation Stability Enhancement: Improved tool name matching capabilities to increase success rate and accuracy of Agent tool invocations
- Code Diff Experience Enhancement: Improved text highlighting in the diff view for easier and more efficient code reviews
- Code Size Optimization: Removed unused internal tools to reduce program size
🐛 Bug Fixes
- Sub-Agent Event Handling: Fixed the issue where sub-agent task result events were duplicately propagated to the main session, improving stability of multi-agent collaboration