summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-09-03buttons for different stuffv0.0.6Jeff Carr
2025-09-02dumps out the gemini struct enough for nowJeff Carr
2025-09-02make a "books" windowJeff Carr
2025-09-02convert is working okayJeff Carr
2025-09-02remove files if it seems close enoughJeff Carr
2025-09-01preliminary import workingJeff Carr
2025-09-01working on processing JSON filesJeff Carr
2025-09-01initial table dumps to STDOUTJeff Carr
2025-09-01add a GUIJeff Carr
2025-09-01ignore json filesJeff Carr
2025-09-01gemini-cli is stupidJeff Carr
2025-09-01it buildsJeff Carr
2025-09-01sub in the functionsJeff Carr
2025-09-01isolate this functionJeff Carr
2025-09-01something?Jeff Carr
2025-09-01attempts to submit data to the Gemini APIJeff Carr
2025-08-31feat: dump last chat entryCastor Regex
2025-08-31feat: add dumpchat functionCastor Regex
2025-08-31feat: print last playback UUIDCastor Regex
2025-08-30looking good. adds the json file okayv0.0.5Jeff Carr
2025-08-30more crapJeff Carr
2025-08-30minorJeff Carr
2025-08-30parse stuffJeff Carr
2025-08-30attempt to marshal JSON file to protobufJeff Carr
2025-08-30minor cleanupsJeff Carr
2025-08-30GEMINI workflow rulesJeff 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-28minorv0.0.4Jeff Carr
2025-08-26testingv0.0.3Jeff Carr
2025-08-26work in progressJeff Carr
2025-08-25feat(regex): print regex.log and sleep after readyCastor Regex
2025-08-25fix(regex): delete ready file after detectionCastor Regex
2025-08-25feat(editor): wait for ready file and rename to doEditor.goCastor Regex
2025-08-25can now send questions to gemini-cli from regexJeff Carr
2025-08-25testJeff Carr
2025-08-25fix: correct build errors and clean up codeCastor Regex
2025-08-24stuffJeff Carr
2025-08-24feat(chat): add --get-next-auto-topic flagCastor Regex
2025-08-24fix(count-auto): load chats before countingCastor Regex
2025-08-24fix(count-auto): suppress debug outputCastor 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-24feat(playback): Improve formatting of long playbackCastor Gemini
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.
2025-08-22show 'auto' by defaultJeff Carr
2025-08-22add doInput()Jeff Carr