zhangjunjesse/dsh-claude-code0

dsh-claude-code

DSH tool plugin: delegate a self-contained task to your local Claude Code subscription (via the official Claude Agent SDK).

包名
dsh-claude-code
版本
0.1.2
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zhangjunjesse/dsh-claude-code

配置项

字段默认说明
modelsonnetClaude 模型别名或完整 id
permissionModeacceptEditsClaude Code 权限模式。acceptEdits 自动放行文件编辑;bypassPermissions 完全免确认(需信任)
maxTurns100每次任务 Claude Code 最多跑多少轮
timeoutMs600000单次调用的协作超时
cwdDSH cwdClaude Code 工作目录
allowedTools未设允许的 Claude Code 内置工具名列表
pathToClaudeCodeExecutable自动claude 可执行文件路径
efforthigh思考强度:low/medium/high/xhigh/max
maxThinkingTokens未设思考 token 预算上限