zhangjunjesse/dsh-claude-code ↗★ 0
dsh-claude-code
DSH tool plugin: delegate a self-contained task to your local Claude Code subscription (via the official Claude Agent SDK).
AI Analysis
核心用途是在 DSH 中通过工具调用将特定任务委托给本地的 Claude Code 运行。适合已订阅并安装 Claude Code、需要利用其进行本地代码编辑和自主任务解决的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhangjunjesse/dsh-claude-codeREADME
Read the full README ↗配置项
| 字段 | 默认 | 说明 |
|---|---|---|
model | sonnet | Claude 模型别名或完整 id |
permissionMode | acceptEdits | Claude Code 权限模式。acceptEdits 自动放行文件编辑;bypassPermissions 完全免确认(需信任) |
maxTurns | 100 | 每次任务 Claude Code 最多跑多少轮 |
timeoutMs | 600000 | 单次调用的协作超时 |
cwd | DSH cwd | Claude Code 工作目录 |
allowedTools | 未设 | 允许的 Claude Code 内置工具名列表 |
pathToClaudeCodeExecutable | 自动 | claude 可执行文件路径 |
effort | high | 思考强度:low/medium/high/xhigh/max |
maxThinkingTokens | 未设 | 思考 token 预算上限 |