Releases: JeremyDev87/codingbuddy
Releases · JeremyDev87/codingbuddy
Release list
v4.0.0 🌈
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.
v3.1.1 🌈
v3.1.0 🌈
Changes
🚀 Features
- Implement SRP Complexity Classifier with Multi-language Support @JeremyDev87 (#275)
📚 Documentation
- add multi-agent philosophy intro to all languages @JeremyDev87 (#273)
v3.0.3 🌈
v3.0.2 🌈
Changes
🚀 Features
- Self-Hosted Claude Code Plugin Marketplace @JeremyDev87 (#261)
🐛 Bug Fixes
- Fix Config Language Setting Not Being Respected @JeremyDev87 (#269)
- Fix Marketplace Add Command Documentation @JeremyDev87 (#265)
- Fix GitHub Pages Auto-Enablement in Marketplace Workflow @JeremyDev87 (#263)
📚 Documentation
- sync diagram with current codebase @JeremyDev87 (#267)
- Multi-language Plugin Documentation @JeremyDev87 (#259)
v3.0.1 🌈
v3.0.0 🌈
Changes
- chore(deps): bump vitest from 2.1.9 to 4.0.17 in /packages/claude-code-plugin @dependabot[bot] (#256)
- chore(deps): bump globals from 16.5.0 to 17.0.0 in /packages/claude-code-plugin @dependabot[bot] (#255)
- chore(deps): bump @types/node from 20.19.30 to 25.0.9 in /packages/claude-code-plugin @dependabot[bot] (#254)
- chore(deps): bump @vitest/coverage-v8 from 2.1.9 to 4.0.17 in /packages/claude-code-plugin @dependabot[bot] (#253)
- chore(ci): bump actions/cache from 5.0.0 to 5.0.2 @dependabot[bot] (#252)
🚀 Features
- Add CodingBuddy Claude Code Plugin for Native Skill Invocation @JeremyDev87 (#249)
- Add Performance Optimization Skill @JeremyDev87 (#248)
- Add Database Migration Skill @JeremyDev87 (#247)
- Add Dependency Management Skill @JeremyDev87 (#246)
- Add Codingbuddy Claude Code Plugin for Native Skill Invocation @JeremyDev87 (#245)
- register pr-review skill in discovery system @JeremyDev87 (#244)
- register refactoring skill in keyword discovery system @JeremyDev87 (#243)
- register pr-review skill in discovery system @JeremyDev87 (#242)
- Auto-update .gitignore during codingbuddy init @JeremyDev87 (#240)
- Add Migration Specialist to EVAL Mode Default Specialists @JeremyDev87 (#238)
- Integrate Observability and Event Architecture Specialists @JeremyDev87 (#237)
- Integrate Event Architecture Specialist into Agent Ecosystem @JeremyDev87 (#236)
📚 Documentation
- docs: update documentation for v3.0.0 release @JeremyDev87 (#257)
🧰 Maintenance
- chore(ci): bump actions/checkout from 6.0.0 to 6.0.1 @dependabot[bot] (#251)
- chore(ci): bump actions/setup-node from 6.0.0 to 6.2.0 @dependabot[bot] (#250)
v2.4.2 🌈
v2.4.1 🌈
Changes
- improve prompt test coverage from 60% to 90% @JeremyDev87 (#229)
- Improve Test Quality and Coverage for MCP Server @JeremyDev87 (#227)
🚀 Features
- Test Quality and Coverage Improvements @JeremyDev87 (#233)
🦾 Refactoring
- Refactor Large Files Using Strategy Pattern and Module Extraction @JeremyDev87 (#231)
v2.4.0 🌈
Changes
🚀 Features
- Dynamic Agent Language Configuration @JeremyDev87 (#225)
- improve async utils performance, add slug utilities and auto se… @JeremyDev87 (#222)
- add i18n support for session documents and improve context auto… @JeremyDev87 (#219)
- Add Integration Specialist Agent @JeremyDev87 (#216)
🐛 Bug Fixes
- resolve context loss after compaction - implement Context Docume… @JeremyDev87 (#224)
- primary agent resolution bugs and priority improvements @JeremyDev87 (#217)