Agent DailyAgent Daily
releasebeginner

[Release] anthropics/claude-code v2.1.131: v2.1.131

By ashwin-antgithub
View original on github

Claude Code v2.1.131 addresses two critical bugs: a VS Code extension activation failure on Windows caused by a hardcoded build path in the bundled SDK's createRequire polyfill, and Mantle endpoint authentication failures due to a missing x-api-key header. These fixes improve cross-platform compatibility and API authentication reliability.

Key Points

  • Fixed VS Code extension activation failure on Windows systems
  • Resolved hardcoded build path issue in bundled SDK affecting Windows deployments
  • Fixed createRequire polyfill bug preventing proper module resolution
  • Corrected Mantle endpoint authentication by adding missing x-api-key header
  • Improved cross-platform compatibility for extension deployment
  • Enhanced API authentication reliability for Mantle integration

Found this useful? Add it to a playbook for a step-by-step implementation guide.

Quality

Concepts