| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-25 | new argv bash completionv0.0.24v0.0.23v0.0.22v0.0.21 | Jeff Carr | |
| 2025-09-09 | new more better GUI codebasev0.0.12v0.0.11v0.0.10 | Jeff Carr | |
| 2025-09-03 | buttons for different stuffv0.0.6 | Jeff Carr | |
| 2025-09-01 | working on processing JSON files | Jeff Carr | |
| 2025-09-01 | add a GUI | Jeff Carr | |
| 2025-09-01 | attempts to submit data to the Gemini API | Jeff Carr | |
| 2025-08-30 | looking good. adds the json file okayv0.0.5 | Jeff Carr | |
| 2025-08-30 | more crap | Jeff Carr | |
| 2025-08-30 | minor | Jeff Carr | |
| 2025-08-30 | parse stuff | Jeff Carr | |
| 2025-08-30 | attempt to marshal JSON file to protobuf | Jeff Carr | |
| 2025-08-30 | minor cleanups | Jeff Carr | |
| 2025-08-30 | code cleanup of early drafts of code from Gemini AI | Jeff Carr | |
| 2025-08-30 | basic JSON parsing into genai struc | Jeff Carr | |
| 2025-08-25 | can now send questions to gemini-cli from regex | Jeff Carr | |
| 2025-08-25 | test | Jeff Carr | |
| 2025-08-24 | feat(chat): add --get-next-auto-topic flag | Castor Regex | |
| 2025-08-24 | fix(count-auto): suppress debug output | Castor Regex | |
| 2025-08-24 | feat(chat): add --new-chat and --count-auto flags | Castor Regex | |
| 2025-08-24 | feat(stats): add --stats flag to save session stats | Castor Gemini | |
| 2025-08-24 | Refactor: Rename gemini to regex throughout the codebase | 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. | |||
| 2025-08-22 | show 'auto' by default | Jeff Carr | |
| 2025-08-22 | add doInput() | Jeff Carr | |
| 2025-08-22 | fix log output | Jeff Carr | |
| 2025-08-22 | wtf. this should work | Jeff Carr | |
| 2025-08-22 | something new | Jeff Carr | |
| 2025-08-22 | fix(playback): Correctly handle UUID argument | Castor Gemini | |
| - Update the main command loop to correctly parse and pass the '--uuid' flag to the showChat function. - This fixes the 'invalid subcommand' error and makes the detailed playback view fully functional. | |||
| 2025-08-22 | new logging | Jeff Carr | |
| 2025-08-22 | refactor(add): Create dedicated addFile function | Castor Gemini | |
| - Move all file reading and content-inlining logic into a new 'addFile' function in its own 'add.go' file. - The main function now calls this to parse a log file and then appends the returned chats to the main session. - This improves separation of concerns and makes the main loop cleaner. | |||
| 2025-08-22 | something | Jeff Carr | |
| 2025-08-22 | refactor(gemini): Adapt app to new protobuf structure | Castor Gemini | |
| - Update main.go and doPlayback.go to be compatible with the refactored 'Chat -> Entries' protobuf message format. - Remove the now-obsolete format_rich_log.go file. - The application now compiles successfully against the new chatpb library. | |||
| 2025-08-22 | GPL | Jeff Carr | |
| 2025-08-22 | fix: Add diagnostic check for nil chat entries | Castor Gemini | |
| 2025-08-21 | trying to improve forgev0.0.2 | Jeff Carr | |
| 2025-08-21 | make an --add <filename> option | Jeff Carr | |
| 2025-08-21 | add ConfigSave() | Jeff Carr | |
| 2025-08-21 | misc | Jeff Carr | |
| 2025-08-21 | day1v0.0.1 | Jeff Carr | |
