Skip to content

fix: improve iii runtime compatibility diagnostics#1034

Merged
wbugitlab1 merged 5 commits into
mainfrom
issue/337-iii-0-18-compatibility
Jun 20, 2026
Merged

fix: improve iii runtime compatibility diagnostics#1034
wbugitlab1 merged 5 commits into
mainfrom
issue/337-iii-0-18-compatibility

Conversation

@wbugitlab1

Copy link
Copy Markdown
Owner

Summary

  • Keep the default iii-engine pin at 0.11.2; iii 0.18.0 remains explicit opt-in via AGENTMEMORY_III_VERSION.
  • Parse iii --version from stdout and stderr, while accepting a binary as compatible only when the probe succeeds and the version matches the configured pin.
  • Preserve private pinned-engine precedence and align startup/doctor diagnostics for PATH mismatches, failed probes, and Windows manual-only zip assets.

Fixes #337.

Validation

  • corepack pnpm exec vitest run test/iii-runtime.test.ts test/build-runtime.test.ts test/cli-doctor-fixes.test.ts test/engine-launch.test.ts
  • corepack pnpm run lint
  • corepack pnpm test
  • corepack pnpm run build
  • semgrep scan --config p/default --error --metrics=off .
  • gitleaks protect --staged --redact
  • gitleaks dir . --redact

OSV was not required because this change does not touch dependencies, lockfiles, container files, vendored code, package-manager config, or third-party package surfaces.

@wbugitlab1 wbugitlab1 merged commit 257238a into main Jun 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incompatible with iii 0.18.0

1 participant