DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Save Session — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-save-session

Save Session

DSH (DeepSeek Harness) plugin: Export the current conversation with one click from the conversation title bar — “Save MD” downloads clean Markdown, while “Save HTML” downloads a webpage with a table of contents on the left and rendered tables and code blocks. Automatically filters out the model’s re

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-save-session@0.1.4
READMECompatibilityVersions

Description

DSH (DeepSeek Harness) plugin: Export the current conversation with one click from the conversation title bar — “Save MD” downloads clean Markdown, while “Save HTML” downloads a webpage with a table of contents on the left and rendered tables and code blocks. Automatically filters out the model’s reasoning process and tool call records, retaining only the user and assistant content, suitable for archiving, sharing, and writing reports.

Compatibility and provenance

Save Session is published as dsh-save-session and currently resolves to version 0.1.4. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/11/2026

Versions

0.1.4stable
9/11/2026
0.1.3stable
9/10/2026
0.1.2stable
9/10/2026
Show 1 more versionCollapse versions
0.1.1stable
9/9/2026

Related plugins

Loading related plugins…

Latest
0.1.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
21.7 kB
Files
6
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
0
Last push
9/11/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Agent Teams@nanmicoder/dsh-agent-teamsAgentTeams for DeepSeek Harness: multi-agent team collaboration (captain, members, tasks with dependencies, messaging) driven by natural language, with a tree monitor in the web GUI

README

dsh-save-session

一个 DeepSeek Harness (DSH) 插件:在会话头部提供两个一键下载按钮,把当前会话导出为 Markdown 或渲染后的 HTML。

功能

  • ⬇ 保存 MD — 下载 session-<时间戳>.md
  • ⬇ 保存 HTML — 下载 session-<时间戳>.html
    • Markdown 已渲染(标题 / 代码块 / 列表 / 引用 / 链接 / GFM 表格 / 行内代码 / 粗斜体)
    • 左侧目录面板:每条消息一行(角色 + 单行预览),点击跳转;窄屏自动隐藏
  • 同时注册模型工具 save_session_md:对话中说"保存当前会话为 md"即可,可选 path 参数, 默认写入会话工作目录

内容规则

导出只包含用户消息与助手正文。以下内容一律过滤:

  • 模型思考过程(reasoning)
  • 工具调用与工具结果
  • 注入的上下文 / 子代理报告

安装

dsh plugin --profile web add dsh-save-session

然后重启 profile(dsh web),按钮出现在会话标题栏右侧操作行。

工作原理

  • Host:sessionQuery.readSurface 读取会话消息 → 过滤 → 生成 md / html; webServer 注册 GET /plugins/dsh-save-session/download?session=<id>&format=md|html 按需生成并作为附件下发;tools 注册 save_session_md。
  • Client:在 conversation.session.header.actions 槽位注册两个纯 <a download> 链接, 无需 RPC。

License

MIT