[claude] Add session export as markdown (#288) #304

Merged
Timmy merged 1 commits from claude/issue-288 into main 2026-03-24 04:53:24 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
b76b6caf83 feat: add session export as markdown (#288)
Some checks failed
CI / validate (pull_request) Failing after 13s
CI / auto-merge (pull_request) Has been skipped
Tracks chat messages received during the session and provides a
download button (📥) in the HUD that exports them as a Markdown file.

- sessionLog array collects {ts, speaker, text} entries
- exportSessionAsMarkdown() formats and triggers a browser download
- Export button added to the HUD alongside audio/debug toggles
- CSS styles for the export button in style.css

Fixes #288
2026-03-24 00:50:26 -04:00