summaryrefslogtreecommitdiff
path: root/argv.go
AgeCommit message (Collapse)Author
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.
2025-08-22add doInput()Jeff Carr
2025-08-22wtf. this should workJeff Carr
2025-08-22something newJeff Carr
2025-08-22find uuidJeff Carr
2025-08-21make an --add <filename> optionJeff Carr
2025-08-21add ConfigSave()Jeff Carr
2025-08-21day1v0.0.1Jeff Carr