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 Audit — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
E

dsh-error-audit

Error Audit

DeepSeek Harness real-time AI self-review plugin: Writes errors/warnings, timestamps, error codes, sessions, users' original words, AI actions, and workspace activity to the log directory, and proactively notifies AI

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

npx -y @deepseek-ai/dsh plugin --profile web add github:166767/dsh-error-audit#722f7a636306530e75ab628878688dad83020147
READMECompatibilityVersions

Compatibility and provenance

Error Audit is published as dsh-error-audit 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/30/2026

Versions

0.1.0stable
8/30/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
★ 1
Weekly downloads
0
Last push
8/30/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

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

README

dsh-error-audit

DeepSeek Harness 实时 AI 自审插件:报错 / 警告第一时间连同时间、错误码、会话、用户原话、AI 动作与工作区写入日志目录,并主动通知 AI、内置 read_error_logs 工具随时读取。

特性

  • 实时记录:监听 agent/error、agent/request-error、tools/result,错误发生瞬间落盘 + 打印。
  • 完整归因:时间 / 错误码 / 会话 / 工作区 / 用户原话 / AI 动作,不截断。
  • 主动通知:error 级向出错会话注入提示(运行中注入、空闲唤醒);warning 只落盘。
  • AI 可读:read_error_logs 工具可列表、过滤、读单条报告(合并读磁盘,重启不丢)。

一键安装

dsh plugin --profile web add "github:166767/dsh-error-audit#main"

重启 dsh web

dsh web

验证

dsh --profile web --dump-config | findstr error-audit

装好后,日志写入 $DSH_HOME/error-audit/,AI 直接调用 read_error_logs 即可。

配置(可选)

默认开箱即用。需要改可在 $DSH_HOME/profiles/<name>/cordis.patch.yml 覆盖该行 config:

项默认值说明
logDir$DSH_HOME/error-audit日志目录(也可用环境变量 DSH_ERROR_AUDIT_DIR)
notifytrueerror 级是否主动通知 AI
notifyModeautoauto / inject / followup
windowSize50每条错误携带的最近会话事件数

文档

  • docs/:开发经验手记等详细说明。

License

MIT