Bundle
dsh-session-html
Offline Pi-style HTML exports for DeepSeek Harness Session trees
- Source
- quicksandznzn
- License
- MIT
- Updated
- Updated 4 days ago
Readme
# dsh-session-html English | [中文](README.zh-CN.md) > 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](https://github.com/earendil-works/pi), especially its [`export-html` implementation](https://github.com/earendil-works/pi/tree/main/packages/coding-agent/src/core/export-html). This plugin adapts that presentation to DeepSeek Harness Session events and subagent trees. ## Install ```sh dsh plugin --profile web add dsh-session-html ``` If `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>
Install
dsh plugin --profile web add github:quicksandznzn/dsh-session-html
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-session-html from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.