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).

AI 分析

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

パッケージ
dsh-claude-code
バージョン
0.1.2
ライセンス
MIT
最終更新
2026/08/16

インストール

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

ドキュメント

README 全文を読む ↗

配置项

字段默认说明
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 预算上限