Highlights
- Prefer capabilities already available in the current Agent scope before searching remotely.
- Reuse
find_dsh_pluginwhen available, with authenticatedghdiscovery as a bounded fallback. - Bind reviews to exact commits, inspected content, Loader-compatible bundle patches, and the detected DSH runtime version.
- Fail closed on ambiguous persistent-install state and verify real tool call/result pairs plus a completed task result.
- Add Windows CI, Loader smoke coverage, local/full/partial end-to-end release gates, and package dry-run verification.
Install or upgrade
dsh plugin --profile web add --save-exact github:klarkxy/dsh-plugin-autoevo#v0.1.1Restart the corresponding DSH process after installation or upgrade. DSH delegates dependency version resolution to pnpm; this command pins the Git tag explicitly.
Validation
- 55 automated tests
- real Cordis Loader smoke
- local reuse E2E
- full review/install/tool-call/tool-result/cleanup E2E
- partial modify/re-review/install/verify/cleanup E2E
pnpm check:releasepassed locally and in GitHub Actions