zhangjunjesse/dsh-claude-code0

dsh-claude-code

DSH 工具插件:将一个自包含的任务委托给您本地的 Claude Code 订阅(通过官方 Claude Agent SDK)。

AI 分析

核心用途是在 DSH 中通过工具调用将特定任务委托给本地的 Claude Code 运行。适合已订阅并安装 Claude Code、需要利用其进行本地代码编辑和自主任务解决的用户。

包名
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 预算上限