# @xiaoso/dsh-turn-navigator

English | [中文](README.md)

Conversation turn-navigation panel for the DeepSeek Harness web GUI.

![Conversation turn navigation panel](docs/images/turn-navigator.jpg)

## Install

### From npm (recommended)

```sh
dsh plugin --profile web add @xiaoso/dsh-turn-navigator
dsh web
```

### Local development

```sh
dsh plugin --profile web add link:<path to this repo>
```

### From GitHub

```sh
dsh plugin --profile web add github:xiaoso456/dsh-turn-navigator
```

A git install runs this package's `prepare` script to build the artifacts; pnpm ≥10 makes the first `add` fail and prompts you to allow the build in the profile's `pnpm-workspace.yaml`.

## Dependencies

Works with DeepSeek Harness `dsh` v0.1.0-rc.5 (pre-release, surfaces may change).

## Build

```sh
pnpm install
pnpm build
```

## License

[MIT](LICENSE)
