HQ1995/deepseek-code

HQ1995★ 0TypeScriptLast synced: 2026-08-17

Open on GitHub

The grok-build terminal UI driving the DeepSeek Harness.

README excerpt

deepseek-code 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 x86 64 (cargo build elsewhere). Known gap: the published dsh 0.1.0-rc.6 lacks the EMFILE/ENOSPC watch-capacity fix carried by the deepseek-harness fork. The deepseek-ai GitHub repo is a publish-only mirror (issues and PRs disabled), so the fix lives in our fork as branch fix/emfile-watch-capacity ; re-evaluate on every upstream release. Affected users can build dsh from the fork instead of npm (see docs/harness-updates.md). Use TUI local state lives under $DSC HOME (default /.dsh/dsc-tui ); set DSC HOME to relocate it. /.grok is never touch…

View full README on GitHub →
Terminal / TUIdsh-plugintuiterminalagentsearch

Category