v4.0.0 π
·
740 commits
to refs/heads/master
since this release
Changes
π Features
- Simplify Config Loader to JSON-Only Format @JeremyDev87 (#304)
- Simplify Model Resolution from 4-Level to 2-Level Priority @JeremyDev87 (#300)
- Migrate from Dependabot to Renovate @JeremyDev87 (#298)
- Implement Verbosity System for Token-Optimized Responses @JeremyDev87 (#296)
- Add
/pr-all-in-oneSkill @JeremyDev87 (#294)
π Bug Fixes
- Fix Dependabot + Yarn Lockfile Synchronization Issues @JeremyDev87 (#285)
π¦Ύ Refactoring
- refactor: remove deprecated session module and clean up references @JeremyDev87 (#292)
π Documentation
- docs: add multi-language CHANGELOG for v4.0.0 release @JeremyDev87 (#302)
π§° Maintenance
- Pin All Dependency Versions @JeremyDev87 (#283)
Breaking Changes
- Configuration file: codingbuddy.config.js is deprecated; only codingbuddy.config.json is supported.
- Model settings: The model field in Agent/Mode JSON is ignored; only ai.defaultModel in codingbuddy.config.json is applied.
- CLI: The --format option has been removed from codingbuddy init.