fix: resolve Windows npm spawn ENOENT (#5815) (thanks @thejhinvirtuoso)

This commit is contained in:
Tak Hoffman
2026-01-31 20:32:12 -06:00
parent dc8a63cb8b
commit 3d5c03ec29

View File

@@ -8,7 +8,7 @@ Docs: https://docs.openclaw.ai
### Fixes
- Discord: inherit thread parent bindings when routing Discord messages. (#3892) Thanks @aerolalit.
- Process: resolve Windows `spawn()` failures for npm-family CLIs by appending `.cmd` when needed. (#5815) Thanks @thejhinvirtuoso.
- Docs: update MiniMax OAuth setup commands; Extensions: use OpenClaw plugin SDK for MiniMax OAuth. (#5402) Thanks @Maosghoul.
- Discord: resolve PluralKit proxied senders for allowlists and labels. (#5838) Thanks @thewilloftheshadow.
- Telegram: restore draft streaming partials. (#5543) Thanks @obviyus.