# v2.1.131

- 来源：Claude Code：GitHub Releases（RSS）
- 作者：ashwin-ant
- 发布时间：2026-05-06 15:47
- AIHOT 分数：26
- AIHOT 链接：https://aihot.virxact.com/items/cmotspw7p0082slabnz7mq1hs
- 原文链接：https://github.com/anthropics/claude-code/releases/tag/v2.1.131

## AI 摘要

该版本修复了两个关键问题。一是解决了 VS Code 扩展在 Windows 系统上因捆绑 SDK 中硬编码的构建路径而无法激活的故障，涉及 `createRequire` 的 polyfill 错误。二是修正了 Mantle 端点认证因缺少 `x-api-key` 请求头而失败的问题。两项修复均针对特定错误，未涉及功能新增或性能指标变更。

## 正文

What's changed

Fixed VS Code extension failing to activate on Windows due to a hardcoded build path in the bundled SDK (createRequire polyfill bug)

Fixed Mantle endpoint authentication failing with missing x-api-key header
