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.
AI Analysis
核心用途是将 Claude Code 的 Agent 执行轨迹接入 DSH 界面展示。适合需要使用 Claude 自动编程并希望可视化其执行步骤的用户;依赖 dsh-engine-switch。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Yuki-takuya-kun/dsh-claude-codeREADME
Read the full README ↗⚙️ 配置
这些是 claude-code 引擎的选项,写在 dsh-engine-switch 的 config.engines["claude-code"] 下:
| 键 | 默认 | 含义 |
|---|---|---|
| executable | "claude" | Claude Code 可执行(路径或 PATH 名) |
| persistSession | true | 跨轮复用同一个 Claude 会话 |
| includePartialMessages | true | token 级流式输出 |
| env | {} | 额外环境变量(如 ANTHROPIC_API_KEY) |