DeepSeek Harness plugin

dsh-observability-xingying

Shared structured diagnostics and a Settings page for the DSH Claw plugin suite. 治理插件共用诊断日志与运行诊断页。

Jump to install

Source facts

Repository
xingyingyuzhui/dsh-observability
Latest update
Aug 18, 2026
Category
Development & Runtime
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/xingyingyuzhui/dsh-observability
Plugin: dsh-observability-xingying
Author: xingyingyuzhui

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-observability

治理套件共用的诊断日志,以及设置里的 运行诊断 页。其它插件通过同级的 ../dsh-observability/observe.mjs 写日志;本包再提供按错误码 / traceId 看时间线的页面。

dsh plugin --profile web add github:xingyingyuzhui/dsh-observability

装完重启 dsh web。打开 设置 → 运行诊断(在「审计」旁边)。

改 Client 源码后执行 npm run build,不要手改生成的 client.js

  • 记操作终态,不记每次内部函数调用
  • 终态只能是 succeeded / rejected / failed / degraded
  • 字段白名单,不写 prompt、memory/identity 正文、工具参数、token
  • 诊断落在 $DSH_HOME/agent-observe/diag.jsonl;写失败退回 stderr
  • 安全审计仍由 dsh-agent-gateagent-gate/audit.jsonl