Releases: imfing/gptui
Releases · imfing/gptui
v0.0.2
Changelog
New Features
Bug fixes
Other work
v0.0.1
Changelog
Features
- a3a997b: feat: add
model
flag to chat command (@imfing) - f22c200: feat: add base-url flag (@imfing)
- ed3bfe4: feat: add chat command (@imfing)
- ba70ab4: feat: add glamour markdown renderer (@imfing)
- bcbeba0: feat: add help text at the bottom (@imfing)
- 7d927ba: feat: add help view (@imfing)
- 1ed8425: feat: add multiline mode (@imfing)
- 90519e6: feat: add persistent flag
open-api-key
(@imfing) - 64d4707: feat: add spinner and styles (@imfing)
- 637de2a: feat: add waiting message while sending request (@imfing)
- bfa5206: feat: basic chat functionality (@imfing)
- 221d4b1: feat: basic chat ui using bubbletea (@imfing)
- a3ad1cf: feat: implement new rest and chat client (@imfing)
- f0ef865: feat: include conversation history (@imfing)
- 4f9a2d4: feat: read message from flag or pipe (@imfing)
- 4c146af: feat: save and restore conversation (@imfing)
- 48ed731: feat: stream gpt response (@imfing)
- dbdd184: feat: support system message in request (@imfing)
- 668de77: feat: use new Client for sending requests (@imfing)
Others
- dc04f0c: Create .gitignore (@imfing)
- 44bf1c6: Create README.md (@imfing)
- c8c8476: Init project (@imfing)
- 771cfbb: Update LICENSE (@imfing)
- e3467d1: ci: add goreleaser.yml (@imfing)
- 3b996dc: ci: add release workflow (@imfing)
- eab1b83: fix: base url flag name change (@imfing)
- 3a86fb4: fix: wrap
go-version
in quotes in goreleaser workflow (@imfing) - f973471: refactor: extract
newGlamourRenderer
andrenderMessages
(@imfing) - c4269e0: refactor: move tui and api call to pkg/chat (@imfing)