Documentation
¶
Overview ¶
Package export writes a session's message history to disk as JSON Lines so users can inspect or archive a conversation outside the TUI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WriteSession ¶
WriteSession writes msgs, in order, as JSON Lines to {exportsDir}/{sessionID}.jsonl, creating exportsDir if it does not already exist. Repeat calls for the same sessionID overwrite the file. It returns the full path written.
Types ¶
This section is empty.
Source Files
¶
- export.go
Click to show internal directories.
Click to hide internal directories.