A Claude Code / Codex-style terminal REPL for
DeepSeek Harness. It rides
directly on dsh-base — the same coding agent, tools, model selection,
credentials, and permissions as the Web app — but with no browser/HTTP layer:
it is a plain terminal process.
Note: the repository is named
dsh-tui; the npm package isdsh-tui-easy.
npm install -g dsh-tui-easy
deepseekOn first run, deepseek installs the @deepseek-ai/dsh harness and the bundled
tui profile into %DSH_HOME%, then drops you at the ❯ prompt. It keeps the
harness up to date automatically (throttled, once per 12 hours).
deepseek # new interactive session
deepseek -c # continue the most recent session
deepseek -r # pick a recent session to continue
deepseek -r <id> # continue a persisted session
deepseek --list # list persisted sessions
"Summarize this repo" | deepseek # scripted / CI (plain-text output)Type /help inside the REPL for the full command list.
| Path | Purpose |
|---|---|
package.json |
The npm package manifest (bin: deepseek + bundled profile) |
profile/ |
The tui profile: dsh-base + two Cordis plugins |
launcher/ |
The deepseek command: auto-update + spawn dsh --profile tui |
Full usage, slash commands, configuration, and known limitations:
profile/README.md · 简体中文
MIT © 2026 EasyTZ