grokkit/internal
Gregory Gauthier a5fda5bbfd refactor(chat): move tool handling to cmd/chat.go to resolve import cycle
Relocate ToolCall struct and HandleToolCall function from internal/agent/tools.go
to cmd/chat.go, renaming to handleToolCall for package-internal use. This eliminates
the import cycle between cmd and agent packages while preserving agent mode functionality.
2026-03-04 11:59:23 +00:00
..
errors test(cmd): add unit tests for completion, root execution, config, errors, and logger 2026-03-02 22:12:54 +00:00
git feat(cmd): add changelog command for AI-generated release notes 2026-03-03 21:59:09 +00:00
grok refactor(tests): improve error handling and defer usage 2026-03-02 21:33:11 +00:00
linter refactor(tests): improve error handling and defer usage 2026-03-02 21:33:11 +00:00
logger test(cmd): add unit tests for completion, root execution, config, errors, and logger 2026-03-02 22:12:54 +00:00
version test(version): add tests for version information 2026-03-02 18:41:27 +00:00