# v0.1.17 — Follow Harness light and dark themes

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

- Activity panels, conversation cards, member badges, task nodes, plan controls, and dialog buttons now use the host's semantic colors. Switching light, dark, or system mode updates the plugin without refreshing.
- Remove the old light-only color bridge and undefined legacy tokens, including styles rendered outside the activity panel.
- Keep panel shadows dark when the host foreground changes to light text. Inherit custom semantic-token overrides without maintaining separate theme state.
- Retain the Harness `0.1.5-rc.1` runtime adaptations and exact compatibility with `0.1.2-rc.1`, `0.1.2-alpha.5`, and `0.1.2-alpha.2`.

Install or upgrade:

```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
```

The unversioned marketplace install command resolves to this release through npm `latest`. Restart the relevant Harness process and refresh the browser after upgrading the plugin. Installing the plugin or updating the global CLI does not upgrade a Desktop app's embedded Harness core.

Theme switching was checked in Ego Lite on the actual `0.1.5-rc.1` host, using previously recorded real-API sessions. The CSS override and portal checks use controlled style probes; no new model calls were needed for this visual change. See [theme evidence](https://github.com/NanmiCoder/dsh-agent-teams/tree/v0.1.17/docs/theme-support-2026-09-11) and [release verification](https://github.com/NanmiCoder/dsh-agent-teams/tree/main/docs/releases/v0.1.17).
