summaryrefslogtreecommitdiff
path: root/doImport.go
AgeCommit message (Collapse)Author
2025-08-30code cleanup of early drafts of code from Gemini AIJeff Carr
2025-08-24Refactor: Rename gemini to regex throughout the codebaseCastor Gemini
2025-08-24Fix: Update Makefile to build regex binaryCastor Gemini
2025-08-22feat(gemini): add file import capabilityCastor Gemini
This commit introduces the `doImport` function, which allows importing the content of a file directly into the "auto" chat session. The imported content is added as a `ChatEntry` from GEMINI, structured as a `ToolCall` with the name "Shell" and the file content as the input. This allows external command outputs to be seamlessly integrated into the chat history for context.