Skip to content

Releases: reugn/gemini-cli

v0.3.1

21 Sep 16:00
de16134
Compare
Choose a tag to compare

Changelog

  • de16134 deps: update dependencies and set version to 0.3.1 (#25)
  • c7b0e27 ci(goreleaser): exclude merge commits from changelog (#24)
  • 36a9832 ci: update golangci-lint configuration (#23)
  • 3858b9f refactor: make the cli package internal (#22)
  • ff8e5a9 fix: error handling in multi-line mode (#20)
  • 66a75fc feat: allow for using SIGINT to clear input (#14)

v0.3.0

15 Mar 08:19
1fe104f
Compare
Choose a tag to compare

Changelog

  • 1fe104f deps: update dependencies and set version to 0.3.0 (#12)
  • 1e05077 chore: make color variables constants (#11)
  • bb365e0 fix: typo in the readme (#10)
  • 1640bb3 feat: add a system command to toggle input mode (#9)
  • 3f9b170 feat: synchronize prompt colors with terminal background (#8)
  • b1fe8cf docs: add a note about available regions for the Gemini API (#7)
  • 492989f feat: add support for multi-line input (#6)
  • 0fd5306 chore: remove comment added inadvertently

v0.2.0

18 Feb 18:20
89f1ee2
Compare
Choose a tag to compare

Changelog

  • 89f1ee2 chore: prepare release 0.2.0 (#3)
  • 5763d97 feat: utilize readline library for input reading
  • f6de19f fix: line clear in spinner
  • 01c59bf feat: support rendering of markdown-formatted response

v0.1.0

17 Feb 17:44
05b4499
Compare
Choose a tag to compare

Changelog

  • 05b4499 ci: add permissions to the release workflow (#2)
  • c11d76a chore: normalize after rollout (#1)
  • 265ddec Initial commit