openguardrails/dsh-tui6

@openguardrails/dsh-tui

为 DeepSeek Harness 智能体提供的交互式终端(TUI)入口。

AI 分析

核心用途是提供基于终端的交互界面。适合喜欢在命令行/终端中与 DSH 智能体进行会话交互和管理的开发者。

包名
@openguardrails/dsh-tui
版本
0.1.2
许可证
NOASSERTION
最近更新
2026年8月13日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:openguardrails/dsh-tui

Install

Requires Node ^22.19 || >=24 and the dsh CLI (npm i -g @deepseek-ai/dsh@next).

dsh plugin --profile tui add @openguardrails/dsh-tui
dsh --profile tui                                      # start a session in the current directory
dsh --profile tui --resume                 # resume a persisted session

To track the repo instead of the npm release, use add github:openguardrails/dsh-tui. Git-hosted plugins build on install via their prepare script, which pnpm blocks until you allow it: if that add fails, append the key it prints under allowBuilds in ~/.dsh/profiles/tui/pnpm-workspace.yaml and re-run —

allowBuilds:
  "@openguardrails/dsh-tui": true

Set DEEPSEEK_API_KEY in your environment (or a .env in the launch directory or $DSH_HOME).