Grokkit is a fast Go CLI integrating Grok AI with git workflows and general chat/edit functionality.
Go to file
Greg Gauthier 363733c2e6 feat(chat): add interactive TUI with Bubble Tea and streaming
- Replace basic CLI chat with Bubble Tea-based TUI featuring viewport, textarea, colored history, and streaming replies.
- Add StreamSilent method to client for TUI integration without live printing.
- Introduce model flag for chat command.
- Update dependencies to include charmbracelet libraries.
2026-02-28 21:53:35 +00:00
cmd feat(chat): add interactive TUI with Bubble Tea and streaming 2026-02-28 21:53:35 +00:00
config refactor(config): centralize config loading and add model selection 2026-02-28 20:52:03 +00:00
internal feat(chat): add interactive TUI with Bubble Tea and streaming 2026-02-28 21:53:35 +00:00
.env.example stub out project 2026-02-28 18:03:12 +00:00
.gitignore refactor(edit): improve response handling and add diff preview 2026-02-28 20:31:02 +00:00
go.mod feat(chat): add interactive TUI with Bubble Tea and streaming 2026-02-28 21:53:35 +00:00
go.sum feat(chat): add interactive TUI with Bubble Tea and streaming 2026-02-28 21:53:35 +00:00
main.go initial client and helper skeletons 2026-02-28 18:41:20 +00:00
REAMDE.md pretty up the client interface 2026-02-28 19:56:23 +00:00