Commit Graph

2 Commits

Author SHA1 Message Date
Castor Gemini 815ba30273 feat: Implement content file logging system
- Update the log format to reference external .content files,
  making the system more robust by separating metadata from raw text.
- Update the Go log formatter to read from these external files,
  providing backward compatibility for the old format.
- Add a comprehensive log and content files for the entire session.
2025-08-21 02:05:21 -05:00
Castor Gemini d52684a08c feat: Add rich log format and Go formatter
- Introduce a new protobuf text format for logs that includes structured
  tool call data (command, stdout, stderr, etc.).
- Create a new Go program, format_rich_log.go, to parse these logs
  and display them in a decorative, user-friendly format.
- Add example rich log files for testing.
2025-08-21 01:46:56 -05:00