# AgentTeams v0.1.20

Documentation-only release. No source, behavior, or dependency changes.

- Sync the version references in `README.md` and `README_ZH.md` with the npm `latest` channel. Both still described `0.1.17` as the recommended installation, so readers copying the documented command installed `0.1.17` while `latest` already pointed at `0.1.19`.
- The packaged artifact is therefore identical to `0.1.19` apart from the two README files. `0.1.20` exists only because npm writes a package's README at publish time and offers no way to update it afterwards.

## Compatibility

The supported Harness matrix is unchanged: recommended `0.1.5-rc.1`, plus `0.1.2-rc.1`, `0.1.2-alpha.5`, and `0.1.2-alpha.2`.

Because this release ships the same code as `0.1.19`, the verification recorded for that version still covers it. See [v0.1.19 release verification](https://github.com/NanmiCoder/dsh-agent-teams/tree/main/docs/releases/v0.1.19) for the real-provider scenarios, evidence boundaries, and publication results.

For the substantive changes since the last documented release, see [v0.1.19](./v0.1.19.md) and [v0.1.18](./v0.1.18.md).

Update the plugin in your existing profile, then restart Harness:

```sh
dsh plugin --profile <your-profile> add --save-exact @nanmicoder/dsh-agent-teams@0.1.20
```
