Skip to content

feat: add markdown export option to /save - #4326

Open
SHL0MS wants to merge 1 commit into
NousResearch:mainfrom
SHL0MS:feat/save-markdown
Open

feat: add markdown export option to /save#4326
SHL0MS wants to merge 1 commit into
NousResearch:mainfrom
SHL0MS:feat/save-markdown

Conversation

@SHL0MS

@SHL0MS SHL0MS commented Mar 31, 2026

Copy link
Copy Markdown
Collaborator

/save now supports a format argument: /save markdown (or /save md) for human-readable export, /save or /save json for the original JSON format. Default remains JSON to preserve existing behavior. Markdown includes role headings (## You / ## Hermes), tool result summaries as blockquotes, and session metadata header. 48 lines, fully backwards compatible. Closes #4249

@SHL0MS SHL0MS added the type/feature New feature or request label Mar 31, 2026
@SHL0MS
SHL0MS force-pushed the feat/save-markdown branch from c29fbdf to 31565a6 Compare April 1, 2026 00:23
@SHL0MS SHL0MS changed the title feat: add markdown export to /save (default format) feat: add markdown export option to /save Apr 1, 2026
/save now exports conversations as human-readable markdown by default.
/save json preserves the original JSON format.

Markdown output includes role headings (## You / ## Hermes), tool
result summaries as blockquotes, and session metadata header.

Closes NousResearch#4249
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type/feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[UX] /save only exports JSON — add markdown export

1 participant