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.
Anthropic released Claude Code v2.1.70 on March 6, 2026. This version brings numerous bug fixes and improvements focused on API error corrections, Windows/WSL environment enhancements, and performance optimizations.
Key Changes
API and Communication Fixes
Third-Party Gateway Compatibility: Fixed API 400 errors when using the ANTHROPIC_BASE_URL environment variable with third-party gateways. Tool search now correctly detects proxy endpoints and disables tool_reference blocks.
Bedrock Inference Profile Support: Fixed “This model does not support the effort parameter” errors when using custom Bedrock inference profiles with non-standard Claude naming patterns.
Empty Response After ToolSearch: Fixed issue where empty model responses were returned immediately after ToolSearch. The server was rendering tool schemas with system-prompt-style tags at the prompt tail, causing models to stop early.
Windows/WSL Improvements
Clipboard Corruption Fix: Fixed clipboard corrupting non-ASCII text (CJK, emoji) on Windows/WSL by using PowerShell’s Set-Clipboard cmdlet with proper UTF-8 encoding.
SSH Enter Key Behavior: Fixed Enter inserting a newline instead of submitting when typing over slow SSH connections.
Voice Mode Windows Compatibility: Fixed Voice Mode failing on Windows native binary with “native audio module could not be loaded” error.
VS Code Startup Issue: Fixed extra VS Code windows opening at startup on Windows when running from the VS Code integrated terminal.
Performance Optimizations
Memory Reduction: Reduced startup memory by approximately 426KB for users without custom CA certificates.
Remote Control Polling Optimization: Reduced Remote Control polling rate from every 1-2 seconds to once per 10 minutes while connected, cutting server load by approximately 300x. Reconnection remains unaffected.
UI Re-render Reduction: Reduced prompt input re-renders during turns by approximately 74%, improving responsiveness.
VS Code Extension New Features
Session List in Activity Bar: Added spark icon in VS Code activity bar that lists all Claude Code sessions, with sessions opening as full editors.
Plan View Enhancement: Added full markdown document view for plans in VS Code with support for adding comments to provide feedback.
MCP Server Management Dialog: Added native MCP server management dialog - use /mcp in the chat panel to enable/disable servers, reconnect, and manage OAuth authentication without switching to the terminal.
Additional Fixes
- Fixed prompt-cache bust when an MCP server with instructions connects after the first turn
- Fixed push-to-talk not activating on session start
- Fixed markdown links containing #NNN incorrectly pointing to the current repository
- Fixed /security-review command failing with “unknown option merge-base” on older git versions
- Added ways to reset /color command back to default
- Fixed various plugin display issues
Summary
v2.1.70 is a robustness and performance-focused release. The update includes improved compatibility with third-party API gateways, various Windows/WSL environment fixes, and optimizations for memory and network usage that enhance the everyday development experience.
関連記事
Claude Code v2.1.70 リリース - APIエラー修正とパフォーマンス改善
AnthropicがClaude Code v2.1.70をリリース。第三方ゲートウェイでのAPI 400エラー修正、Windows/WSLのクリップボード問題対応、Remote Controlポーリング頻度大幅削減など多数の改善点を含む。
Claude Code v2.1.71 リリース - Claude APIスキル追加と機能強化
AnthropicがClaude Code v2.1.71をリリース。Claude APIスキル、Voice STT対応言語拡大、VS Code統合強化、多数の改善と修正を含む。
Claude Code v2.1.72 リリース - 自動メモリ保存とループ機能追加
AnthropicがClaude Code v2.1.72をリリース。自動メモリ保存、/copyコマンド、/loopコマンド、Cronスケジュールツール、Voiceキーバインディングなど多数の新機能を搭載。
人気記事
Cursor Automations リリース - トリガーとスケジュールに基づく常駐エージェント
Cursorが新しいAutomations機能をリリース。トリガーとスケジュールに基づいて動作する常駐エージェントを構築できる。
Cursor v2.7 リリース - JetBrains IDEでのCursor利用が可能に
Cursor v2.7では、Agent Client Protocol (ACP)を通じてIntelliJ IDEA、PyCharm、WebStormなどのJetBrains IDEでCursorが利用可能になった。
Cursor v2.6 リリース - MCP Appsとチーム向けプラグイン管理機能
Cursor v2.6では、エージェントチャット内でのインタラクティブなUI、プライベートプラグインのチーム共有機能強化、デバッグモードの改善などが発表された。
最新記事
Claude Code v2.1.72 リリース - 自動メモリ保存とループ機能追加
AnthropicがClaude Code v2.1.72をリリース。自動メモリ保存、/copyコマンド、/loopコマンド、Cronスケジュールツール、Voiceキーバインディングなど多数の新機能を搭載。
Gemini 3.1 Pro — コーディング・推論性能で業界トップを争夺
GoogleのGemini 3.1 Proは、2026年2月に発表された最新推論モデル。SWE-Bench Verified 80.6%、LiveCodeBenchで2887スコアを達成し、Claude Opus 4.6と並ぶトップレンジモデルとして注目される。
OpenAI Symphony — エージェントの監視から「仕事の管理」へのパラダイムシフト
OpenAIが新プロジェクトSymphonyを公開。GitHub Issue (Linear)から自動的にエージェントを実行し、PRを作成まで行う自律型オートメーションツール。