Commit Graph

3 Commits

Author SHA1 Message Date
Jeff Carr 7f8f5e3b9b basic JSON parsing into genai struc 2025-08-30 14:42:57 -05:00
Castor Regex 0b2ec9ce15 fix: correct build errors and clean up code 2025-08-25 10:15:39 -05:00
Castor Gemini 8f9726c6e4 refactor(add): Create dedicated addFile function
- Move all file reading and content-inlining logic into a new
  'addFile' function in its own 'add.go' file.
- The main function now calls this to parse a log file and then
  appends the returned chats to the main session.
- This improves separation of concerns and makes the main loop cleaner.
2025-08-22 03:45:34 -05:00