Grokkit is a fast Go CLI integrating Grok AI with git workflows and general chat/edit functionality.
Go to file
Greg Gauthier 8e0d06d8a1 feat(cmd): add agent command for multi-file AI editing
Introduce new `agent` command that scans .go files in the project, generates an AI-driven plan for changes based on user instruction, and applies edits with previews and backups. Includes integration with Grok client for planning and content generation.

Update existing files with timestamp comments as part of the agent's editing demonstration. Add agentCmd to root command.
2026-02-28 22:29:16 +00:00
cmd feat(cmd): add agent command for multi-file AI editing 2026-02-28 22:29:16 +00:00
config feat(cmd): add agent command for multi-file AI editing 2026-02-28 22:29:16 +00:00
internal feat(cmd): add agent command for multi-file AI editing 2026-02-28 22:29:16 +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 feat(cmd): add agent command for multi-file AI editing 2026-02-28 22:29:16 +00:00
REAMDE.md pretty up the client interface 2026-02-28 19:56:23 +00:00