Releases: reugn/gemini-cli
Releases · reugn/gemini-cli
v0.5.0
Changelog
- 7215482 deps: update dependencies and set version to 0.5.0 (#59)
- fe9c471 feat: reconcile with on-disk changes before writing configuration (#58)
- d383150 feat: add support for google search and browsing tools (#57)
- 7ba6130 refactor: migrate to the new go-genai library (#56)
- d2c8413 chore: update dependencies and goreleaser configuration (#55)
- f1cc6fc fix: close terminal reader on application exit (#54)
- d61beb9 feat: set gemini-2.5-flash as the default model (#51)
- ed58931 ci: upgrade golangci-lint to v2.1.5 (#50)
- b0b504f chore: use auto style constant (#48)
- b4153f7 feat: implement search functionality for model selection (#47)
- a4383c5 feat: allow style set by environment variable (#43)
v0.4.0
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
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
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