@zseven-w/dsh-crew
DeepSeek Harness plugin: dispatch work to DSH agents from Claude Code / Codex, as native subagents with live progress
安装
$
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.shorstatusline/worker-segment.shcan be independently integrated
- For local development,
- Long-running tasks: CC has timeout limits on MCP calls (
MCP_TOOL_TIMEOUTadjustable), long tasks can have orchestrator usedsh_spawn_worker+dsh_worker_result(wait_seconds)polling - Local development and debugging:
claude --plugin-dir /path/to/dsh-crewto temporarily load
Usage
- In interactive TUI, select "spawn ds-pro to ..." to dispatch tasks; Active/Done panels show progress
codex execmode can also directly calldsh_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)