| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-02 | functions to double check the sanity of JSON Marshal | Jeff Carr | |
| 2025-08-30 | schema changes to Marshal() JSON from gemini-cliv0.0.4 | Jeff Carr | |
| 2025-08-24 | s/gemini/regex/ | Jeff Carr | |
| 2025-08-22 | ?? | Jeff Carr | |
| 2025-08-22 | refactor(chatpb): Simplify AddFile for new log format | Castor Gemini | |
| - Remove all backward-compatibility logic from the AddFile function. - The function now assumes all input logs use the modern, nested 'Chat -> Entries' structure. - This simplifies the codebase significantly but requires that all old log files be deprecated or converted. - Note: This commit leaves the build in a broken state, as other files still reference the now-removed fields. | |||
| 2025-08-22 | changed protobuf | Jeff Carr | |
| 2025-08-22 | okay? | Jeff Carr | |
| 2025-08-22 | fix(chatpb): Update AddFile to support nested chat entries | Castor Gemini | |
| - The AddFile function now correctly parses both the old flat log format and the new format where chats are grouped by topic. - It flattens the new structure by iterating through the 'Entries' of a chat group and appending them to the main chat list. - This allows the application to transparently load both old and new log files. | |||
| 2025-08-22 | attempts to debug Marshal() errors | Jeff Carr | |
| 2025-08-21 | trying to debug protobuf stuffv0.0.2 | Jeff Carr | |
| 2025-08-21 | update with code snippet | Jeff Carr | |
