dsh-fork-view
DSH Web插件:在左侧边栏提供类似pi-web风格的嵌套分支/子智能体进程树。
AI 分析
核心用于在左侧边栏展示嵌套的分支与子智能体进程树。适合需要清晰可视化管理复杂多任务分支和子智能体关系的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:an4nsi/dsh-fork-view说明文档
阅读完整 README ↗Configuration
| Key | Default | Description |
|---|---|---|
maxDepth | 2 | Levels to render. 1 roots only; 2 roots + direct forks + subagent groups; ≥3 actually nests fork-of-fork under its parent |
showSubagents | true | Render > Subagents (N) groups |
subagentsCollapsedByDefault | true | Initial open/closed state of subagent groups |
Config lives on the plugin row (YAML above); validated host-side by schemastery, forwarded to the client half.