Commit Graph
3 Commits
Author SHA1 Message Date
Bohdan Triapitsyn b3f2732dff fix(vscode): make session markdown export save/reveal work 2026-04-17 18:46:13 +03:00
Bohdan Triapitsyn 71eac0d2f6 fix: improve session export and empty chat states
Move session export into the sidebar menu
Add desktop save-and-reveal flow for exported markdown
Show empty-state UI instead of a loading skeleton for empty sessions
2026-04-17 15:33:26 +03:00
coldbrow a17d159e18 feat(chat): add export session as markdown workflow (#934)
Add a download button in the chat view that exports the current session's
messages as a formatted Markdown file. User and assistant turns are
separated by horizontal rules. The filename is derived from the session
title and today's date (e.g. fix-login-bug-2026-04-17.md).
2026-04-17 14:50:26 +03:00