| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-30 | code cleanup of early drafts of code from Gemini AI | Jeff Carr | |
| 2025-08-24 | Refactor: Rename gemini to regex throughout the codebase | Castor Gemini | |
| 2025-08-24 | Fix: Update Makefile to build regex binary | Castor Gemini | |
| 2025-08-22 | feat(gemini): add file import capability | Castor 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. | |||
