Skip to content

v0.1.32

Choose a tag to compare

@Anionex Anionex released this 18 Aug 08:59
· 63 commits to main since this release
a4344e4

Fixed

  • Fixed the compressed-image cache silently missing on Windows when cache file paths exceeded the 260-character MAX_PATH limit; cache keys now use shorter 64-bit digests and are versioned as v2, so old oversized entries are pruned automatically.
  • Made the portable package verification and the test suite Windows-compatible, including npm.cmd invocation, path-separator handling, Python bootstrap fixture layout, a profile E2E prompt that avoids newline-carrying argv, and restart-helper test skips where automatic restart is intentionally unavailable.
  • Routed Windows pnpm batch shims through cmd.exe so plugin updates work when the harness resolves pnpm to a pnpm.CMD path.
  • Added a Windows CI job that runs the portable-package build, tests, and verification on windows-latest.
  • Fixed an intermittent NO_ADAPTER failure on image-input variant routes (vision-toolkit-<provider>) after adapter re-registration, model switches, or hot reload: wrappers now survive transient registry gaps, are re-registered when the live registry drops them, and self-heal on a periodic sweep.