🚀 CodeBuddy Code v2.97.4 Release
🔧 Improvements
- Catalog-Driven Model Compatibility: Compatibility handling for model requests has been refactored to a catalog-driven architecture. Adding a new model now only requires updating the model catalog without code changes. Custom models also automatically have capability fields like
maxInputTokens,maxOutputTokens,supportsReasoning, andthinkingLevelMapfilled in, lowering the cost of model integration
🐛 Bug Fixes
- --debug hooks Output: Fixed an issue where the
--debugparameter did not output hooks execution details. The complete hooks execution flow can now be viewed via--debug hooks