Go to file
Castor Gemini 3b6b85200d fix(chatpb): Update AddFile to support nested chat entries
- 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 02:14:17 -05:00
.gitignore day1 2025-08-21 00:28:33 -05:00
LICENSE attempts to debug Marshal() errors 2025-08-22 00:50:31 -05:00
Makefile update with code snippet 2025-08-21 16:01:05 -05:00
chat.proto make chat entries 2025-08-22 01:58:26 -05:00
config.go make chat entries 2025-08-22 01:58:26 -05:00
example.go update with code snippet 2025-08-21 16:01:05 -05:00
helpers.go fix(chatpb): Update AddFile to support nested chat entries 2025-08-22 02:14:17 -05:00
make_chat.go attempts to debug Marshal() errors 2025-08-22 00:50:31 -05:00