# 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`.
