Claude Code 2.1.131: Windows Extension & Auth Fixes
Claude Code 2.1.131 fixes a critical Windows extension activation bug and resolves Mantle endpoint authentication issues with missing API key headers.
TL;DR
- Fixed VS Code extension activation failure on Windows
- Fixed Mantle endpoint authentication with missing API key header
Fixed
- VS Code extension Windows activation — Extension was failing to activate on Windows due to a hardcoded build path in the bundled SDK's
createRequirepolyfill. Now works correctly across platforms. - Mantle endpoint authentication — Fixed missing
x-api-keyheader causing authentication failures when connecting to Mantle endpoints.
Update Claude Code via your VS Code extensions panel or run: code --install-extension Anthropic.claude-code
Source: Claude Code