Releases: reugn/gemini-cli
Releases · reugn/gemini-cli
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