DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Safe Console — DSH Plugin for DeepSeek Harness
← Plugins
S

@dsh-external/dsh-safe-console

Safe Console

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

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:aorucshiea/dsh-safe-console#5df1b844cbccb2c9a7c866256d76e5e9fc94e0bf
READMECompatibilityVersions

Compatibility and provenance

Safe Console is published as @dsh-external/dsh-safe-console and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
8/24/2026

Versions

0.1.0stable
8/24/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

README

dsh-safe-console

DeepSeek Harness 安全模式 / 修理终端。

它是什么

当主 Web UI 因为插件/客户端补丁损坏而无法打开时,用这个独立的终端可以:

  • 不加载任何用户插件、不加载 Web UI;
  • 不发现用户自建预设(includeUserRoot: false),交互上只允许 minimal / standard;
  • 继承 ~/.dsh/sessions 里的历史会话(/list + /resume <id>);
  • 从内置 pristine 副本自动修复已损坏的官方客户端文件(/repair 或独立 Repair 快捷方式)。

使用

桌面已创建两个入口:

  • DeepSeek Harness Safe Mode:进入安全终端(全屏 TUI,仿 OpenCode / Claude Code 风格)。
  • DeepSeek Harness Repair:只运行修复脚本,不需要 DSH 启动。

也可以手动运行:

dsh --profile safe
dsh --profile safe "你的问题"          :: 一次性问答
dsh --profile safe --list
dsh --profile safe --resume <sessionId>
dsh --profile safe --check
dsh --profile safe --repair
node "C:\Users\Administrator\dsh-safe-console\lib\repair.js" --repair

安全终端内命令:

/help /list /new /resume <id> /preset [minimal|standard] /models /models <provider/model> /providers /add-provider /status /repair /check /quit

从插件市场 / GitHub 安装

插件本身是自包含的 DSH bundle,包含 agent-presets + safe-console,无需手动建 profile:

# 从 GitHub 安装并初始化 safe profile
dsh plugin --profile safe add github:aorucshiea/dsh-safe-console#v0.1.0

之后运行:

dsh --profile safe

仓库:https://github.com/aorucshiea/dsh-safe-console

关键文件

  • cordis.patch.yml — bundle 补丁,挂载 safe-console 插件。
  • lib/index.js — 交互式/一次性安全终端插件。
  • lib/repair.js — 无需 DSH 即可独立运行的修复脚本。
  • pristine/ — 从官方 0.1.0-rc.6 提取的原始文件,用于恢复。
  • ~/.dsh/profiles/safe/ — 安全 profile,只有 dsh-base + dsh-safe-console。

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol