Claude Code v2.1.81 Released - Scripting-Focused --bare Flag and Windows Improvements
Anthropic released Claude Code v2.1.81 with 34 changes including the new --bare flag for scripted -p calls, --channels permission relay, and Windows line-by-line streaming disable.
Anthropic released Claude Code v2.1.81 on March 20, 2026. This version includes 34 changes, focusing on scripting capabilities with the new —bare flag, —channels permission relay, and Windows-specific improvements.
Key New Features
—bare Flag for Scripted -p Calls
A new --bare flag has been added for scripted execution. When used, it skips hooks, LSP, plugin sync, and skill directory walks. It requires ANTHROPIC_API_KEY or an apiKeyHelper via --settings; OAuth and keychain auth are disabled, and auto-memory is fully disabled.
—channels Permission Relay
The new —channels permission relay (research preview) allows channel servers that declare the permission capability to forward tool approval prompts to your phone.
Authentication Fixes
Fixed an issue where multiple concurrent Claude Code sessions required repeated re-authentication when one session refreshed its OAuth token.
Voice Mode Improvements
Fixed voice mode silently swallowing retry failures and showing a misleading “check your network” message instead of the actual error. Also fixed voice mode audio not recovering when the server silently drops the WebSocket connection.
Windows Improvements
Disabled line-by-line response streaming on Windows (including WSL in Windows Terminal) due to rendering issues. Fixed Windows PATH inheritance for Bash tool when using Git Bash (regression in v2.1.78).
MCP Improvements
Improved MCP read/search tool calls to collapse into a single “Queried {server}” line (expand with Ctrl+O). Updated MCP OAuth to support Client ID Metadata Document (CIMD / SEP-991) for servers without Dynamic Client Registration.
Plugin Improvements
Ref-tracked plugins now re-clone on every load to pick up upstream changes. Fixed plugin hooks blocking prompt submission when the plugin directory is deleted mid-session.
Remote Control Improvements
Remote Control sessions now derive titles from the first prompt instead of showing a generic title. Fixed /rename not syncing the title for Remote Control sessions. Fixed Remote Control /exit not reliably archiving the session.
Other Changes
- Changed plan mode to hide “clear context” option by default (restore with “showClearContextOnPlanAccept”: true)
- Fixed /btw not including pasted text when used during an active response
- Fixed a race where fast Cmd+Tab followed by paste could beat the clipboard copy under tmux
- Fixed terminal tab title not updating with an auto-generated session description
- Fixed invisible hook attachments inflating the message count in transcript mode
- Improved
!bash mode discoverability - Claude now suggests it when needed - Fixed enterprise users being unable to retry on rate limit (429) errors
- Fixed —resume dropping parallel tool results
- Improved @ file autocomplete responsiveness in large git repositories
Community Reaction
v2.1.81 is a focused update prioritizing scripting flexibility and Windows environment improvements. The —bare flag is particularly notable for CI/CD pipeline and automation script use cases.
Reference: GitHub Release v2.1.81
関連記事
Claude Code v2.1.81 リリース - スクリプト向け--bareフラグとWindows改善
AnthropicはClaude Code v2.1.81を公開。スクリプト実行向け--bareフラグ、--channels permission relay、Windowsでのline-by-line streaming無効化など、34件の変更が含まれている。
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.93 リリース - PreToolUseフック延期決定やフリッカーFREE渲染など
AnthropicがClaude Code v2.1.93をリリース。PreToolUseフックの延期決定機能、フリッカー-freeレンダリングオプション、PermissionDeniedフック、名前付きサブエージェントのタイプアヘッド対応などを含む。
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.84 リリース - PowerShellツールプレビューと環境設定の強化
Claude Code v2.1.84がリリース。Windows向けのPowerShellツール、環境変数によるモデル選択のカスタマイズアイドルセッション処理の改善などが含まれる。
最新記事
Claude Code v2.1.93 リリース - PreToolUseフック延期決定やフリッカーFREE渲染など
AnthropicがClaude Code v2.1.93をリリース。PreToolUseフックの延期決定機能、フリッカー-freeレンダリングオプション、PermissionDeniedフック、名前付きサブエージェントのタイプアヘッド対応などを含む。
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.91 リリース - MCPツール結果の永続化とEditツールの最適化
Claude Code v2.1.91ではMCPツールの結果サイズの上書き、シェル実行の制御強化、Editツールの効率改善などが行われた。