Grokkit is a fast Go CLI integrating Grok AI with git workflows and general chat/edit functionality.
Go to file
Greg Gauthier 5112f13fdd refactor(edit): improve response handling and add diff preview
- Strengthen system prompt to enforce pure content output
- Introduce CleanCodeResponse to strip markdown fences from Grok responses
- Display proposed file changes as a unified diff for better preview
- Clean up .gitignore and add ignores for logs/tmp files
- Delete built binary grokkit file
2026-02-28 20:31:02 +00:00
cmd refactor(edit): improve response handling and add diff preview 2026-02-28 20:31:02 +00:00
config pretty up the client interface 2026-02-28 19:56:23 +00:00
internal refactor(edit): improve response handling and add diff preview 2026-02-28 20:31:02 +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 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
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