What's Changed
Bug Fixes
- Windows Node.js v24+ crash: Replace
fetch()withnode:https.request()infetchLatestVersion()to prevent libuvUV_HANDLE_CLOSINGassertion crash duringcontext-mode doctor(by @skoll43, #84) - CI self-heal timeout: Skip self-heal
copyDirSyncin dev/CI environments — only runs inside plugin cache directories
Tests
- Portable non-ASCII path test: Replace hardcoded Windows username with
os.tmpdir()for Chinese path test (by @skoll43, #82)
Contributors
- @skoll43 — Windows crash fix & test portability