Skip to content

Releases: klarkxy/dsh-plugin-autoevo

AutoEvo 0.1.2

Choose a tag to compare

@klarkxy klarkxy released this 16 Aug 07:42

AutoEvo 0.1.2 upgrades capability reuse from advisory guidance to an execution gate for new dynamic Cordis plugins.

Highlights:

  • Blocks cordis_define with plugin.kind=new until capability_resolve establishes an authorization state.
  • Adds reuse_required, modify_required, review_required, and scratch_ready authorization states.
  • Issues one Agent-local, single-use creation grant only for scratch_ready.
  • Fixes local matching so Zhihu requests strongly match zhihu-search instead of generic tools.
  • Adds adversarial E2E coverage that attempts plugin creation before resolution.

Verification:

  • 75 unit and integration tests passed.
  • Loader smoke, local E2E, adversarial E2E, full E2E, partial E2E, and package validation passed.

Install:
dsh plugin --profile web add --save-exact github:klarkxy/dsh-plugin-autoevo#v0.1.2

Restart the corresponding DSH process after installation.

SHA-256 (tgz): 5B3F5BC894A9BF6B6D1E481F30681CA6584627E2EDFE61AEC63709C281AB05B3

AutoEvo 0.1.1

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

AutoEvo 0.1.0

Choose a tag to compare

@klarkxy klarkxy released this 15 Aug 05:33

DSH capability reuse and safe evolution layer. Install: dsh plugin --profile add github:klarkxy/dsh-plugin-autoevo