DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Learning Bundle — DeepSeek Harness 插件(DSH Plugin)
← Plugins
L

dsh-learning-bundle

Learning Bundle

使用原生 DSH 指令的自然项目教学和首次交付验证指南。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:B1lli/dsh-learning-bundle#d6658933c861a37bebfea41e64e7c7e49729b8c6
README兼容性版本

兼容性与来源证明

Learning Bundle 以 dsh-learning-bundle 发布,当前版本为 0.4.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

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

版本

0.4.0stable
2026/9/8
0.3.1stable
2026/9/8
0.3.0stable
2026/8/24
查看其余 1 个版本收起版本
0.2.0stable
2026/8/22

相关插件

正在加载相关插件…

最新版
0.4.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/8
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

README

dsh-learning-bundle

Unofficial workflow bundle for DeepSeek Harness.

Teach project conventions in ordinary language. The agent maintains the existing project instruction file, applies it in later sessions, and uses relevant existing checks before delivering changed work.

0.4 uses native DSH instructions. It adds a short workflow prompt, not a second memory database or a correctness gate. It does not add a model judge or automatically run commands. Natural interpretation and compliance remain model-dependent; improved net user value is UNPROVEN.

Install

Requirements: Node ^22.19.0 || >=24.0.0, pnpm, and a supported DSH release from package.json. The supported profile is headless with its standard instruction loader and file tools.

git clone https://github.com/B1lli/dsh-learning-bundle.git
cd dsh-learning-bundle
dsh plugin --profile headless add -w "$(pwd -P)"

Then work in your project as usual:

以后在这个项目安装依赖都用 pnpm。后续新对话也遵守。

Later, a task may be phrased differently or in another language. A temporary instruction such as “这次用 npm” should leave the default intact. “以后改用 yarn” should update the existing rule, and “撤销这条约定” should remove it. These are agent behaviors to validate, not deterministic guarantees.

The rule remains visible and editable in the project's native instruction file. No record/adopt commands, keywords or item IDs are required. On implementation tasks, verification uses existing project tools at normal permissions. There is a small fixed prompt cost on model requests; no extra review model is introduced.

Existing users

The original store/CLI/core API is retained as legacy recall. A profile with an explicit storePath and no mode retains legacy behavior. New bundle patches select native mode; an upgrade may replace the old default. To continue using stored rules, override the plugin row:

- id: dsh-learning
  config:
    mode: legacy-recall
    storePath: !!js process.env.DSH_LEARNING_STORE || dshHomePath('dsh-learning-store.json')

To use native mode, remove storePath and set mode: native. Consolidate desired old rules into the applicable instruction file before switching. No automatic migration or deletion occurs. Uninstalling the bundle leaves project instructions and old stores intact.

See legacy CLI and evidence. Its historical keyword and injection benchmarks describe legacy mode only.

Verification and limits

npm test
npm run benchmark
npm run benchmark:scenarios

Live pilot: results and remaining failures.

Detailed design explains ownership, cost, scope, upgrade behavior and acceptance. Compatibility and permissions describe installation evidence and failure boundaries. Live results are reported separately from deterministic contracts; passing synthetic examples does not establish user value.

Custom deployments that replace the complete system prompt or disable/truncate native instructions may suppress this workflow. Native DSH refresh behavior applies: use native read/edit/write for same-session changes.

MIT licensed. Community project; not affiliated with DeepSeek.

相关插件

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

Client Ui Git Graph@linxin666/dsh-client-ui-git-graph外部 dsh Web GUI 插件:空会话 Git 分支选择器和 Git 图,包含实际的主机端 Git 操作与防护,作为 dsh 配置文件包Doctor@linxin666/dsh-doctorDSH 配置档案的事务性救援模式,配备受监督的启动器、隔离的恢复容器、确定性修复、健康监控以及本地 Web 恢复控制台Ssh@linxin666/dsh-sshdsh Web GUI 的远程 SSH 操作:主机配置存储(~/.dsh/dsh-ssh.json,可从 ~/.ssh/config 导入)、支持跳板主机的持久化 ssh2 连接池、exec / PTY Web 终端 / SFTP 传输 / 本地端口转发隧道 / 集群执行Find Plugindsh-find-plugin在代理中查找 DeepSeek Harness 插件——实时搜索 GitHub 上的 dsh-plugin 主题,并按星标数排序。