Grokkit is a fast Go CLI integrating Grok AI with git workflows and general chat/edit functionality.
Go to file
Greg Gauthier 98eb5505a5 chore(headers): add last modified timestamps to source files
Implemented automatic addition of "// Last modified: [timestamp]" headers across command and internal files for better tracking. Updated prompts in agent and edit commands to enforce header format. Added logic to prepend header if missing in generated content. Fixed minor issues like missing newlines at end of files.
2026-02-28 22:47:30 +00:00
cmd chore(headers): add last modified timestamps to source files 2026-02-28 22:47:30 +00:00
config chore(headers): add last modified timestamps to source files 2026-02-28 22:47:30 +00:00
internal chore(headers): add last modified timestamps to source files 2026-02-28 22:47:30 +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 chore(headers): add last modified timestamps to source files 2026-02-28 22:47:30 +00:00
REAMDE.md pretty up the client interface 2026-02-28 19:56:23 +00:00