Skip to content

Releases: JeremyDev87/codingbuddy

v4.0.0 🌈

Choose a tag to compare

@github-actions github-actions released this 04 Feb 06:19

Changes

🚀 Features

🐛 Bug Fixes

🦾 Refactoring

  • refactor: remove deprecated session module and clean up references @JeremyDev87 (#292)

📚 Documentation

🧰 Maintenance

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 🌈

Choose a tag to compare

@github-actions github-actions released this 23 Jan 06:44

Changes

🚀 Features

v3.1.0 🌈

Choose a tag to compare

@github-actions github-actions released this 22 Jan 13:29

Changes

🚀 Features

  • Implement SRP Complexity Classifier with Multi-language Support @JeremyDev87 (#275)

📚 Documentation

v3.0.3 🌈

Choose a tag to compare

@github-actions github-actions released this 19 Jan 09:48

Changes

🐛 Bug Fixes

v3.0.2 🌈

Choose a tag to compare

@github-actions github-actions released this 19 Jan 06:16

Changes

🚀 Features

🐛 Bug Fixes

📚 Documentation

v3.0.1 🌈

Choose a tag to compare

@github-actions github-actions released this 18 Jan 02:22

Changes

  • fix yarn.lock

v3.0.0 🌈

Choose a tag to compare

@github-actions github-actions released this 18 Jan 02:18

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

📚 Documentation

🧰 Maintenance

v2.4.2 🌈

Choose a tag to compare

@github-actions github-actions released this 12 Jan 04:39

Changes

🚀 Features

v2.4.1 🌈

Choose a tag to compare

@github-actions github-actions released this 11 Jan 14:35

Changes

🚀 Features

🦾 Refactoring

  • Refactor Large Files Using Strategy Pattern and Module Extraction @JeremyDev87 (#231)

v2.4.0 🌈

Choose a tag to compare

@github-actions github-actions released this 11 Jan 08:55

Changes

🚀 Features

🐛 Bug Fixes

  • resolve context loss after compaction - implement Context Docume… @JeremyDev87 (#224)
  • primary agent resolution bugs and priority improvements @JeremyDev87 (#217)