Claude Code v2.1.71 Released - Claude API Skill and VS Code Integration Improvements
Anthropic releases Claude Code v2.1.71 with Claude API skill, expanded Voice STT language support, enhanced VS Code integration, and numerous improvements.
Anthropic released Claude Code v2.1.71 on March 6, 2026. This major update introduces new features centered around developer experience and external application integration.
Key Changes
New Feature: Claude API Skill
Claude API Skill Added: The new /claude-api skill enables easier application development using the Claude API and Anthropic SDK. Developers can now leverage Claudeβs capabilities from external applications more seamlessly.
Voice Feature Expansion
STT Language Support Expanded: Voice STT (Speech-to-Text) now supports 10 additional languages, bringing the total to 20. Newly supported languages include Russian, Polish, Turkish, Dutch, Ukrainian, Greek, Czech, Danish, Swedish, and Norwegian.
UX Improvements
Effort Level Display: Effort level (e.g., βwith low effortβ) is now displayed on the logo and spinner, making it easier to verify the current effort setting.
Agent Name Display: When using --agent, the agent name now appears in the terminal title.
VS Code Integration Enhancement
MCP Server Management Dialog: Users can now enable/disable MCP servers, reconnect, and manage OAuth authentication using the /mcp command in the chat panel without switching to the terminal.
Security Improvements
Skill Loading Security Fix: Fixed a security issue where nested skill discovery could load skills from gitignored directories like node_modules.
Other New Features
- Added optional name argument to
/remote-controlfor custom session titles - Added numeric keypad support for option selection
- Added
sandbox.enableWeeperNetworkIsolationsetting for TLS certificate verification with custom MITM proxies - Added
includeGitInstructionssetting to disable built-in commit/PR workflow instructions - Added
/reload-pluginscommand - Added one-time startup prompt for Claude Code Desktop (macOS/Windows, max 3 dismissible showings)
- Added
${CLAUDE_SKILL_DIR}variable for skills to reference their own directory
Bug Fixes
- Fixed trust dialog silently enabling all .mcp.json servers on first run
- Fixed
claude remote-controlcrashing on npm installs - Fixed deprecated Opus model versions resolving to current versions
- Fixed macOS keychain corruption issue
- Fixed
.credentials.jsonsubscription type display issues
Summary
v2.1.71 is a significant release that substantially improves developer experience. The addition of the Claude API skill makes it easier to leverage Claude from external applications, while Voice STTβs multilingual support and VS Code integration enhancements address many frequently requested features.
Related Articles
Claude Code v2.1.70 Released - API Error Fixes and Performance Improvements
Anthropic releases Claude Code v2.1.70 with fixes for API 400 errors with third-party gateways, Windows/WSL clipboard improvements, and significant Remote Control polling optimizations.
Claude Code v2.1.72 Released - Auto-Memory, /loop Command, and Cron Scheduling
Anthropic releases Claude Code v2.1.72 with auto-memory for context saving, /copy command, /loop command, Cron scheduling tools, Voice keybinding customization, and more.
Docker Sandboxes: Secure Execution for Claude Code and AI Coding Agents
Docker officially announces Docker Sandboxes with microVM-based isolation for Claude Code, Gemini, Codex, and Kiro coding agents, protecting against prompt injection attacks.
Popular Articles
Cursor Automations Release - Building Always-On Agents with Triggers and Schedules
Cursor releases Automations, a new feature for building always-on agents that run based on triggers and schedules you define.
Cursor v2.7 Release - Cursor Now Available in JetBrains IDEs
Cursor v2.7 introduces Cursor support in IntelliJ IDEA, PyCharm, WebStorm, and other JetBrains IDEs through the Agent Client Protocol (ACP).
Cursor v2.6 Release - MCP Apps and Team Plugin Management
Cursor v2.6 introduces interactive UIs in agent chats, team-based private plugin sharing, and improvements to debug mode capabilities.
Latest Articles
Claude Code v2.1.72 Released - Auto-Memory, /loop Command, and Cron Scheduling
Anthropic releases Claude Code v2.1.72 with auto-memory for context saving, /copy command, /loop command, Cron scheduling tools, Voice keybinding customization, and more.
Gemini 3.1 Pro β Competing for Top Spot in Coding & Reasoning Performance
Google's Gemini 3.1 Pro, released in February 2026, achieves 80.6% on SWE-Bench Verified and 2887 Elo on LiveCodeBench, positioning it as a top-tier reasoning model alongside Claude Opus 4.6.
OpenAI Symphony β From Supervising Agents to Managing Work
OpenAI releases Symphony, an open-source automation tool that automatically executes agents from GitHub Issues (Linear) and creates PRs.