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/08/16

インストール

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

ドキュメント

README 全文を読む ↗

⚙️ 配置

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

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