Grokkit is a fast Go CLI integrating Grok AI with git workflows and general chat/edit functionality.
Go to file
Greg Gauthier f0858e08c1 refactor(cli): simplify commands and remove TUI dependencies
- Switch chat command from Bubble Tea TUI to basic CLI with bufio.
- Hardcode Grok model in commands, remove Viper config.
- Stream responses directly in client, remove channel-based streaming.
- Add safe previews/backups in edit, simplify prompts across tools.
- Update git helper and trim unused deps in go.mod.
2026-02-28 20:17:12 +00:00
cmd refactor(cli): simplify commands and remove TUI dependencies 2026-02-28 20:17:12 +00:00
config pretty up the client interface 2026-02-28 19:56:23 +00:00
internal refactor(cli): simplify commands and remove TUI dependencies 2026-02-28 20:17:12 +00:00
.env.example stub out project 2026-02-28 18:03:12 +00:00
.gitignore pretty up the client interface 2026-02-28 19:56:23 +00:00
go.mod refactor(cli): simplify commands and remove TUI dependencies 2026-02-28 20:17:12 +00:00
go.sum refactor(cli): simplify commands and remove TUI dependencies 2026-02-28 20:17:12 +00:00
grokkit refactor(cli): simplify commands and remove TUI dependencies 2026-02-28 20:17:12 +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