Claude Code v2.1.75 Released - Security Fixes and VS Code Integration Improvements
Anthropic releases Claude Code v2.1.75 with security fixes for managed policy, VS Code integration improvements, and various performance optimizations.
Anthropic released Claude Code v2.1.75 on March 13, 2026. This version includes security fixes for managed policy, improvements to VS Code integration, and various performance optimizations and bug fixes.
Key Changes
Managed Policy Security Fix
Fixed managed policy ask rules being bypassed by user allow rules or skill allowed-tools. Security policies are now properly enforced.
Full Model ID Support Enhanced
Fixed full model IDs (e.g., claude-opus-4-5) being silently ignored in agent frontmatter model field and βagents JSON config. Agents now accept the same model values as βmodel.
SessionEnd Hooks Timeout Configuration
Fixed SessionEnd hooks being killed after 1.5 seconds on exit regardless of hook.timeout. Now configurable via CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS environment variable.
/plugin Install Fix
Fixed /plugin install failing inside the REPL for marketplace plugins with local sources.
Marketplace Update Git Submodules Fix
Fixed marketplace update not syncing git submodules. Plugin sources in submodules no longer break after update.
Unknown Slash Commands Warning
Fixed unknown slash commands with arguments silently dropping input. Now shows a warning with your input.
RTL Text Rendering Fix
Fixed Hebrew, Arabic, and other RTL text not rendering correctly in Windows Terminal, conhost, and VS Code integrated terminal.
LSP Servers Windows Fix
Fixed LSP servers not working on Windows due to malformed file URIs.
βplugin-dir Local Dev Override
Changed βplugin-dir so local dev copies now override installed marketplace plugins with the same name (unless that plugin is force-enabled by managed settings).
VS Code Integration Improvements
- Untitled Sessions Delete Button: Fixed delete button not working for Untitled sessions
- Scroll Wheel Responsiveness: Improved with terminal-aware acceleration
Other Improvements
- /context Command: Added actionable suggestions identifying context-heavy tools, memory bloat, and capacity warnings with specific optimization tips
- autoMemoryDirectory Setting: Added to configure custom directory for auto-memory storage
- Memory Leak Fix: Fixed streaming API response buffers not being released when generator terminated early
- MCP OAuth: Fixed authentication hanging when callback port is already in use
- MCP OAuth Refresh: Fixed re-authentication prompts not appearing after refresh token expires (for OAuth servers like Slack that return HTTP 200 errors)
- Voice Mode: Fixed silently failing on macOS native binary when terminal had never been granted microphone permission
How to Update
Claude Code updates automatically. To manually update, run:
claude update
Or download the latest version from the Claude Code website (claude.com/claude-code).
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.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.
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.
Popular Articles
Claude Code v2.1.93 Released - Deferred Permission Decisions, Flicker-Free Rendering, and More
Anthropic releases Claude Code v2.1.93 with deferred permission decisions for PreToolUse hooks, flicker-free rendering option, PermissionDenied hook, and named subagent typeahead support.
Claude Code v2.1.92 Released - forceRemoteSettingsRefresh, Bedrock Setup Wizard, and More
Anthropic releases Claude Code v2.1.92 with forceRemoteSettingsRefresh policy setting, AWS Bedrock setup wizard, /cost command improvements, and numerous bug fixes.
Claude Code v2.1.84 Release - PowerShell Tool Preview and Environment Configuration Enhancements
Claude Code v2.1.84 introduces PowerShell tool for Windows, new environment variable overrides for model selection, idle session handling improvements, and various stability fixes.
Latest Articles
Claude Code v2.1.93 Released - Deferred Permission Decisions, Flicker-Free Rendering, and More
Anthropic releases Claude Code v2.1.93 with deferred permission decisions for PreToolUse hooks, flicker-free rendering option, PermissionDenied hook, and named subagent typeahead support.
Claude Code v2.1.92 Released - forceRemoteSettingsRefresh, Bedrock Setup Wizard, and More
Anthropic releases Claude Code v2.1.92 with forceRemoteSettingsRefresh policy setting, AWS Bedrock setup wizard, /cost command improvements, and numerous bug fixes.
Claude Code v2.1.91 Released - MCP Tool Result Persistence and Improved Edit Tool
Claude Code v2.1.91 introduces MCP tool result persistence override, improved shell execution controls, and enhanced Edit tool efficiency.