aorucshiea/dsh-safe-tui1

@dsh-external/dsh-safe-tui

DeepSeek Harness safe-mode recovery TUI: minimal interactive terminal, no user plugins/presets, built-in repair

AI 分析

核心用于系统崩溃时的安全引导与修复,相比 console 版优化了历史浏览等交互。适合需要排查故障、修复 DSH 环境的用户。

パッケージ
@dsh-external/dsh-safe-tui
バージョン
0.2.2
ライセンス
MIT
最終更新
2026/08/24

インストール

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

ドキュメント

README 全文を読む ↗

使用

桌面已创建两个入口:

  • DeepSeek Harness Safe Mode:进入安全终端(现代化全屏 TUI)。
  • DeepSeek Harness Repair:只运行修复脚本,不需要 DSH 启动。

也可以手动运行:

deepseek                       :: 直接进入全屏 TUI
dsh --profile safe
dsh --profile safe "你的问题"   :: 一次性问答
dsh --profile safe --list
dsh --profile safe --resume 
dsh --profile safe --check
dsh --profile safe --repair
node "%USERPROFILE%\dsh-safe-tui\lib\repair.js" --repair

安全终端内命令:

/help /list /new /resume  /preset [minimal|standard] /models /models 
 /providers /add-provider /status /repair /check /quit
  • 输入框为空时, / PgUp / PgDn 可上下浏览会话历史;输入状态下 / 仍为命令历史。