@dshworks/dsh-crew
Run Claude Code and Codex as live terminal panes beside dsh: a split view in the web UI, buttons to seat them, and tools that let the dsh agent hand them work and read their screens.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dshworks/dsh-crew说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
agents | [] | Extra crew members, or overrides of the built-ins by id. |
trustedHosts | [] | Authorities besides loopback that may reach the routes. Match the deployment's --trusted-host values. |
cols / rows | 100 / 30 | Pane geometry when the browser does not measure one. |
scrollbackBytes | 262144 | Raw output retained per pane so a reload repaints its screen. |
maxPanesPerSession | 6 | Panes one session may hold open at once. |
graceMs | 3000 | SIGTERM-to-SIGKILL grace when a pane closes. |
tools | true | Expose the five crew tools to the dsh agent. |