Grokkit is a fast Go CLI integrating Grok AI with git workflows and general chat/edit functionality.
- 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. |
||
|---|---|---|
| cmd | ||
| config | ||
| internal | ||
| .env.example | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| grokkit | ||
| main.go | ||
| REAMDE.md | ||