Yuki-takuya-kun/dsh-claude-code0

dsh-claude-code

将 Claude Code 的 harness 作为 DSH 的主循环运行,并将完整轨迹实时流式传输到 DSH Web UI 中。

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)