pi-style terminal UI for DeepSeek Harness (dsh) — pi-tui look & feel, dsh slash commands, GitHub light/dark themes, powerline footer
在 DeepSeek Harness 终端运行:
dsh plugin --profile web add fan56/dsh-tui-piA fully-featured pi-style terminal UI for DeepSeek Harness (dsh) — a plugin suite that turns dsh into a pi-like coding-agent experience: /history look-back & fork-at-turn, guided preset switching, live subagent steering, model profiles, GitHub light/dark themes and a powerline footer.
Requires dsh >= 0.1.2-rc.1 — this plugin targets the dsh RC/stable line only (CI and releases resolve the newest of the latest/next dist-tags at runtime). The alpha line is no longer supported. A startup guard logs a one-line warning and exits cleanly when the host is older than the floor (opt out with DSH_TUI_SKIP_HOST_CHECK=1). See ADR 0002 for the now-superseded alpha single-target decision.
https://github.com/user-attachments/assets/67a7c6ca-ff42-4005-b543-437ba61771bb
A live recording of a session (MP4, 1.5× speed) — todos, running subagents, think/tool panels and the powerline footer in action.
Each item links to its own doc under
docs/features/— one line here, the details (and demo videos) there.
/preset between the shipped agent compositions (standard, minimal, …); a switch is confirmed and starts a NEW session on the preset (the current one stays resumable); what a preset really gates./history opens a fixed two-pane look-back over the session: completed turns on the left, the selected turn's replies on the right; copy a prompt back to the editor, or cold-read any stored session without resuming it (read-only, no writer lock).auto follows your terminal.Ctrl+Shift+F over the whole transcript, drag-select copies to the OS clipboard, attachments from web/Feishu render inline, LaTeX replies draw as Unicode math./model, /resume, /btw, /profile-switch, … plus everything dsh-native.dsh plugin --profile tui add @aiwayds/dsh-tui-pi
dsh --profile tui # launch (or: dsh-tui-pi)
Legacy session_projcache records (missing identity.isSeeded/identity.inheritedEventCount, written before dsh 0.1.2-alpha.4 — predating the rc/stable floor of 0.1.2-rc.1 this plugin now targets) are migrated at the profile layer: the bundle patch replaces the stock session-projection-cache row with a wrapper (@aiwayds/dsh-tui-pi/projcache) that backfills the records while its module loads — strictly before the stock plugin could open the domain and crash the boot — so every dsh --profile tui start is covered, launcher or not. Migration is idempotent, backs up every rewritten file next to the original, and never blocks startup. The dsh-tui-pi launcher additionally runs the same migration as a CLI preflight before exec dsh.
Everything that used to need manual patching — the canvas background, the @deepseek-ai module closure, the compaction backend — now happens automatically. Upgrade an existing profile after a release:
node scripts/dev-upgrade.mjs # latest
node scripts/dev-upgrade.mjs 1.0.5 --dry-run # preview the plan first
dsh plugin --profile <name> remove @aiwayds/dsh-tui-pi
The dsh-tui-pi bin shim is global and can stay; if you installed the package globally and want it gone too: npm -g rm @aiwayds/dsh-tui-pi.
The host cleans up the profile automatically: the dsh.profile.bundles entry is spliced and the whole patch layer goes away with the package — the stock session-projection-cache row re-enables, and the projcache wrapper, the tool-ask-user insert and its disable row all vanish.
What stays on disk on purpose (deleting user data is destructive; a reinstall reuses all of it):
~/.dsh/APPEND_SYSTEM.md — auto-seeded system-prompt appendix (plugin-owned; delete by hand if unwanted)~/.dsh/tui-command-usage.json — slash-command usage ranking~/.dsh/model-profiles.json — model profiles (SHARED with other plugins — dsh-subagent-registry reads it)~/.dsh/keybindings.json — the dsh-tui app-key rows (host-shared file)~/.dsh/agents/*.md and ~/.dsh/skills/ — user-editable agents/skills (shared with other plugins).dsh-profile pin files in project workspaces (written by /model profile pinning)dsh-tui: section of ~/.dsh/settings.yaml — theme/panel/footer/retention/subagent limits~/.dsh/storages/session_projcache/ — the session projection cache, incl. .bak-preflight-* migration backupsWhile the plugin runs, the retention janitor (default maxCount: 100 / maxAgeDays: 7, configurable in the dsh-tui settings) deletes old session logs — uninstalling stops that, but already-deleted logs are gone.
scripts/install-font.mjs mutates OS font/terminal state and has a documented backup; uninstall doesn't touch it.
Default dependencies — the eight plugins below ship with this package (installed into the profile's node_modules); activation still follows the profile's bundles list — list each one there to activate it.
ask_user_question out to all answering surfaces (TUI panel, Feishu card); the first answer wins — list it in bundles before the UI bundles to activate./llm-stats usage ledger./mcp command (demo).~/.dsh/agents/*.md as use_agent subagents.Recommended install — @aiwayds/dsh-topics-memory, OKF topic memory for dsh (zero-LLM hot-path injection + a local git-tracked bundle; formerly dsh-llmwiki-memory):
dsh plugin --profile tui add @aiwayds/dsh-topics-memory
Optional — @aiwayds/dsh-feishu — drives the same dsh session from Feishu/Lark on your phone (demo).
| Key | Action |
|---|---|
Enter |
Send the prompt |
Esc |
Double-press to stop everything — the first press arms, the second opens a confirmation dialog naming what is running (main turn + subagent count); Enter there stops the main turn AND every running subagent, Esc keeps everything running. A popup open closes it instead. Works while only background subagents run. |
Ctrl+C |
Mid-task: first press stops (same everything-stop, no dialog), second quits; idle: clears editor / quits. Held-key auto-repeat never quits. |
Ctrl+D |
Quit (only when the editor is empty) |
Ctrl+L |
Open the model/think picker |
Ctrl+G |
Open the subagent picker (viewer Enter opens steer, x ×2 stops that subagent while it runs / closes when settled) |
Ctrl+O |
Pending-message queue (s steer now · d remove) |
Ctrl+Shift+F |
Transcript search (Enter/Ctrl+G next · Shift+Enter/Ctrl+Shift+G previous · Esc close) |
↑ / ↓ |
Browse submitted-message history |
Remap any app key through ~/.dsh/keybindings.json (a partial JSON map, live-applied) or interactively with /hotkeys.
Every knob lives under the dsh-tui settings namespace in ~/.dsh/settings.yaml (note the section name: dsh-tui). Theme / panel height / footer hints / icon set are applies: 'live' — a committed change hot-applies to the running TUI, no restart:
| Key | Default | Meaning |
|---|---|---|
theme |
auto |
Color scheme: auto (follow the terminal) / light / dark; /theme writes back to the same key |
panelHeight |
'1' |
Think/tool panel height: '1' / '5' / '7' / '10' / 'all' (full content) |
maxAgents |
4 |
Max concurrently running subagents, 0 = unlimited (hot-tunable in /agents → l limits) |
maxRounds |
75 |
Max assistant messages per subagent before a wrap-up request is injected; 0 = unlimited |
maxRoundsGrace |
7 |
Grace rounds after the wrap-up before the child is force-stopped (session preserved, resumable); 0 = warn only |
disableSubagent |
true |
Disable the native subagent tool; delegation goes through registered agents (~/.dsh/agents/*.md); subagent_fork/workflow/ralph stay available |
footerHints |
all true |
Per-segment footer hint toggles: send/stop/quit/quitEmpty/subagents/search/history |
cacheHitMode |
lastMessage |
Footer CH segment scope: lastMessage — the latest assistant message's cache-hit rate, matching the pi-tui footer (default); session — cumulative over the whole session |
iconSet |
auto |
auto/nerdfont/plain — powerline glyphs adapt to your font; install a Nerd Font with node scripts/install-font.mjs |
rememberPreset |
true |
Remember the last /preset selection per workspace (keyed by directory) and start the next launch there — the first session composes under it instead of the server-side default. false always starts on the server default. The memory itself lives in $DSH_HOME/workspace-presets.json |
favoriteModels |
[] |
Favorite models (provider/id), pinned to the top of the /model picker |
hiddenModels |
[] |
Hidden models (provider/id), moved to the picker's Hidden section (f favorites / h hides inside the picker — both persist to these keys) |
Session-store knobs (env overrides DSH_TUI_RETENTION_* / DSH_TUI_RESUME_*; precedence: settings.yaml > env > default):
dsh-tui:
retention: # startup janitor for ~/.dsh/sessions — DELETES old logs. Once per startup.
maxCount: 100 # <= 0 disables the janitor
maxAgeDays: 7
minIdleHours: 24
resume: # /resume display filter — only HIDES picker rows, never deletes.
maxAgeDays: 7
minBytes: 20480
Key remaps live in ~/.dsh/keybindings.json (keyboard section above); DSH_TUI_COPY_ON_SELECT=0 keeps drag-selection visual-only.
The plugin ships a bundled skill (dsh-tui-pi-config): ask the agent to "configure the TUI" and the guide loads automatically — it collects your choices interactively via ask_user_question (theme, panel height, subagent concurrency) and writes the dsh-tui: section for you. The full key table and the DSH_TUI_* env var list live in skills/dsh-tui-pi-config/SKILL.md.
pnpm check # tsc --noEmit
pnpm build # emit lib/
pnpm test # unit tests, node --test against lib/ (pretest builds; 1,100+ tests across 60+ files — the current baseline lives in AGENTS.md)
pi-tui runs pristine from npm — no patches, no fork. See AGENTS.md for the iron rules and quality gates.
The Ask User Question interaction is inspired by juicesharp/rpiv-ask-user-question (adapted to this TUI's docked-panel and dsh userQuestions provider architecture; all code here is original).
登录后即可为该插件评分和评价。
还没有人评价这个插件,来抢个沙发吧!