dsh plugins中文
← Back to popular plugin directory

Claude Code/ACP subagent

shaokeyibb/dsh-plugin-product-subagents · skills

Role-based Codex / Claude Code / ACP subagent providers for the DeepSeek Harness — continuable children, durable session recovery, per-role product permissions, and delegation with a permission ceiling.

★ 8GitHub stars
1Forks
2026-08-14Last updated
JavaScriptLanguage
MITLicense

Project overview

That one prompt covers: installing the package into the profile, wiring the host-plane row, and flagging the required restart. (Before the package is published, use the local variant: point the row's name at this repo's lib/index.js instead of the package name.) Manual

Each role file: permissionMode maps to product flags: readonly (claude --permission-mode plan / codex --sandbox read-only), full (claude --dangerously-skip-permissions / codex --dangerously-bypass-approvals-and-sandbox). The relay model never gets write-capable tools, in every role. Delegation is capped: readonly < default < full; a child cannot spawn a descendant with a higher mode. Custom ACP providers

config.providers accepts any ACP-capable CLI — the generic bridge handles a persistent process, session/load resume, and dead-process reconnect:

Install command

dsh plugin --profile web add github:shaokeyibb/dsh-plugin-product-subagents
View GitHub repository ↗Back to popular plugin directory