openguardrails/dsh-tui6

@openguardrails/dsh-tui

Interactive pi-tui terminal front door for DeepSeek Harness agents

AI Analysis

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

Package
@openguardrails/dsh-tui
Version
0.1.2
License
NOASSERTION
Last updated
Aug 13, 2026

Install

$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).