ZSeven-W/dsh-crew1

@zseven-w/dsh-crew

DeepSeek Harness plugin: dispatch work to DSH agents from Claude Code / Codex, as native subagents with live progress

AI 分析

核心用途是实现 Claude Code 与 DSH 的跨工具协同。适合使用 Claude Code 作为主入口、并希望将特定任务分派给 DSH 专家 Agent 的高级用户。

パッケージ
@zseven-w/dsh-crew
バージョン
0.1.0-rc.1
ライセンス
MIT
最終更新
2026/08/17

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ZSeven-W/dsh-crew

ドキュメント

README 全文を読む ↗

Usage

  • Directly in conversation, say "dispatch X to ds-flash" or "dispatch X to ds-pro", and subagent executes the task
  • Dispatch count and real-time progress shown in Claude Code task UI
  • HUD status line segment: ⚙dsh 1▶pro 2m14s 21.7k/606 ✓3 (current tier / elapsed time / token usage / completion count)
    • For local development, statusline/statusline.sh or statusline/worker-segment.sh can be independently integrated
  • Long-running tasks: CC has timeout limits on MCP calls (MCP_TOOL_TIMEOUT adjustable), long tasks can have orchestrator use dsh_spawn_worker + dsh_worker_result(wait_seconds) polling
  • Local development and debugging: claude --plugin-dir /path/to/dsh-crew to temporarily load

Usage

  • In interactive TUI, select "spawn ds-pro to ..." to dispatch tasks; Active/Done panels show progress
  • codex exec mode can also directly call dsh_run_worker

Configuration

In DSH settings page → DSH Crew → Multimodal (or directly edit ~/.config/dsh-crew/config.json):

Vision provider (image viewing):

  • claude-code (default, uses haiku, inexpensive)
  • codex (uses GPT, can specify specific model)
  • grok (uses Grok)
  • agy (Antigravity)
  • custom (OpenAI-compatible API or local command)
  • off (disabled)

Image generation provider (image generation):

  • codex ($imagegen, gpt-image-2)
  • agy (Nano Banana)
  • grok (Imagine)
  • custom (OpenAI-compatible API or local command)
  • off (disabled)