Yuki-takuya-kun/dsh-claude-code0

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 분석

核心用途是将 Claude Code 的 Agent 执行轨迹接入 DSH 界面展示。适合需要使用 Claude 自动编程并希望可视化其执行步骤的用户;依赖 dsh-engine-switch。

패키지
dsh-claude-code
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

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

⚙️ 配置

这些是 claude-code 引擎的选项,写在 dsh-engine-switch 的 config.engines["claude-code"] 下:

默认含义
executable"claude"Claude Code 可执行(路径或 PATH 名)
persistSessiontrue跨轮复用同一个 Claude 会话
includePartialMessagestruetoken 级流式输出
env{}额外环境变量(如 ANTHROPIC_API_KEY)