# v0.1.17-rc.1 — Harness 0.1.5 support

npm channel: `next`. Recommended host: DeepSeek Harness `0.1.5-rc.1`.

- Adapt member wakeups to the new `deliverPrompt` contract with explicit queue delivery. Shutdown guards cover both queue and steer and restore host methods on disposal.
- Pass the child Agent explicitly during initialization, preserving model routes, reasoning effort, fallback, and failure handling after `Context.agent` removal.
- Return member navigation to Conversation, cancel superseded navigation, hide the activity overlay on global panels, and focus the new rich-text composer when returning to chat.
- Pin and inspect the complete `0.1.5-rc.1` dependency closure. Retain exact support for `0.1.2-rc.1`, `0.1.2-alpha.5`, and `0.1.2-alpha.2`.
- Update the vendored maintenance skills to upstream `ecab245c6c1831c51b0240aca13573b94a6e525e`, with a reviewed-commit updater.

Install the exact release:

```sh
npm install --global @deepseek-ai/dsh@0.1.5-rc.1
dsh plugin --profile web add --save-exact @nanmicoder/dsh-agent-teams@0.1.17-rc.1
```

Restart Harness and refresh the browser after installation.

Historical sessions whose team data was deleted without an archive do not yet support full panel reconstruction from logs. Runtime, artifact, and real-model browser evidence is recorded in `docs/releases/v0.1.17-rc.1/README.md` in the repository. Upgrading the global CLI does not change a Desktop application's embedded core. Keep old session data when upgrading; sharing writable session storage across host versions is not a supported downgrade procedure.
