dsh plugins中文
← Back to popular plugin directory

DSH terminal client

XMoon/dsh-pi-tui · skills

A third-party TUI mode for DeepSeek Harness (dsh), built on a vendored fork of pi-tui.

★ 5GitHub stars
0Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

A third-party TUI mode for DeepSeek Harness (dsh), built on a vendored fork of pi-tui.

dsh plugin runs pnpm inside the target profile's directory, so the usual pnpm verbs (add, remove, update, list) all work. Option A — from the npm registry (recommended)

The published package is self-contained: the vendored pi-tui fork is bundled into its build output, so @xmoon76/dsh-pi-tui is the only package you install (@xmoon76/pi-tui stays private in this repo, like kimi-code keeps @moonshot-ai/pi-tui private):

Install command

dsh plugin --profile web add github:XMoon/dsh-pi-tui
View GitHub repository ↗Back to popular plugin directory