Skip to content

Releases: reugn/gemini-cli

v0.4.0

15 Dec 16:36
50b8be6
Compare
Choose a tag to compare

Changelog

  • 50b8be6 deps: update dependencies and set version to 0.4.0 (#38)
  • ed5f223 feat: set gemini-1.5-flash as the default model (#37)
  • b707d74 ci: update versions in workflows (#36)
  • 0dacfe2 feat: add help system command (#34)
  • 1c6f426 feat: expose response word wrapping length configuration (#33)
  • 2c188a1 feat: add separate terminal prompt for multiline input (#32)
  • e98b3a4 refactor: internal packages structure (#31)
  • 9cedafb feat!: add support for model configuration and persistent history storage (#30)
  • 84f9c7e feat!: support multiple generative models (#29)

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