dsh-claude-tui
UI & Experiencecogine-ai/dsh-claude-tui
A Claude Code-styled TUI for DeepSeek Harness, providing a familiar terminal workflow with real DSH models, sessions, tools, approvals, and subagents.
- dsh-plugin
- dsh-plugins
README
[!NOTE] This is an independent community project. It is not affiliated with, endorsed by, or sponsored by Anthropic or DeepSeek. “Claude Code” identifies the version-pinned interaction target; no Anthropic source code is included. See the trademark and compatibility notice.
Start in one command
Requires Node.js 22.19+ or 24+.
npx --yes --legacy-peer-deps dsh-claude-tui
That command installs and opens the TUI selected by npm's latest tag. You do not need a global dsh, a repository checkout, pnpm, or manual profile setup. To pin this release exactly, add @0.1.5 to the package name.
The legacy-peer-deps flag is a temporary npm installation workaround for rc2's dense upstream peer graph. It tells npm to skip peer-conflict enforcement and use this release's explicitly pinned rc2 TUI closure, including the required authorization service and React 18 compatibility peers transitively exposed by upstream's published Web packages. Use this path only with the packed-install-validated release shown here: its gate runs the complete npm ls --all tree and rejects missing, invalid, or conflicting dependencies. Plain npx dsh-claude-tui remains compatible, but a cold npm 10 install can spend close to ten minutes resolving unused Web UI peers. The flag does not change the DSH runtime version or TUI behavior.
A real model request needs credentials for the DSH provider you select. Use /provider to inspect or enter credentials and /model (or Option+P / Alt+P) to switch among the models and effort levels exposed by DSH.
For repeat use:
npm install --global --legacy-peer-deps dsh-claude-tui@0.1.5
dshtui
The global install exposes both dshtui and the canonical dsh-claude-tui command. Resume work with dshtui --resume for the Session picker, or --resume <session-id> for an exact Session.
v0.1.5: DeepSeek Harness 0.1.1-rc.2
This release pins the complete bundled runtime to DeepSeek Harness 0.1.1-rc.2 and raises the external-runtime floor to >=0.1.1-rc.2 <0.1.2.
Shift+Tabnow executes DSH's real/planor/plan offcommand. The macOS legacy sequenceESC [ Zis covered in an installed-package PTY test, and the resultingplan/modestate is restored from the same Session. Plan mode is guidance; it does not change the independent tools mode or approval policy.Ctrl+Vnow reads one desktop clipboard image and adds Claude's[Image #N]composer marker; on macOS,Command+Vremains ordinary terminal text paste. Backspace removes the last image from an otherwise empty composer, whileCtrl+Cclears the complete image/text draft.- Image submission validates and persists bytes through rc2's
ctx.attachments, writes only durable references into the Session message, and uses the attachment-awareexecute(agent, line, images, signal)envelope for image-capable slash commands. The platform intake paths are macOSosascript, Windows STA PowerShell, and Linuxwl-paste/xclipfor DSH-supported PNG, JPEG, WebP, and GIF images. - Runtime qualification now writes and reads back a real PNG through the attachment store in addition to proving the default-model, Agent, command, and Session services. A version string alone cannot qualify an incompatible external runtime.
- The bundled graph now materializes rc2's required
@deepseek-ai/dsh-authorizationpeer as well as the existing DeepSeek and React 18 peers. The published shrinkwrap contains one DSH version line only:0.1.1-rc.2. - Upstream rc1 added its experimental vision model, a Bubblewrap escape fix, and multiline question-answer editing; rc2 adds Files API image reuse and model-aware image preprocessing. This TUI's installed-package image gate now covers clipboard intake, durable storage, Session replay, one Files API upload, and a
file_idchat request against a local mock without contacting a production provider.
[!WARNING] The rc8 line changed the SQLite persistence format incompatibly, and rc2 continues from that line. Do not run different Harness versions concurrently against one
$DSH_HOME, and do not downgrade the Home unless DeepSeek Harness documents a supported migration path. Use a separate Home when testing another version.
See the official rc1 and rc2 release notes for upstream-wide changes. This project's claims are intentionally narrower: they describe what this TUI composes and verifies.
What you get
| Area | User-facing behavior |
|---|---|
| Familiar terminal | Claude-shaped welcome panel, prompt, menus, transcript, status rows, approvals, questions, and Agent states |
| Real Harness runtime | DSH-owned models, durable Sessions, commands, approval policies, tools, structured questions, and subagents |
| Live model setup | Provider/model catalog, advertised effort levels, saved defaults, masked API-key entry, and credential-source visibility |
| Productive prompting | Multiline editing, image paste, submit or steer, cancellation, history search, slash completion, and bounded @ file mentions |
| Clear execution | Reasoning and tool activity, compact/expanded results, cache hit rate, token totals, TTFT, throughput, and turn outcome |
| Session and Agent flow | New or resumed Sessions, graceful flush, foreground/background subagents, and an active-agent roster |
| Verified runtime identity | Welcome panel shows the actual TUI/Harness version, bundled or system runtime, DSH Home, and tool mode |
The TUI reads capabilities from DSH rather than hardcoding model, effort, credential, or approval behavior. Harness remains the source of truth; Claude-only cloud services, account state, model behavior, and private permission semantics are not simulated.
Everyday controls
| Key or command | Action |
|---|---|
Enter | Submit while idle or steer a running Agent |
Shift+Enter | Insert a newline |
Ctrl+V | Paste a clipboard image; on macOS, Command+V remains text paste |
Backspace | Remove the last pending image when the text composer is empty |
Shift+Tab | Toggle DSH plan mode for the current Session |
Esc / Ctrl+C | Interrupt the active turn |
Ctrl+R | Search prompt history |
Ctrl+O | Expand or compact tool details |
Option+P / Alt+P or /model | Open the live DSH model picker |
/provider | Inspect or update DSH provider credentials |
Left Arrow | Hide or show the active-agent roster |
Ctrl+D | Press twice on an empty prompt to exit cleanly |
Run /help inside the TUI for the current command list.
Works with an existing DSH setup
The default launcher removes the need to choose an installation strategy up front:
- Reuse a compatible DSH already associated with the selected
$DSH_HOME, or a verifiabledshonPATH. - Probe it in an isolated, credential-free temporary Home.
- Fall back to the bundled, shrinkwrap-pinned DSH
0.1.1-rc.2when no external runtime qualifies.
Compatibility requires both the version range >=0.1.1-rc.2 <0.1.2 and a successful behavioral probe. When a Home can be shared safely, existing credentials, Sessions, settings, and unrelated profiles remain available. The launcher does not overwrite an unowned profile. An unsafe implicit default can fall back to ~/.dsh-claude-tui with a visible notice; an explicit DSH_HOME conflict fails with an actionable error instead of silently moving data.
| Variable | Behavior |
|---|---|
DSH_CLAUDE_TUI_RUNTIME=auto | Default: try compatible system DSH, then bundled DSH |
DSH_CLAUDE_TUI_RUNTIME=system | Require a compatible external DSH |
DSH_CLAUDE_TUI_RUNTIME=bundled | Always use the packaged DSH |
DSH_HOME=/path | Use an explicit DSH data Home |
DSH_TOOLS_MODE=native|code|both | DSH tool presentation shown as Standard, PTC, or Both |
See Launcher environment compatibility for the complete selection, ownership, and recovery contract.
Compatibility and verification
The main interaction target is the observed Claude Code 2.1.227 TUI; the [Image #1] Ctrl+V composer behavior was independently observed against Claude Code 2.1.237. Current qualification covers:
- macOS arm64 and Linux x64;
- true-color, xterm-compatible terminals;
- 24 independently captured PTY reference frames and 22 automated visual/semantic anchors;
- 141/141 default-gate tests covering
80x24,100x30, clipboard/attachment failure and cancellation paths, the rc2 command envelope and live profile probe, packed-tarball installation, macOSShift+Tabthrough a real PTY, both command names, Session resume, approvals, questions, and foreground/background subagents. An additional opt-in macOS system-clipboard gate sends an installed-package image through DSH storage and a local Files API/chat mock.
The Windows launcher, junction, signal-forwarding, VT-input, dependency-prebuild, and STA image-clipboard paths are implemented, and the pinned DSH rc2 upstream has a native Windows gate. This TUI's own CI still runs only on Ubuntu, however, and no Windows packed-TUI/ConPTY UAT has been recorded. Windows is therefore an implemented but currently unqualified target, not a supported release platform. Read the full visual and semantic qualification report or the artifact-hardening baseline.
Build it with us
This project should be more than a theme layered over a runtime. The goal is a fast, inspectable terminal client that respects DSH semantics and gives developers a great place to improve the Harness experience together.
You do not need to know the entire runtime to contribute. Useful entry points include:
| Contribution lane | A good first contribution |
|---|---|
| Terminal qualification | Reproduce a layout or keybinding issue in a named terminal, OS, and geometry |
| Runtime integration | Add a focused test for one DSH command, Session, approval, or subagent boundary |
| Interaction design | Improve image composition, richer references, completion, or Session management without hiding unsupported states |
| Reliability | Reduce startup ambiguity, strengthen packed-install coverage, or turn a field failure into a deterministic fixture |
| Docs and language | Improve setup guidance, explain an architecture boundary, or keep English and Chinese docs in sync |
| Accessibility | Improve color fallback, keyboard-only flow, screen-reader output, or narrow-terminal behavior |
Start with the contribution guide, then open a focused issue or pull request. For a larger change, propose the user problem and evidence first so maintainers and contributors can shape the seam together.
Develop locally
corepack pnpm install --frozen-lockfile
corepack pnpm check
The release gate runs TypeScript validation, a clean production build, then the complete serial Vitest suite. Visual-parity changes must include an independently captured reference or a documented Harness-semantic boundary. Runtime changes must prove the installed package path, not only source imports.
Near-term opportunities include richer image composition, file and Session reference completion, broader Session management, more plan/todo/background-job states, and qualification across more terminals and operating systems. These are contribution directions, not claims about shipped behavior.
License
Original project code is available under the MIT License. Product names and marks remain the property of their respective owners; the MIT License does not grant rights to third-party trademarks.