Skip to content

AutoEvo 0.1.1

Latest

Choose a tag to compare

@klarkxy klarkxy released this 15 Aug 13:10

Highlights

  • Prefer capabilities already available in the current Agent scope before searching remotely.
  • Reuse find_dsh_plugin when available, with authenticated gh discovery 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.1

Restart 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:release passed locally and in GitHub Actions