summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-08-22feat(playback): Add UUID to summary viewCastor Gemini
2025-08-22refactor(gemini): Adapt app to new protobuf structureCastor 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-22feat(playback): Change playback to a concise summary viewCastor Gemini
- The 'playback' command now prints a one-line summary for each chat topic. - The summary includes the topic name, the number of entries, and the start time of the conversation.
2025-08-22GPLJeff Carr
2025-08-22fix: Add diagnostic check for nil chat entriesCastor Gemini
2025-08-21trying to improve forgev0.0.2Jeff Carr
2025-08-21make an --add <filename> optionJeff Carr
2025-08-21add ConfigSave()Jeff Carr
2025-08-21miscJeff Carr
2025-08-21day1v0.0.1Jeff Carr