DeepSeek Harness 原生插件,面向 Windows / WSL / macOS 的网络链路诊断与安全修复:真实路径追踪、配置漂移检测、Agent 友好的 Markdown 报告,以及可回滚的低风险修复。
DSH 适配
原生运行时
作者声明
安全审计
未审计
最后核验
2026-08-30
许可证
MIT
01它能帮你完成什么?
Diagnose the DSH process network path, DNS side-branch and first failure point on Windows / WSL / macOS
Real network-path graph, config-drift flags, and a one-click Agent-ready Markdown report (TL;DR + machine-readable diagnostic codes + layered probe latency)
DeepSeek Harness users on Windows / WSL / macOS who hit proxy / VPN / DNS connectivity problems
Repair DSH network config safely with recommended low-risk fixes
Snapshot → preview → confirm → apply → re-detect → rollback workflow; high-confidence low-risk fixes (clear proxy env vars, disable system proxy, flush DNS cache) surfaced automatically
Operators who need to fix DSH connectivity without risking admin / high-risk changes
02如何接入 DeepSeek Harness?
前置条件
- DSH `@deepseek-ai/dsh >= 0.1.0-rc.6` (Web profile)
- Windows 10/11 + WSL, or macOS
安装步骤
- 01
Install from npm (recommended, prebuilt): `dsh plugin --profile web add dsh-network-settings`
$ dsh plugin --profile web add dsh-network-settings
- 02
Or install directly from GitHub: `dsh plugin --profile web add github:kanneiren/dsh-network-settings`
$ dsh plugin --profile web add github:kanneiren/dsh-network-settings
- 03
Open DSH Settings → Plugins → Network to use the plugin
验证接入成功
作者未说明
03DSH 适配与能力边界
Native dsh plugin installed via `dsh plugin --profile web add`; embedded in DSH Settings → Plugins → Network, built with DSH native components and `--dsw-*` tokens.
Network path & failure-point tracing
DSH process on Windows / WSL / macOS→Real network-path graph, DNS side-branch, first failure point, and physical egress + real gateway behind TUN/VPN
Config-drift detection
Network config across Windows proxy / DSH env / WSL / advanced network→Drift flags — when config differs but the network is healthy, it only hints, never warns
Agent-ready Markdown report
Detection results→Copyable Markdown report with fixed English section titles, report-version, TL;DR first, and machine-readable diagnostic codes
Safe recommended repair
High-confidence low-risk diagnosis→Recommended fixes (clear proxy env vars, disable system proxy, flush DNS cache) via snapshot → preview → confirm → apply → re-detect → rollback
All detection is read-only by default; config is changed only after explicit user confirmation
04适合谁?何时不该用?
适合
- DeepSeek Harness users on Windows / WSL / macOS who hit proxy / VPN / DNS connectivity problems
- Operators who need to fix DSH connectivity without risking admin / high-risk changes
不适合
- Supported on Windows 10/11 + WSL and macOS (macOS CI-verified, real-device acceptance pending); requires DSH `@deepseek-ai/dsh >= 0.1.0-rc.6` on the Web profile.
05兼容性、维护与安全提示
- Supported on Windows 10/11 + WSL and macOS (macOS CI-verified, real-device acceptance pending); requires DSH `@deepseek-ai/dsh >= 0.1.0-rc.6` on the Web profile.
- Fresh npm releases may be delayed by pnpm's `minimumReleaseAge` policy; install with an explicit version or retry later. GitHub installs require allowing the build script via `allowBuilds` in `pnpm-workspace.yaml`.
- All detection is read-only by default; configuration changes happen only after explicit user confirmation and follow snapshot → preview → confirm → apply → rollback.
MIT · latest release v0.3.3 (2026-08-21); last push 2026-08-22
06常见问题
如何配合 DeepSeek Harness 安装?
执行 `dsh plugin --profile web add dsh-network-settings`(npm 预构建)或 `dsh plugin --profile web add github:kanneiren/dsh-network-settings`,随后打开设置 → 插件 → 网络。
前置条件是什么?
需要 DSH `@deepseek-ai/dsh >= 0.1.0-rc.6`(Web profile),以及 Windows 10/11 + WSL 或 macOS。
它与 DeepSeek Harness 如何集成?
它是 DSH 的原生插件,内置于设置 → 插件 → 网络,使用 DSH 原生组件与 `--dsw-*` token,不建立独立主题。
与手动修改网络设置相比有什么优势?
自动定位 DSH 链路与首个失败点,识别配置漂移但不过度告警,仅在高置信度时给出低风险修复,管理员级与高风险操作保留在手动目录;所有检测默认只读。
如何回滚修改?
持久化修改遵循「快照 → 预览 → 确认 → 应用 → 重新检测 → 可回滚」,低风险修复仅在用户明确确认后应用,高风险操作保持手动。
07相关的 DSH 工作流
dsh-better-sidebar
作者 omdsh-dev
开放的侧边栏底座,支持三方拓展注册新侧边栏页面。内置文件渲染编辑/终端/侧边对话/Git/子代理页面 | Open sidebar foundation, supports third-party extensions to register new sidebar pages. Built-in file rendering/editing, terminal, side chat, Git, and sub-agent pages.
dsh-tui
作者 ccch1mneyyy
DSH 官方公众号收录的 TUI 补位插件:Claude Code 风,鲸鱼顶栏/实时状态/流式思考/双击 Esc 回滚/上下文进度+TPS。npm 一键装。 DSH official WeChat featured TUI plugin — Claude Code style: whale bar, live status, streaming thoughts, double-Esc rollback, context bar + TPS. npm one-click.
openpets
作者 alvinunreal
本地优先的桌面陪伴平台,提供动效宠物、插件 SDK 与编码智能体集成。
dsh-tianshu-tui
作者 huiliyi37
官方 DeepSeek Harness 的交互式终端 UI 插件:自研 ANSI 极简交互渲染、流式 Markdown/工具卡、16+ 主题、slash 命令与选择器、输入历史与本地偏好持久化、LSP 诊断、memory记忆,很丝滑的开发体验。
08数据与来源
DSH 网络设置:为 DeepSeek Harness 提供 Windows / WSL / macOS 网络链路诊断与安全修复。
插件位于 **DSH 设置 → 插件 → 网络**(点击图片可放大)
dsh plugin --profile web add dsh-network-settings
页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-30。发现错误?提交更正。
最佳 DeepSeek Harness 插件
从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。
