DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Tui — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@v3n0/dsh-tui

Tui

A Pi-styled single-pane terminal client for the DeepSeek Harness (dsh).

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @v3n0/dsh-tui@0.1.1
READMECompatibilityVersions

Compatibility and provenance

Tui is published as @v3n0/dsh-tui and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.1stable
8/13/2026
0.1.0stable
8/13/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
75.4 kB
Files
9
Surface
any
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
33
Last push
8/13/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

dsh-tui

A Pi-styled, single-pane terminal client for the DeepSeek Harness (dsh). It rides over dsh-base as an out-of-tree profile bundle and drives the same in-process Cordis services the web GUI consumes — no webserver, no browser.

Features

  • Single-pane chat surface (header → transcript → spinner → input → footer).
  • Streaming assistant output (text + reasoning) via the session/event firehose.
  • Markdown rendering, tool-call cards with status-tinted backgrounds, todo list, goal/plan bars.
  • Session management: /session (list + switch), /session <id>, /session new, /rename <title>.
  • Model picker (/model), command palette (Ctrl-X), skills listing (/skills).
  • Goals (/goal …), plan mode (/plan), background jobs (/jobs), subagents (/subagents).
  • Approval prompts and ask_user_question dialogs as modal overlays.
  • Settings viewer (/settings), per-message feedback (/like / /dislike).
  • Host slash commands are routed through the harness command runtime (/permission, /compact, /export, /feedback, …).

Install

Requires a working dsh installation and a configured LLM provider (e.g. a llm-pi-ai or llm-deepseek section in $DSH_HOME/settings.yaml).

# From npm
dsh plugin --profile tui add @v3n0/dsh-tui

# Or directly from git
dsh plugin --profile tui add github:U1traVeno/dsh-tui

This initializes the profile, installs the bundle, and appends @v3n0/dsh-tui to dsh.profile.bundles automatically.

Usage

dsh --profile tui                 # start a fresh session
dsh --profile tui --resume <id>   # resume a persisted session
dsh --profile tui --model provider/model
dsh --profile tui --list          # list persisted sessions

In-session keys:

  • esc / ctrl-c — interrupt the running turn (quit when idle).
  • ctrl-d — exit on an empty line.
  • ctrl-x — command palette.
  • ctrl-u / ctrl-w — clear line / delete word.
  • ↑ / ↓ — input history.

Commands

/help, /session [id|new], /status, /model, /new, /goal <objective|pause|resume|complete|clear>, /plan [on|off], /rename <title>, /settings, /jobs, /subagents, /skills, /like, /dislike, /clear, /exit. Anything else starting with / is dispatched to the harness command runtime.

Compatibility

dsh is pre-release; its core @deepseek-ai/dsh-* packages carry no stable API promise. This bundle programs only against documented ctx services (agents, sessions, sessionQuery, sessionTitle, goals, planMode, jobs, subagents, skills, commands, settings, llm, approval, userQuestions, workspaceRegistry). Report breakage against a specific dsh version.

License

MIT