DeepSeek Harness 插件

dsh-bundle

DeepSeek Harness 运行时治理器:零进展回合引导、按代际绑定的验证证据、基于证据的完成守卫,以及按任务配置限制工具集。

跳到安装方式

来源信息

GitHub 仓库
Leo-Ayh-Oday/dsh-orcana
最近更新
2026年8月19日
分类
插件开发工具
GitHub stars
0

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/Leo-Ayh-Oday/dsh-orcana~23dsh-bundle
GitHub:https://github.com/Leo-Ayh-Oday/dsh-orcana/tree/main/packages/dsh-bundle
插件名:dsh-orcana#dsh-bundle
作者:Leo-Ayh-Oday
安装命令:dsh plugin --profile web add github:Leo-Ayh-Oday/dsh-orcana#path:/packages/dsh-bundle

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器2 个文件
README.md来源说明 · 只读预览

@leooday/dsh-bundle

[English](README.md) | [中文](README.zh.md)

Profile bundle for dsh --profile orcana: installs @leooday/dsh-governor and coordinates it with repeat-tool-reminder.

Contract: the package manifest declares "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, making it an installable patch layer ([bundle contract](../../deepseek-harness/packages/bundle/README.md)).

Install

dsh plugin --profile orcana add @leooday/dsh-bundle

dsh plugin add installs the bundle and auto-activates it as a profile layer (@leooday/dsh-governor and @leooday/governor-core resolve as its dependencies). For checkout-based development, use [scripts/dev-install.sh](../../scripts/dev-install.sh) or profile pnpm-workspace.yaml overrides against local tarballs.

Known Limitations

  • The exclude override of repeat-tool-reminder targets the row id from

dsh-base; a profile that does not load dsh-base leaves the patch as a per-entry Loader warning (harmless, matches DSH patch semantics).