Go to file
Castor Gemini 4575c97aae refactor(chatpb): Simplify AddFile for new log format
- 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 02:43:41 -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 changed protobuf 2025-08-22 02:38:49 -05:00
config.go make chat entries 2025-08-22 01:58:26 -05:00
example.go changed protobuf 2025-08-22 02:38:49 -05:00
helpers.go refactor(chatpb): Simplify AddFile for new log format 2025-08-22 02:43:41 -05:00
make_chat.go attempts to debug Marshal() errors 2025-08-22 00:50:31 -05:00