jianxx/dsh-cc-plugins

jianxx★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

Claude Code feature-parity plugins for the DeepSeek Harness (dsh) — settings cascade, permission rules, hooks, memory, skills, subagents, and a CC Mode agent preset, installable into any dsh profile.

README 摘要

dsh-cc-plugins Claude Code feature-parity plugins for the DeepSeek Harness (dsh), shipped as an out-of-repo plugin set that any dsh installation loads through its profile system. Layout Install (half a minute) Prereq: a dsh CLI installation ( dsh on PATH, version ≥ 0.1.0-rc.5). dsh plugin forwards to pnpm in $DSH HOME/profiles/cc and auto-registers every installed package that declares dsh.bundle into dsh.profile.bundles (append on add, drop on remove). Hoisted pnpm linking puts the whole plugin tree flat, while every in-box dsh package (peer deps like @deepseek-ai/cordis ) resolves through the installer-maintained $DSH HOME/profiles/node modules symlink fallback — external plugins always share the installation's single cordis instance. Recommended order in /.dsh/profiles/cc/package.json : Your own tweaks land in /.dsh/profiles/cc/cordis.patch.yml (applied after every bundle). Local development without publishing To test unpublished changes against a real profile instead of publishing first: scripts/sync-local-profile.sh copies (not symlinks) the built packages into the profile so every @deepseek-ai/ import resolves through the installation's single cordis instance — the same way a…

在 GitHub 查看完整 README →
Agent/智能体deepseek-harness-plugindsh-pluginagent

分类