Claude Code v2.1.69 Released - New Features and Security Fixes
Claude Code v2.1.69 brings new features including /claude-api skill, expanded Voice STT language support, and numerous security and bug fixes.
Claude Code v2.1.69 Released - New Features and Security Fixes
Claude Code v2.1.69 was released on March 5, 2026 (US time). This release includes numerous new features along with security fixes and bug corrections.
Key Changes
New Commands and Skills
The /claude-api skill was added to facilitate building applications with the Claude API and Anthropic SDK. The /reload-plugins command was also introduced, allowing plugin changes to be applied without restarting Claude Code.
Voice STT Language Expansion
Voice STT (speech-to-text) now supports 10 new languages, bringing the total to 20. Added languages include Russian, Polish, Turkish, Dutch, Ukrainian, Greek, Czech, Danish, Swedish, and Norwegian.
Remote Control Enhancement
The /remote-control command now accepts an optional name argument to set a custom session title visible in claude.ai/code.
UI/UX Improvements
Effort level display (e.g., βwith low effortβ) was added to the logo and spinner, making it easier to identify the current effort setting. Agent name now displays in the terminal title when using βagent.
Security Fixes
A security vulnerability where nested skill discovery could load skills from gitignored directories like node_modules was fixed. The trust dialog issue where all .mcp.json servers were silently enabled on first run was also resolved.
Other New Features
- Added sandbox.enableWeakerNetworkIsolation setting (macOS only) to allow Go programs like gh, gcloud, and terraform to verify TLS certificates when using a custom MITM proxy
- Added ${CLAUDE_SKILL_DIR} variable for skills to reference their own directory in SKILL.md content
- Added InstructionsLoaded hook event and agent_id, agent_type to hook events
Technical Details
- File count cache now properly handles glob ignore patterns
- Fixed βsetting-sources user not blocking dynamically discovered project skills
- Multiple memory leak fixes (REPL render scopes, React Compiler memoCache, interactive mode hook events)
Related Articles
Claude Code v2.1.64 Released β New Remote Control Feature and Performance Improvements
Claude Code v2.1.64 brings new Remote Control subcommand, BashTool performance improvements, enhanced auto-save, and various fixes.
Claude Code v2.1.66 Released β New Slash Commands and HTTP Hooks Support
Claude Code v2.1.66 introduces bundled /simplify and /batch slash commands, HTTP Hooks support, performance improvements, and numerous memory leak fixes.
Claude Code v2.1.68 Released β Opus 4.6 Default, ultrathink Keyword Returns
Claude Code v2.1.68 released. Opus 4.6 now defaults to medium effort for Max/Team subscribers, ultrathink keyword reintroduced, Opus 4 and 4.1 removed.
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.