插件目录 / Developer / dsh-system-prompt
dsh-system-prompt
未验证 elonnzhang
功能简介
DeepSeek Harness plugin for session-scoped system prompt inspection
未验证 — 尚未实测
DeepSeek Harness plugin for session-scoped system prompt inspection 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dsh-system-prompt
dsh-system-prompt is a read-only DeepSeek Harness plugin for inspecting the
effective prompt of a live session.
Its only product behavior is session-scoped prompt inspection.
It owns two browser surfaces:
conversation.view(order: 30): a session inspection tab showing prompt
sections, runtime contexts, variables, tools, and producer-supplied messages.- A
Sectionsdetail tab besideui-trajectory's system-prompt tabs. It is a
bounded DOM bridge because the upstream trajectory package does not expose a
detail-tab slot.
The host exposes only session on /dsh-system-prompt. The endpoint accepts{ sessionId }, reads the matching live agent, and returns a small JSON
projection. It never serializes a live Context, Agent, Session, service,
or Cordis object.
Screenshots
| Conversation inspection | Trajectory system prompt details |
|---|---|
![]() |
![]() |
Build
This package follows dsh-plugin-template's self-contained package shape:
npm run typecheck
npm run build
The host and declarations are emitted by tsdown. The browser half is then
written as the Harness window.__ModuleLoader__ closure bundle.
Install the package into a profile with:
dsh plugin --profile web add github:elonnzhang/dsh-system-prompt
The repository commits its lib/ bundle, so this GitHub install does not need
to execute a package build script or modify the profile allowBuilds list.
For local source development, run npm run build explicitly before testing.
Test with deepseek-harness
For source-level browser testing, link this checkout into the Harness web
profile, then run the plugin watcher and Harness in separate terminals:
# in this repository
npm run dev
# in ../deepseek-harness
pnpm dsh plugin --profile web add link:/Users/elon/code-space/GitHub/dsh-system-prompt
pnpm dsh web --no-open --port 3080
Open http://127.0.0.1:3080. The watcher rebuilds lib/ after changes undersrc/ or scripts/; refresh the Harness page when the browser bundle is
reloaded. Verify both the conversation inspection view and the trajectorySystem Prompt / Tools / Sections detail flow. For a clean one-off check,npm test validates types, generated bundles, JavaScript syntax, and the smoke
contract before starting Harness.
Provenance boundary
Prompt, context, variable, and tool ownership is reported at global / preset
/ agent scope. The underlying registries do not retain the registering Fiber,
so this plugin does not claim a more precise plugin-level owner.
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-system-prompt」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:elonnzhang/dsh-system-prompt Headless(CLI)profile:
dsh plugin --profile headless add github:elonnzhang/dsh-system-prompt 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。
2026-08-27 · 标记 webonly 备注:验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. 浏览全部待验证失败 →

