dsh plugins中文
← Back to popular plugin directory

code · DSH terminal client

HQ1995/deepseek-code · skills

The grok-build terminal UI driving the DeepSeek Harness.

★ 0GitHub stars
0Forks
2026-08-17Last updated
TypeScriptLanguage
Apache-2.0License

Project overview

The grok-build terminal UI driving the DeepSeek Harness. Full terminal experience — mouse, selection, in-scrollback search, queue and todo panes, markdown and syntax rendering — backed by the dsh agent runtime, providers, plugins, and presets. Install (two steps)

scripts/install.sh downloads the prebuilt TUI, builds the grok-leader bridge and registers it in the deepseek-leader profile, and links dscode into /.local/bin. If the global npm install fails, the launcher falls back to npx --yes @deepseek-ai/dsh on demand.

Requirements: Node ^22.19.0 (or >=24) with npm, pnpm (the official dsh plugin command drives it), and curl on Linux x8664 (cargo build elsewhere).

Install command

dsh plugin --profile web add github:HQ1995/deepseek-code
View GitHub repository ↗Back to popular plugin directory