dsh-session-html
English | 中文
> Export a DeepSeek Harness Session tree as one offline, Pi-style HTML file.
The export experience is inspired by Pi's /export HTML workflow in the Pi project, especially its export-html implementation. This plugin adapts that presentation to DeepSeek Harness Session events and subagent trees.
Install
dsh plugin --profile web add dsh-session-htmlIf dsh web is already running, stop and relaunch it after installation so the static client bundle is loaded.
Export HTML
Open the Session you want to export, then either:
- click Export HTML in the Session header; or
- run
/export-html.
<picture> <source media="(prefers-color-scheme: dark)" srcset="docs/dsh-session-html-export-dark.png" /> <source media="(prefers-color-scheme: light)" srcset="docs/dsh-session-html-export-light.png" /> <img alt="dsh-session-html export preview" src="docs/dsh-session-html-export-light.png" /> </picture>