summaryrefslogtreecommitdiff
path: root/add.go
AgeCommit message (Collapse)Author
2025-08-30basic JSON parsing into genai strucJeff Carr
2025-08-25fix: correct build errors and clean up codeCastor Regex
2025-08-22refactor(add): Create dedicated addFile functionCastor Gemini
- 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.