Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ DeepSeek Harness plugins can connect an agent to tools, services, devices, and r

- [dsh-approval-gate](https://github.com/moon09300731/dsh-approval-gate) — Risk-gated approval automation that routes irreversible operations to human approval.
- [dsh-preset-flash-director](https://github.com/zhaoyilun/dsh-preset-flash-director) — A token-economical DSH agent preset that delegates deep reasoning to expert subagents.
- [odai-dsh-plugin](https://github.com/orziz/odai/tree/main/dsh/plugin) — A profile-wide DSH governance and routing bundle with a Web Control Center for responsibility and evidence inspection, plus compaction, scoped semantic memory, safety continuity, and verified delivery; compatible with DSH 0.1.5-rc.1.
- [plugin-team-board](https://github.com/whyihaveyou/dsh-suite/tree/main/packages/plugins/plugin-team-board) — A shared multi-agent task board backed by a Cordis service key.

### Productivity & collaboration
Expand Down
9 changes: 9 additions & 0 deletions catalog/plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,15 @@
"url": "https://github.com/BeiZi6/dsh-opencodego-usage",
"category": "developer-tools",
"description": {"en": "An OpenCodeGo quota monitor for the DSH Web GUI with rolling, weekly, and monthly usage views.", "zh-CN": "DSH Web GUI 的 OpenCodeGo 额度监视器,提供滚动、周和月度用量视图。"}
},
{
"name": "odai-dsh-plugin",
"url": "https://github.com/orziz/odai/tree/main/dsh/plugin",
"category": "agent-automation",
"description": {
"en": "A profile-wide DSH governance and routing bundle with a Web Control Center for responsibility and evidence inspection, plus compaction, scoped semantic memory, safety continuity, and verified delivery; compatible with DSH 0.1.5-rc.1.",
"zh-CN": "面向整个 DSH profile 的治理与路由 bundle,提供用于职责与证据检查的 Web Control Center,以及压缩、本地作用域语义记忆、安全连续性与真实验收;兼容 DSH 0.1.5-rc.1。"
}
}
]
}
2 changes: 2 additions & 0 deletions docs/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ DeepSeek Harness Plugin 能让智能体连接工具、服务、设备和可复

- [mstar-harness](https://github.com/btspoony/mstar-harness) — 面向结构化 Harness 循环工程的技能驱动工作流智能体 Plugin。

- [odai-dsh-plugin](https://github.com/orziz/odai/tree/main/dsh/plugin) — 面向整个 DSH profile 的治理与路由 bundle,提供用于职责与证据检查的 Web Control Center,以及压缩、本地作用域语义记忆、安全连续性与真实验收;兼容 DSH 0.1.5-rc.1。

- [plugin-team-board](https://github.com/whyihaveyou/dsh-suite/tree/main/packages/plugins/plugin-team-board) — 由 Cordis 服务键支持的共享多智能体任务板。

### 效率与协作
Expand Down