Skip to content

Releases: belingud/gptcomet

v0.5.1

29 Jan 12:38
Compare
Choose a tag to compare

Changelog

  • 020caff Bump version: 0.5.0 → 0.5.1
  • 42d78b7 chore: update gptcomet version to 0.5.0 in uv.lock

v0.5.0

29 Jan 11:56
Compare
Choose a tag to compare

Changelog

  • af0d0bd Bump version: 0.4.3 → 0.5.0
  • b7b6812 chore: update uv lock
  • 65e95cc feat: add version selection support to install scripts
  • e6e93a8 refactor: swap gptcomet and gmsg symlink in install script

v0.4.3

24 Jan 07:38
Compare
Choose a tag to compare

Changelog

  • 36e6d1f Bump version: 0.4.2 → 0.4.3
  • 3755808 chore: update uv lock
  • ee286f5 chore: update uv lock
  • 97b25fb refactor: update command alias in main.go

v0.4.2

23 Jan 14:46
Compare
Choose a tag to compare

Changelog

  • 6654715 Bump version: 0.4.1 → 0.4.2
  • f5079e7 refactor: rename CLI command from gptcomet to gmsg

v0.4.1

20 Jan 12:04
Compare
Choose a tag to compare

Changelog

  • 8d9be39 Bump version: 0.4.0 → 0.4.1
  • 08ab65a refactor: improve api_key handling in config manager

v0.4.0

20 Jan 05:50
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Changelog

  • 7d5f689 Bump version: 0.3.0 → 0.4.0
  • 847de9b Update install.ps1
  • 16a331f chore: Update install.ps1
  • 48fe200 feat: add retry logic with exponential backoff to Chat method

v0.3.0

15 Jan 11:56
Compare
Choose a tag to compare

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

11 Jan 15:43
Compare
Choose a tag to compare

Changelog

  • c5b0501 chore: bump version to 0.2.4
  • 414a8c5 chore: update uv lock
  • 08e9c84 feat: add AI21 provider support
  • d4ba644 refactor: change CompletionPath to pointer type
  • 793d38c refactor: simplify config input handling

v0.2.3

10 Jan 15:17
Compare
Choose a tag to compare

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

v0.2.2

09 Jan 12:11
Compare
Choose a tag to compare

Changelog

  • f767dcd Bump version: 0.2.1 → 0.2.2
  • fce6469 chore: update uv lock
  • 701ed0e feat: add OpenRouter LLM provider
  • 42ffdba feat: add default groq model constant