v0.1.0 — Persistent multi-model squads
Pre-release
Pre-release
Persistent multi-model squads for DeepSeek Harness
This first developer-preview release turns reusable multi-agent collaboration into a native Web-profile workflow:
- manage global persistent agents and squads in Settings → Teams
- choose a different provider/model, token limit, and tool policy for every member
- select a saved squad beside the conversation composer and enable Squad mode
- use fixed or model-planned member order
- run serial or parallel collaboration with
spawn,fork, orchaincontext - inspect the parent tool trace and every member child session
- import and export portable agent/squad definitions
Install
dsh plugin --profile web add -w github:toolclub/dsh-agent-team-gui#v0.1.0
dsh --profile webIf you run dsh from its source checkout, replace dsh ... with pnpm dsh ... from the Harness repository root. Existing installations must restart the dsh Web process after upgrading.
Compatibility
- DeepSeek Harness
>=0.1.0-rc.5 <0.2.0 - Node.js 22.19+
- Web profile
This is a developer preview. Ordinary-send squad dispatch is instructed through the dynamic system prompt; current dsh has no hard toolChoice seam, so model compliance remains best-effort. See the README for the complete installation and operational notes.