DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Rich Context — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
R

dsh-rich-context

Rich Context

DeepSeek Harness 的代理指令管理器:从侧边栏面板编辑、优化和套用模板,管理 Harness 实际读取的 AGENTS.md 文件——用户全局的 ~/.dsh/AGENTS.md 和每个工作区的 AGENTS.md。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:savageops/dsh-rich-context#b36cf484a5b50d8a79d56245db9271f594a68c60
README兼容性版本

兼容性与来源证明

Rich Context 以 dsh-rich-context 发布,当前版本为 0.6.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/29

版本

0.6.0stable
2026/8/29
0.5.0stable
2026/8/28
0.4.0stable
2026/8/27
查看其余 2 个版本收起版本
0.2.0stable
2026/8/26
0.1.0stable
2026/8/26

相关插件

正在加载相关插件…

最新版
0.6.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
周下载
0
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 agents-orchestration 分类下经过校验的插件。

Headless@deepseek-ai/dsh-headlessdsh one-shot bundle:基于 dsh-base 的直接核心 Agent/Session 运行器,不包含 Host、HTTP 或浏览器层Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序Subagent Claude Code@deepseek-ai/dsh-subagent-claude-code基于官方 Agent SDK 的一次性 Claude Code 子代理提供方

README

dsh-rich-context

Agent instruction manager for DeepSeek Harness — edit, refine, and route the AGENTS.md files your agents actually read, from a sidebar panel under the Skill Center.

管理 AGENTS.md——agent 实际读取的指令文件:全局/工作区编辑、自定义路径、跨工具源扫描与默认切换。

Install

dsh plugin --profile web add dsh-rich-context

Restart the dsh web process. A Context entry appears in the sidebar (under Skill Center).

What it manages

The harness reads instruction files from two scopes (verified in dsh-agent-instructions):

  • User-global: ~/.dsh/AGENTS.md — injected into every session
  • Per-workspace: <workspace-root>/AGENTS.md — scoped to that workspace's sessions

Plus custom paths — click the path in the header to route to any absolute file path.

The panel

Two tabs (segmented, bleed grammar):

  • Global — edit ~/.dsh/AGENTS.md with the monospace editor (Ctrl+S saves)
  • Workspace — pick a workspace from the dropdown, edit its root AGENTS.md

The path field in the header is click-to-edit: click it, type any absolute path, Enter to load that file instead. The editor follows.

Source scanning + default switching

On the Global tab, the AGENTS.md sources section scans 10 tool directories (.dsh, .codex, .claude, .omp, .pi, .cursor, .aider, .gemini, .copilot, .continue — plus home root) for AGENTS.md and CLAUDE.md files. Each detected file lists with its line count and a Set as default button — clicking it symlinks ~/.dsh/AGENTS.md to that file, so the harness transparently reads whichever tool's instructions you designate as the single source of truth. Reset restores a plain file.

Architecture

src/host.js            Node half — /api/rich-context/{state,file,template,sources,default}
                       routes. Scans tool dirs, manages symlinks, reads/writes
                       AGENTS.md files. Node builtins only.
src/client.bundle.js   Browser half — pure DOM overlay (no React dependency):
                       sidebar entry + panel with tabs, editor, source scanner.

License

MIT