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

包名
@zseven-w/dsh-crew
版本
0.1.0-rc.1
许可证
MIT
最近更新
2026年8月17日

安装

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

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)