A full-screen terminal workbench for DeepSeek Harness with a durable assistant, workspace-grouped project sessions, transcript-only scrolling, and structured thinking, tool, diff, plan, and subagent views.
Install
# from npm (prebuilt)
dsh plugin --profile web add @lk251066/dsh-tui
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:lk251066/dsh-tui-pro
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
A multi-session terminal workbench for DeepSeek Harness. Keep a durable Assistant and the project sessions you actively maintain in one full-screen TUI.

Install · Latest release · dshfind · Report an issue
Quick start
You need Node.js ^22.19.0 || >=24.0.0 and DEEPSEEK_API_KEY configured outside this repository.
Already have the dsh CLI? Install the plugin and its profile layer once:
dsh plugin --profile tui add @lk251066/dsh-tui
Then launch it from any project directory:
dsh --profile tui
Without a global dsh installation, use the same profile through npx:
npx -y @deepseek-ai/dsh@latest plugin --profile tui add @lk251066/dsh-tui
npx -y @deepseek-ai/dsh@latest --profile tui
The package owns both the TUI plugin and its cordis.patch.yml profile layer. No second bundle package is required.
Why this TUI
One terminal, multiple projects
The Assistant is a durable session outside every project workspace. Active project sessions stay grouped by workspace in the fixed sidebar, so long-running work remains available without repeatedly leaving and resuming sessions.
A stable full-screen canvas
Only the transcript scrolls. The editor, current plan, live status, model, context usage, and active sessions remain in place while user messages, Markdown, thinking, tools, diffs, plans, todos, and subagents use distinct compact treatments.
Native DeepSeek Harness composition
The package is an out-of-tree dsh plugin bundle, not a fork of the harness. Sessions, tools, skills, models, permissions, compaction, and subagents continue to use the services provided by the selected dsh profile.
Session workflow
Launching from a directory opens its first manually ordered active project session. If the directory has none, dsh creates one and adds it to that workspace.
/newcreates another session in the current project./new <path>creates a session for another project./assistantreturns to the fixed Assistant./switch,Alt+Left,Alt+Right, or a sidebar click changes the active project session./quitcloses the current project session, preserves its history, and returns to the Assistant./sessionsbrowses complete history;/exitcloses the TUI.
The Assistant can manage active project sessions and read their completed user/assistant dialogue. Hidden reasoning, tool traffic, and unfinished output are not exposed across sessions.
Interaction
| Action | Control |
|---|---|
| Send immediate steering | Enter while a turn is running |
| Queue the next turn | Tab |
| Recover the latest queued message | Esc before cancellation |
| Recall the latest submission | Empty-input Up |
| Browse current-conversation checkpoints | Double Esc |
| Expand tool and context detail | Ctrl+O |
| Expand settled reasoning | Ctrl+R |
| Select and copy transcript text | Drag with the left mouse button |
| Attach a clipboard image | Alt+V |
| Control session memory | /memory, /memory on, /memory off |
Run /help for the complete command list. Models, reasoning effort, skills, themes, settings, permissions, questions, and approvals use the fixed bottom area instead of centered popup windows.
Images and terminals
@ completes workspace files. Alt+V attaches a clipboard image when the selected model advertises image input. Windows uses PowerShell to read clipboard images, macOS requires pngpaste, and Linux requires wl-paste or xclip.
The TUI requires an ANSI-capable terminal. The sidebar hides below 65 inner columns, and a terminal height of at least 24 rows is recommended.
Configuration
- id: tui
name: '@lk251066/dsh-tui'
config:
sidebarWidth: 32
showReasoning: false
maxToolOutputLines: 6
maxMessageLines: 30
See the package reference for the supported entry path and exported composition plugins.
Project links
- npm package
- GitHub releases
- Community discussions
- Development setup
- Verification guide
- Change history
- Contributing
This plugin follows the developer-preview dsh release line. Each release is checked from source, from its packed npm artifact, through a clean public dsh profile, and through a real Linux PTY before publication.

License
MIT. Based on the original TUI implementation from DeepSeek Harness.
Links
More in this category
zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all★ 4634
Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
omdsh-dev/DSH-better-sidebar★ 2203
Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
ccch1mneyyy/dsh-TUI★ 1996
Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
omdsh-dev/dsh-at-file★ 391
Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts.
omdsh-dev/dsh-genui★ 223
Interactive UI components rendered inline in replies: layout, charts, forms, quizzes, mermaid, 3D scenes, and an action event loop back to the model.
huiliyi37/dsh-tianshu-tui★ 215
A terminal UI (TUI) for DeepSeek Harness.