summaryrefslogtreecommitdiff
path: root/argv.go
AgeCommit message (Collapse)Author
2025-09-09new more better GUI codebasev0.0.12v0.0.11v0.0.10Jeff Carr
2025-09-02convert is working okayJeff Carr
2025-09-01working on processing JSON filesJeff Carr
2025-09-01attempts to submit data to the Gemini APIJeff Carr
2025-08-30minor cleanupsJeff Carr
2025-08-30more code cleanupsJeff Carr
2025-08-30code cleanup of early drafts of code from Gemini AIJeff Carr
2025-08-30basic JSON parsing into genai strucJeff Carr
2025-08-25testJeff Carr
2025-08-25fix: correct build errors and clean up codeCastor Regex
2025-08-24feat(chat): add --get-next-auto-topic flagCastor Regex
2025-08-24feat(chat): add --new-chat and --count-auto flagsCastor Regex
2025-08-24feat(stats): add --stats flag to save session statsCastor Gemini
2025-08-24Refactor: Rename gemini to regex throughout the codebaseCastor 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.
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