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).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhangjunjesse/dsh-claude-code说明文档
阅读完整 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 预算上限 |