Releases: belingud/gptcomet
Releases · belingud/gptcomet
v0.5.1
v0.5.0
v0.4.3
v0.4.2
v0.4.1
v0.4.0
v0.3.0
Changelog
- 83a8d58 Bump version: 0.2.4 → 0.3.0
- e3a7456 build: add get_binary_path script and update Justfile build step
- 83c3864 build: update install script
- b854bf2 chore: update dependencies in go.mod
- eefb991 feat: Add review command with GPT integration and tests
- 4f3163d feat: add GetWithDefault and GetReviewPrompt methods to config manager
- b2eabb8 feat: add streaming support and refactor LLM interface for consistency
- 15ce24a refactor: centralize config defaults and validate review_lang
- 53e1f71 refactor: rename private methods to public in config manager
- 057350e style: Change configuration file path print formatting
v0.2.4
v0.2.3
Changelog
- 1688b0e Bump version: 0.2.2 → 0.2.3
- c9ee62d chore: Remove tox.ini configuration file
- a5c0033 chore: add stretchr/objx dependency to go.mod
- b1f13bb chore: remove unused scripts
- 61a4ade chore: update uv lock
- eee9879 feat: Add docstrings and update command handling
- 77d3527 feat: add update command
- 9557e62 fix: improve error message for missing binary
- afd0164 refactor: add interfaces for update cmd dependency injection
- 849248e refactor: introduce interfaces for client, config, and text editor
- 94cb318 refactor: migrate test mocks to testify/mock framework
- 32be206 refactor: rename mock LLM and VCS functions