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.

Error Lens — DSH Plugin for DeepSeek Harness
← Plugins
E

dsh-error-lens

Error Lens

Read-only, redacted provider error diagnostics for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Wanbinyu/dsh-error-lens#90c0e51795255bc441f1608e043e4e2d401c5c81
READMECompatibilityVersions

Compatibility and provenance

Error Lens is published as dsh-error-lens and currently resolves to version 0.1.7. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/11/2026

Versions

0.1.7stable
9/11/2026
0.1.6stable
9/7/2026
0.1.3stable
9/5/2026
Show 2 more versionsCollapse versions
0.1.2stable
8/22/2026
0.1.1stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.7
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 3
Weekly downloads
0
Last push
9/11/2026
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

Related plugins

More verified plugins in models-usage.

Usage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.Ui Usage Billing@kenz1117/dsh-ui-usage-billingUsage billing dashboard for DeepSeek Harness: sidebar cost metrics plus a full dashboard modal, priced from a current multi-provider catalog with real usage aggregated from session logs.Codex Subscriptiondsh-codex-subscriptionUse ChatGPT and Codex subscriptions in DeepSeek Harness with OAuth, quota, safe resets, web search, images, and Fast mode

README

dsh-error-lens

v0.1.7 兼容性修复:适配 Harness 0.1.5-rc.2,并通过 0.1.1-rc.2 回归。修复旧 runtime 模块缺失问题;下方下载链接指向本次修复包。其他宿主版本请先验证兼容性。

English | 简体中文

非官方社区插件,与 DeepSeek 官方无隶属或背书关系。

为 DeepSeek Harness Web 提供只读、脱敏的模型请求错误诊断。插件把模糊的“本轮运行失败”整理成可操作的信息,并可复制一份适合提交到 GitHub Discussions 的诊断报告。

dsh-error-lens 在 DeepSeek Harness 中显示网络错误诊断

为什么需要它

第三方 OpenAI 兼容网关经常用相似的界面返回不同问题:

  • 401:密钥无效或未配置;
  • 403:密钥可能有效,但 User-Agent、模型权限或网关策略拒绝请求;
  • 429:请求过快或额度限流;
  • 400:模型名称、developer role、tool calls 或推理参数不兼容;
  • 5xx、超时和连接错误:供应商或网络异常。

Error Lens 会保留状态码、错误码、请求 ID、供应商和模型,同时在数据进入浏览器前尝试移除 API Key、Bearer Token、URL 密钥参数和用户目录。

功能

  • 在消息输入区上方显示最近一次仍未恢复的请求失败;
  • 展开后显示最近 3 条此前失败,便于比较是否为重复故障;
  • 区分身份验证、禁止访问、限流、上下文超限、兼容性、超时、网络和服务端错误;
  • 展示 DSH 已持久化的供应商错误消息与 Request ID;
  • 一键复制中英文脱敏诊断报告;
  • 可手动关闭当前诊断面板,且不删除会话内错误记录和统计;
  • 成功完成下一轮后自动隐藏提示,但保留有限的会话内错误统计;
  • 不读取凭据存储,不保存完整提示词,不自动重试,不修改模型请求;
  • 基于官方 session projection 与 Web UI slot,无 DOM 注入。

安装

要求 Node.js >=22.19 和 DeepSeek Harness 0.1.0-rc.6 或更高版本。 v0.1.7 已使用 DeepSeek Harness 0.1.2-rc.1 完成类型、测试、构建和打包验证,并保留 0.1.0-rc.6 至 rc.8、0.1.1-rc.1 至 rc.2 的兼容分支。

dsh plugin --profile web add https://github.com/Wanbinyu/dsh-error-lens/releases/download/v0.1.7/dsh-error-lens-0.1.7.tgz

安装或更新后重启:

dsh web

卸载:

dsh plugin --profile web remove dsh-error-lens

配置

默认配置位于 Web profile 的 cordis.patch.yml:

- insert:
    - id: error-lens
      name: dsh-error-lens
      config:
        maxRecords: 10
        maxMessageLength: 2000
选项默认值说明
maxRecords10每个会话投影保留的最近错误数量,范围 1-50
maxMessageLength2000单条脱敏错误的最大字符数,范围 256-8000

隐私边界

插件只处理 DSH 会话日志中已经存在的终止失败记录。复制或公开报告前仍应人工检查,因为任何基于文本规则的脱敏都无法保证覆盖供应商自定义错误中的所有敏感格式。

插件不会:

  • 读取 settings.yaml 中的密钥;
  • 记录请求正文或完整提示词;
  • 向外部服务发送遥测;
  • 自动更改配置、重试或切换模型。

开发

npm install
npm run verify

verify 会执行 Host/Web 类型检查、单元测试、客户端构建和安装包内容检查。

反馈

问题与建议请提交到 GitHub Issues。报告问题前请使用插件的复制按钮生成脱敏诊断,并再次人工检查其中是否含有不希望公开的信息。

许可证

MIT