Greg Gauthier gmgauthier
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 14:31:08 +00:00
4ff65e8137 docs(chat): add documentation for interactive agent mode
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 14:18:26 +00:00
365f0c01ec refactor(cmd): clean up tool handling and Scanln usage
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 14:09:07 +00:00
426288b356 refactor(cmd): replace global vars with flags for agent mode params
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 14:04:32 +00:00
2809b55912 refactor(cmd): integrate agent mode with edit and scaffold commands
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 12:24:27 +00:00
bec85a69e0 refactor(chat): remove temporary overrides for edit and scaffold tools
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 12:20:23 +00:00
79c28da120 feat(chat): add overrides for direct instruction passing in tool calls
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 12:08:54 +00:00
3e2b8ee7bf refactor(chat): simplify tool call handling by directly setting command args
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 12:05:05 +00:00
d42b5278c1 refactor(chat): integrate tool calls with Cobra command execution
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 11:59:26 +00:00
a5fda5bbfd refactor(chat): move tool handling to cmd/chat.go to resolve import cycle
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 11:50:24 +00:00
69c5d776e2 feat(agent): implement tool calling in agent mode
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 11:19:52 +00:00
875e34669c fix(chat): remove unnecessary nil check in history loading
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 11:15:57 +00:00
b5e1733952 feat(chat): add chat history persistence
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 11:09:38 +00:00
af7270967c fix(config): correct chat model config key
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 11:04:11 +00:00
6eeb919013 refactor(chat): improve chat command with better UI, prompts, and model handling
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 10:49:57 +00:00
87851513f1 refactor(chat): deprecate agent command and integrate into chat with --agent flag
gmgauthier created branch feature/interactive_chat_mode in gmgauthier/grokkit 2026-03-04 10:35:04 +00:00
gmgauthier pushed to feature/interactive_chat_mode at gmgauthier/grokkit 2026-03-04 10:35:04 +00:00
gmgauthier pushed to master at gmgauthier/grokkit 2026-03-04 09:50:58 +00:00
5bf6b0c91c docs(todo): reorganize queued tasks and update completed items
gmgauthier pushed to master at gmgauthier/grokkit 2026-03-04 09:37:26 +00:00
f6ff1f990a docs(todo): update title and description for non-interactive-query
gmgauthier pushed to master at gmgauthier/grokkit 2026-03-04 09:25:15 +00:00
5d251e88d4 docs(todo): add spec for grokkit non-interactive query tool