Grokkit is a fast Go CLI integrating Grok AI with git workflows and general chat/edit functionality.
Go to file
Greg Gauthier 9927b1fb6a chore(build): add Makefile and tests for commands and utilities
- Introduced Makefile with targets for testing (all, coverage, agent-specific), building, installing, cleaning, and help
- Added unit and integration tests for agent command, edit command, and CleanCodeResponse function
- Refactored CleanCodeResponse to use regex for robust markdown fence removal in agent and client modules
- Ensured tests cover code cleaning, plan generation placeholders, and file editing functionality
2026-03-01 00:24:48 +00:00
cmd chore(build): add Makefile and tests for commands and utilities 2026-03-01 00:24:48 +00:00
config refactor(cmd): remove unnecessary last modified comments and timestamps 2026-02-28 22:59:16 +00:00
internal chore(build): add Makefile and tests for commands and utilities 2026-03-01 00:24:48 +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
install.sh feat(install): add installation script 2026-02-28 23:13:35 +00:00
main.go refactor(cmd): remove unnecessary last modified comments and timestamps 2026-02-28 22:59:16 +00:00
Makefile chore(build): add Makefile and tests for commands and utilities 2026-03-01 00:24:48 +00:00
REAMDE.md pretty up the client interface 2026-02-28 19:56:23 +00:00