返回插件目录

HQ1995 /

HQ1995/deepseek-code

仅 Topic 仓库

DeepSeek Code: Use the DeepSeek Harness via the Grok Build TUI

0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
README来源: main@19551eb3

deepseek-code

dscode — a terminal UI for AI coding agents: the vendored grok-build TUI (Apache-2.0) driving the DeepSeek Harness runtime (dsh, MIT), packaged as a dsh plugin.

Personal project — not affiliated with DeepSeek or xAI.

Install

npx @hqzhao95/dscode

The first run sets everything up; afterwards the command is dscode. Linux x86_64, Node ^22.19.0 || >=24, pnpm. Other platforms build from a checkout: bash scripts/install.sh.

Uninstall:

rm -rf ~/.dsh/profiles/deepseek-leader ~/.dsh/dsc-tui ~/.local/bin/dscode

(dev checkouts: bash scripts/uninstall.sh)

dsh plugins

Install any dsh plugin from inside dscode:

/dsh plugins                     list installed
/dsh add <npm-package|git-url>   install
/dsh remove <name>               uninstall

Plugin slash commands, providers, and models surface automatically. Example: /dsh add dsh-plugin-subscriptions, then /dsh login codex to use a ChatGPT/Claude/Grok subscription as a provider. CLI equivalent: dsh plugin --profile deepseek-leader add <pkg>.

More

Manual: docs/dscode-usage.md · License: Apache-2.0 (NOTICE, THIRD_PARTY_NOTICES.md)

/ 5

暂无评分

社区评论

还没有评论,来写第一条。