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.

Event Auditor — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@qing3a/dsh-event-auditor

Event Auditor

Harness event stream audit panel: observe event types, dispatch modes, counts, and recent events to help plugin authors understand what is happening inside harness

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

npx -y @deepseek-ai/dsh plugin --profile web add @qing3a/dsh-event-auditor@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Event Auditor is published as @qing3a/dsh-event-auditor 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
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/13/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
30.9 kB
Files
15
Surface
any
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
94
Last push
8/14/2026
View source ↗Project homepage ↗
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 ui-customization.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-event-auditor

Harness 事件流审计面板:观察事件类型、分发模式、计数与最近事件,帮助插件作者理解 DeepSeek Harness 内部发生了什么。

状态:✅ 已在本地 DSH 源码环境验证运行(2026-08-14)。v0.3:settings 热改 + headless dump + waterfall 运行时捕获实证(74 事件/12 waterfall 全部捕获,mock-llm 方案)。

功能

  • 监听 22 个 harness emit 事件(agent 生命周期 / 会话 / 工具 / subagent / 配置)
  • v0.2:监听 10 个 waterfall 事件(tools/execute、approval/request、fs/write-intent、llm/stream 等,观察性透传 next())
  • v0.3:settings 面板热改(installSettingsSection,实时开关分组无需重启)、headless dump(DSH_EVENT_AUDIT_DUMP)
  • 按事件名与分发模式计数,环形缓冲保留最近 500 条
  • /audit 面板(纯静态页)+ /api/audit/events JSON 接口(支持 ?since= 增量)
  • 分组开关(agent/session/tools/subagent/config/waterfall;config 默认关闭)

安装

# 开发模式(需 Node >= 22 + pnpm)
git clone https://github.com/your-handle/dsh-event-auditor.git
cd dsh-event-auditor && pnpm install && pnpm build

cd <path-to-deepseek-harness>
dsh plugin --profile <profile> add link:$(pwd)/dsh-event-auditor
dsh --profile <profile>
# 打开 http://localhost:<port>/audit

卸载

dsh plugin --profile <profile> remove @qing3a/dsh-event-auditor

配置

键默认说明
enabledtrue总开关
bufferSize500环形缓冲上限
truncateAt4096单条参数序列化上限(字节)
groups.agent/session/tools/subagenttrue分组开关
groups.configfalse配置类事件默认关闭
groups.waterfalltruewaterfall 事件观察(v0.2)

事件来源

事件清单与声明位置:docs/event-producer-consumer.zh.md(仓库生成内容)。 waterfall 事件(tools/execute、approval/request 等)v0.2 已启用,签名逐条从源码确认(next 均无参),观察性透传 next()。

许可

MIT