You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.