zhangjunjesse/dsh-claude-code

Plugin ⭐ 0 MIT tools

一个 DeepSeek Harness 工具插件:把自包含的编码子任务委派给本地 Claude Code 订阅执行,结果回传给 DSH。DSH 是 leader,Claude Code 是 worker。

catalog description:—

Install

# 方式一(最简单,自动接线):通过 dsh 插件命令安装
dsh plugin --profile web add dsh-claude-code

# 方式二:手动装进 profile
cd ~/.dsh/profiles
npm install dsh-claude-code
# 然后在 ~/.dsh/profiles/<你的profile>/cordis.patch.yml 里加上:
# - insert:
#     - id: claude-code
#       name: 'dsh-claude-code'

Add zhangjunjesse/dsh-claude-code to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.