Yuki-takuya-kun/dsh-claude-code ↗★ 0
dsh-claude-code
Run Claude Code's harness as the DeepSeek Harness main loop, streaming its full trajectory into the DSH web UI in real time.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Yuki-takuya-kun/dsh-claude-code说明文档
阅读完整 README ↗Configuration
| key | default | meaning |
|---|---|---|
| enabled | false | drive new sessions with Claude Code |
| executable | "claude" | Claude Code executable (path or PATH name) |
| persistSession | true | reuse the Claude session across turns |
| includePartialMessages | true | token-level streaming |
| env | {} | extra env (e.g. ANTHROPIC_API_KEY) |