<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Claude Code Ultimate Guide — Updates</title><description>New content, CLI releases, ebooks, recap cards, and guide updates from cc.bruniaux.com.</description><link>https://cc.bruniaux.com/</link><language>en-us</language><item><title>Claude Code v2.1.139</title><link>https://cc.bruniaux.com/releases/#v2.1.139</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.139</guid><description>&lt;ul&gt;&lt;li&gt;⭐ Agent view (Research Preview): &lt;code&gt;claude agents&lt;/code&gt; lists all sessions — running, blocked on you, or done&lt;/li&gt;&lt;li&gt;⭐ &lt;code&gt;/goal&lt;/code&gt; command: set a completion condition; Claude works across turns with live elapsed/turns/tokens overlay&lt;/li&gt;&lt;li&gt;Hook &lt;code&gt;args: string[]&lt;/code&gt; exec form (no shell spawning) + &lt;code&gt;continueOnBlock&lt;/code&gt; for PostToolUse&lt;/li&gt;&lt;li&gt;40+ bug fixes: auth deadlock, &lt;code&gt;autoAllowBashIfSandboxed&lt;/code&gt; shell expansion, MCP SSE 16MB cap, Skill wildcard prefix match&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.139</title><link>https://cc.bruniaux.com/releases/#v2.1.139</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.139</guid><description>&lt;p&gt;Agent view (Research Preview) lands: run claude agents to see every session — running, blocked on you, or done — in one list. New /goal command lets you set a completion condition and Claude keeps working across turns with a live elapsed/turns/tokens overlay. Hook args exec form now spawns commands without a shell, and continueOnBlock for PostToolUse feeds rejection reasons back to Claude. 40+ bug fixes including an auth deadlock, autoAllowBashIfSandboxed shell expansion, MCP SSE memory cap, and Skill wildcard prefix match.&lt;/p&gt;</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.138</title><link>https://cc.bruniaux.com/releases/#v2.1.138</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.138</guid><description>&lt;ul&gt;&lt;li&gt;Internal fixes&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.137</title><link>https://cc.bruniaux.com/releases/#v2.1.137</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.137</guid><description>&lt;ul&gt;&lt;li&gt;[VSCode] Fixed extension failing to activate on Windows&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.136</title><link>https://cc.bruniaux.com/releases/#v2.1.136</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.136</guid><description>&lt;ul&gt;&lt;li&gt;⭐ &lt;code&gt;settings.autoMode.hard_deny&lt;/code&gt; — auto mode classifier rules that block unconditionally regardless of user intent or allow exceptions&lt;/li&gt;&lt;li&gt;&lt;code&gt;CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL&lt;/code&gt; to re-enable session quality survey for enterprises capturing responses via OpenTelemetry&lt;/li&gt;&lt;li&gt;Fixed MCP servers disappearing after &lt;code&gt;/clear&lt;/code&gt; in VS Code/JetBrains/Agent SDK; MCP OAuth concurrent refresh token race fixed (no more daily re-auth for multi-server users)&lt;/li&gt;&lt;li&gt;40+ UI/terminal fixes: plan mode write blocking, extended thinking redacted-block API 400 fix, &lt;code&gt;--resume&lt;/code&gt; with underscores in project path, WSL2 image paste via PowerShell fallback&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.136</title><link>https://cc.bruniaux.com/releases/#v2.1.136</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.136</guid><description>&lt;p&gt;New settings.autoMode.hard_deny enables unconditional auto mode classifier rules that block regardless of user intent. Fixed MCP servers silently disappearing after /clear in VS Code, JetBrains, and Agent SDK, and MCP OAuth concurrent refresh token loss (no more daily re-authentication for multi-server setups). 40+ UI and terminal fixes including plan mode write blocking, extended thinking 400 fix, and WSL2 image paste via PowerShell fallback.&lt;/p&gt;</description><pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.133</title><link>https://cc.bruniaux.com/releases/#v2.1.133</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.133</guid><description>&lt;ul&gt;&lt;li&gt;⭐ &lt;code&gt;worktree.baseRef&lt;/code&gt; setting (&lt;code&gt;fresh&lt;/code&gt; | &lt;code&gt;head&lt;/code&gt;) — &lt;code&gt;fresh&lt;/code&gt; (default) branches from &lt;code&gt;origin/&amp;lt;default&amp;gt;&lt;/code&gt;; set &lt;code&gt;head&lt;/code&gt; to keep local HEAD with unpushed commits. &lt;strong&gt;Note:&lt;/strong&gt; reverts 2.1.128 behavior — set &lt;code&gt;worktree.baseRef: &quot;head&quot;&lt;/code&gt; to restore it&lt;/li&gt;&lt;li&gt;Hooks receive active effort level via &lt;code&gt;effort.level&lt;/code&gt; JSON field and &lt;code&gt;$CLAUDE_EFFORT&lt;/code&gt; env var in Bash subcommands&lt;/li&gt;&lt;li&gt;Fixed subagents not discovering project/user/plugin skills via Skill tool&lt;/li&gt;&lt;li&gt;Fixed parallel sessions dead-ending at 401 after refresh-token race; &lt;code&gt;HTTP(S)_PROXY&lt;/code&gt;/&lt;code&gt;NO_PROXY&lt;/code&gt;/mTLS now respected for full MCP OAuth flow&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;Breaking changes:&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;code&gt;worktree.baseRef&lt;/code&gt; defaults to &lt;code&gt;fresh&lt;/code&gt; (branches from &lt;code&gt;origin/&amp;lt;default&amp;gt;&lt;/code&gt;), reverting 2.1.128 — set &lt;code&gt;worktree.baseRef: &quot;head&quot;&lt;/code&gt; to keep local HEAD&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.132</title><link>https://cc.bruniaux.com/releases/#v2.1.132</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.132</guid><description>&lt;ul&gt;&lt;li&gt;&lt;code&gt;CLAUDE_CODE_SESSION_ID&lt;/code&gt; env var now passed to Bash tool subprocess environment (matches &lt;code&gt;session_id&lt;/code&gt; in hook JSON input)&lt;/li&gt;&lt;li&gt;&lt;code&gt;CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN=1&lt;/code&gt; to opt out of the fullscreen alternate-screen renderer and keep output in native scrollback&lt;/li&gt;&lt;li&gt;Fixed unbounded memory growth (10GB+ RSS) when a stdio MCP server writes non-protocol data to stdout&lt;/li&gt;&lt;li&gt;20+ terminal/TUI/MCP fixes: SIGINT graceful shutdown, &lt;code&gt;--resume&lt;/code&gt; emoji crash, fullscreen blank after sleep, JetBrains scroll runaway, mouse wheel speed in Cursor/VS Code, pasting &lt;code&gt;/&lt;/code&gt; swallow, statusline context token counts, Alt+T on macOS, MCP &lt;code&gt;tools/list&lt;/code&gt; failure silent 0-tools&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.133</title><link>https://cc.bruniaux.com/releases/#v2.1.133</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.133</guid><description>&lt;p&gt;New worktree.baseRef setting (fresh | head) lets you control whether EnterWorktree and agent-isolation worktrees branch from origin/&lt;default&gt; or local HEAD — note the default fresh reverts the 2.1.128 behavior. Hooks now receive the active effort level via effort.level JSON and $CLAUDE_EFFORT env var. Fixed subagents not discovering project/user/plugin skills, parallel sessions dead-ending at 401 after token refresh race, and MCP OAuth flow ignoring proxy settings.&lt;/p&gt;</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.132</title><link>https://cc.bruniaux.com/releases/#v2.1.132</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.132</guid><description>&lt;p&gt;CLAUDE_CODE_SESSION_ID is now passed to Bash tool subprocess environments, matching the session_id in hook JSON. New CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN=1 opt-out for the fullscreen renderer. Fixed unbounded memory growth (10GB+ RSS) when a stdio MCP server writes non-protocol output. 20+ terminal and TUI fixes: SIGINT graceful shutdown, --resume emoji crash, fullscreen blank after sleep, JetBrains scroll runaway, mouse wheel speed in VS Code/Cursor, pasting / swallowing input, MCP silent 0-tool failures.&lt;/p&gt;</description><pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.131</title><link>https://cc.bruniaux.com/releases/#v2.1.131</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.131</guid><description>&lt;ul&gt;&lt;li&gt;Fixed VS Code extension failing to activate on Windows (hardcoded &lt;code&gt;createRequire&lt;/code&gt; build path in bundled SDK)&lt;/li&gt;&lt;li&gt;Fixed Mantle endpoint authentication failing with missing &lt;code&gt;x-api-key&lt;/code&gt; header&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.129</title><link>https://cc.bruniaux.com/releases/#v2.1.129</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.129</guid><description>&lt;ul&gt;&lt;li&gt;&lt;code&gt;--plugin-url &amp;lt;url&amp;gt;&lt;/code&gt; flag to fetch a plugin &lt;code&gt;.zip&lt;/code&gt; archive from URL for the current session; &lt;code&gt;CLAUDE_CODE_PACKAGE_MANAGER_AUTO_UPDATE&lt;/code&gt; for Homebrew/WinGet auto-upgrade with restart prompt&lt;/li&gt;&lt;li&gt;Ctrl+R history picker restored to all-projects default (pre-2.1.124 behavior) — press Ctrl+S to narrow to current project or session; &lt;code&gt;skillOverrides&lt;/code&gt; setting now works&lt;/li&gt;&lt;li&gt;Gateway &lt;code&gt;/v1/models&lt;/code&gt; discovery now opt-in via &lt;code&gt;CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY=1&lt;/code&gt;; third-party deployments no longer see first-party spinner tips&lt;/li&gt;&lt;li&gt;20+ bug fixes: 1h prompt cache TTL downgrade, OAuth refresh race after sleep, &lt;code&gt;Bash(mkdir *)&lt;/code&gt; allow rules, &lt;code&gt;/context&lt;/code&gt; wasting ~1.6k tokens, &lt;code&gt;/clear&lt;/code&gt; tab title reset, agent panel hidden regression, &lt;code&gt;Bash(touch *)&lt;/code&gt; allow rules&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.129</title><link>https://cc.bruniaux.com/releases/#v2.1.129</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.129</guid><description>&lt;p&gt;New --plugin-url flag lets you fetch a plugin .zip from any URL for the current session, and CLAUDE_CODE_PACKAGE_MANAGER_AUTO_UPDATE enables background auto-upgrades with a restart prompt on Homebrew and WinGet. Ctrl+R history search is back to all-projects default (pre-2.1.124), the skillOverrides setting now works correctly, and gateway /v1/models discovery is now opt-in. 20+ bug fixes including the 1-hour prompt cache TTL downgrade, OAuth refresh race after sleep, and Bash(mkdir *) allow rules not being honored.&lt;/p&gt;</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.128</title><link>https://cc.bruniaux.com/releases/#v2.1.128</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.128</guid><description>&lt;ul&gt;&lt;li&gt;&lt;code&gt;EnterWorktree&lt;/code&gt; now creates branch from local HEAD — unpushed commits no longer dropped; &lt;code&gt;--plugin-dir&lt;/code&gt; accepts &lt;code&gt;.zip&lt;/code&gt; plugin archives&lt;/li&gt;&lt;li&gt;&lt;code&gt;--channels&lt;/code&gt; works with console (API key) auth; &lt;code&gt;/mcp&lt;/code&gt; shows tool count per server and flags 0-tool servers&lt;/li&gt;&lt;li&gt;Parallel bash tool call fix: a failing read-only command no longer cancels sibling calls; sub-agent summaries now include prompt cache (~3x &lt;code&gt;cache_creation&lt;/code&gt; reduction)&lt;/li&gt;&lt;li&gt;35+ bug fixes: 1M-context false &quot;Prompt is too long&quot;, MCP stdio corrupted args with spaces, MCP images dropped on structured+content blocks, clipboard whitespace in code blocks&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.126</title><link>https://cc.bruniaux.com/releases/#v2.1.126</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.126</guid><description>&lt;ul&gt;&lt;li&gt;⭐ &lt;code&gt;/model&lt;/code&gt; picker lists models from your gateway&apos;s &lt;code&gt;/v1/models&lt;/code&gt; endpoint when &lt;code&gt;ANTHROPIC_BASE_URL&lt;/code&gt; points at a compatible gateway&lt;/li&gt;&lt;li&gt;⭐ &lt;code&gt;claude project purge [path]&lt;/code&gt; — delete all Claude Code state for a project (transcripts, tasks, history, config entry); supports &lt;code&gt;--dry-run&lt;/code&gt;, &lt;code&gt;-y&lt;/code&gt;, &lt;code&gt;-i&lt;/code&gt;, &lt;code&gt;--all&lt;/code&gt;&lt;/li&gt;&lt;li&gt;&lt;code&gt;claude auth login&lt;/code&gt; accepts pasted OAuth code when browser callback can&apos;t reach localhost (WSL2, SSH, containers); Windows PowerShell 7 now detected + primary shell&lt;/li&gt;&lt;li&gt;Security: Fixed &lt;code&gt;allowManagedDomainsOnly&lt;/code&gt;/&lt;code&gt;allowManagedReadPathsOnly&lt;/code&gt; ignored when higher-priority settings lacked sandbox block; 40+ bug fixes (image paste crash &gt;2000px, Stream idle timeout after sleep, CJK text on Windows, OAuth timeout, Agent SDK hang)&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.126</title><link>https://cc.bruniaux.com/releases/#v2.1.126</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.126</guid><description>&lt;p&gt;The /model picker now lists models from your gateway&apos;s /v1/models endpoint when ANTHROPIC_BASE_URL points at a compatible gateway. New claude project purge command deletes all Claude Code state for a project (transcripts, tasks, history, config entry). Security fix for allowManagedDomainsOnly/allowManagedReadPathsOnly being ignored, plus 40+ bug fixes covering image paste crashes, Stream idle timeout after sleep, and CJK text rendering on Windows.&lt;/p&gt;</description><pubDate>Fri, 01 May 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.123</title><link>https://cc.bruniaux.com/releases/#v2.1.123</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.123</guid><description>&lt;ul&gt;&lt;li&gt;Fixed OAuth authentication failing with 401 retry loop when &lt;code&gt;CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1&lt;/code&gt; is set&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.122</title><link>https://cc.bruniaux.com/releases/#v2.1.122</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.122</guid><description>&lt;ul&gt;&lt;li&gt;⭐ &lt;code&gt;ANTHROPIC_BEDROCK_SERVICE_TIER&lt;/code&gt; env var to select Bedrock service tier (&lt;code&gt;default&lt;/code&gt;/&lt;code&gt;flex&lt;/code&gt;/&lt;code&gt;priority&lt;/code&gt;) via &lt;code&gt;X-Amzn-Bedrock-Service-Tier&lt;/code&gt; header&lt;/li&gt;&lt;li&gt;Pasting a PR URL into &lt;code&gt;/resume&lt;/code&gt; search finds the session that created it (GitHub, GitLab, Bitbucket, GitHub Enterprise)&lt;/li&gt;&lt;li&gt;Fixes: Vertex AI/Bedrock &lt;code&gt;output_config&lt;/code&gt; errors, image resize corrected (2576→2000px max), remote control idle redraw flood, &lt;code&gt;!exit&lt;/code&gt;/&lt;code&gt;!quit&lt;/code&gt; bash mode crash, &lt;code&gt;ToolSearch&lt;/code&gt; missing late-connecting MCP tools&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 28 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.121</title><link>https://cc.bruniaux.com/releases/#v2.1.121</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.121</guid><description>&lt;ul&gt;&lt;li&gt;⭐ &lt;code&gt;alwaysLoad&lt;/code&gt; MCP server config option — tools skip tool-search deferral and are always available&lt;/li&gt;&lt;li&gt;⭐ &lt;code&gt;claude plugin prune&lt;/code&gt; removes orphaned auto-installed plugin deps; &lt;code&gt;PostToolUse&lt;/code&gt; hooks can now replace output for all tools (previously MCP-only)&lt;/li&gt;&lt;li&gt;Type-to-filter search in &lt;code&gt;/skills&lt;/code&gt;; MCP servers auto-retry 3x on startup; &lt;code&gt;--dangerously-skip-permissions&lt;/code&gt; skips &lt;code&gt;.claude/&lt;/code&gt; dirs&lt;/li&gt;&lt;li&gt;Critical fixes: unbounded memory growth (multi-GB RSS) with images; &lt;code&gt;/usage&lt;/code&gt; memory leak (~2GB); Bash tool unusable when start dir deleted; &lt;code&gt;--resume&lt;/code&gt; crash on corrupted sessions&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.121</title><link>https://cc.bruniaux.com/releases/#v2.1.121</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.121</guid><description>&lt;p&gt;New alwaysLoad MCP config option lets all tools from a server bypass tool-search deferral. claude plugin prune removes orphaned plugin dependencies. PostToolUse hooks can now replace output for all tools, not just MCP. Critical memory leak fixes: multi-GB RSS growth with images and a ~2GB /usage leak on large transcript histories.&lt;/p&gt;</description><pubDate>Mon, 27 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.120</title><link>https://cc.bruniaux.com/releases/#v2.1.120</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.120</guid><description>&lt;ul&gt;&lt;li&gt;⭐ Windows: Git for Windows (Git Bash) no longer required — PowerShell used as shell tool when absent&lt;/li&gt;&lt;li&gt;⭐ &lt;code&gt;claude ultrareview [target]&lt;/code&gt; subcommand for non-interactive CI/script use (&lt;code&gt;--json&lt;/code&gt; for raw output)&lt;/li&gt;&lt;li&gt;Skills can reference effort level with &lt;code&gt;${CLAUDE_EFFORT}&lt;/code&gt;; &lt;code&gt;AI_AGENT&lt;/code&gt; env var for &lt;code&gt;gh&lt;/code&gt; traffic attribution&lt;/li&gt;&lt;li&gt;Fixes: Esc during stdio MCP call closing server (regression 2.1.105), &lt;code&gt;/rewind&lt;/code&gt; keyboard input after &lt;code&gt;--resume&lt;/code&gt;, scrollback duplication, false-positive &lt;code&gt;rm&lt;/code&gt; permission prompts in auto mode&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.119</title><link>https://cc.bruniaux.com/releases/#v2.1.119</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.119</guid><description>&lt;ul&gt;&lt;li&gt;⭐ &lt;code&gt;/config&lt;/code&gt; settings (theme, editor mode, verbose) now persist to &lt;code&gt;~/.claude/settings.json&lt;/code&gt; and participate in project/local/policy override precedence&lt;/li&gt;&lt;li&gt;⭐ &lt;code&gt;--from-pr&lt;/code&gt; now accepts GitLab merge-request, Bitbucket pull-request, and GitHub Enterprise PR URLs&lt;/li&gt;&lt;li&gt;&lt;code&gt;--print&lt;/code&gt; honors agent &lt;code&gt;tools:&lt;/code&gt;/&lt;code&gt;disallowedTools:&lt;/code&gt; frontmatter; &lt;code&gt;--agent&lt;/code&gt; honors &lt;code&gt;permissionMode&lt;/code&gt;; PowerShell auto-approve; &lt;code&gt;PostToolUse&lt;/code&gt; hooks include &lt;code&gt;duration_ms&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Security: &lt;code&gt;blockedMarketplaces&lt;/code&gt; enforces &lt;code&gt;hostPattern&lt;/code&gt;/&lt;code&gt;pathPattern&lt;/code&gt;; &lt;code&gt;prUrlTemplate&lt;/code&gt; setting; 30+ bug fixes including CRLF paste, Glob/Grep on macOS, &lt;code&gt;/plan&lt;/code&gt; mode fix, &lt;code&gt;TaskList&lt;/code&gt; ordering, stale worktree reuse&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.120</title><link>https://cc.bruniaux.com/releases/#v2.1.120</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.120</guid><description>&lt;p&gt;Windows no longer requires Git for Windows — PowerShell is used as the shell tool when Git Bash is absent. New claude ultrareview [target] subcommand runs /ultrareview non-interactively from CI or scripts. Skills can now reference the current effort level with ${CLAUDE_EFFORT}.&lt;/p&gt;</description><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.119</title><link>https://cc.bruniaux.com/releases/#v2.1.119</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.119</guid><description>&lt;p&gt;/config settings now persist to ~/.claude/settings.json with project/local/policy override precedence. --from-pr accepts GitLab MR, Bitbucket PR, and GitHub Enterprise URLs. --print mode honors agent tools: frontmatter; --agent honors permissionMode. Security fix: blockedMarketplaces now enforces hostPattern/pathPattern. 30+ bug fixes including CRLF paste, Glob/Grep on macOS, /plan mode, TaskList ordering, and stale worktree reuse.&lt;/p&gt;</description><pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.118</title><link>https://cc.bruniaux.com/releases/#v2.1.118</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.118</guid><description>&lt;ul&gt;&lt;li&gt;⭐ Vim visual mode (&lt;code&gt;v&lt;/code&gt;) and visual-line mode (&lt;code&gt;V&lt;/code&gt;) with selection, operators, and visual feedback&lt;/li&gt;&lt;li&gt;⭐ &lt;code&gt;/cost&lt;/code&gt; and &lt;code&gt;/stats&lt;/code&gt; merged into &lt;code&gt;/usage&lt;/code&gt; — both remain as typing shortcuts that open the relevant tab&lt;/li&gt;&lt;li&gt;⭐ Custom named themes from &lt;code&gt;/theme&lt;/code&gt; or hand-edit JSON in &lt;code&gt;~/.claude/themes/&lt;/code&gt;; plugins can ship themes via &lt;code&gt;themes/&lt;/code&gt; directory&lt;/li&gt;&lt;li&gt;Hooks can invoke MCP tools directly via &lt;code&gt;type: &quot;mcp_tool&quot;&lt;/code&gt;; &lt;code&gt;DISABLE_UPDATES&lt;/code&gt; env var; &lt;code&gt;wslInheritsWindowsSettings&lt;/code&gt; policy; 15+ bug fixes&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.118</title><link>https://cc.bruniaux.com/releases/#v2.1.118</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.118</guid><description>&lt;p&gt;Vim visual mode (v/V) with selection and operators. /cost and /stats merged into /usage. Custom named themes via /theme or ~/.claude/themes/; plugins can ship themes. Hooks can now invoke MCP tools directly via type: &quot;mcp_tool&quot;. 15+ bug fixes including MCP OAuth, credential save crash, Alt+K freeze, and /fork memory usage.&lt;/p&gt;</description><pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.117</title><link>https://cc.bruniaux.com/releases/#v2.1.117</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.117</guid><description>&lt;ul&gt;&lt;li&gt;⭐ Default effort changed to &lt;code&gt;high&lt;/code&gt; for Pro/Max subscribers on Opus 4.6 and Sonnet 4.6 (was &lt;code&gt;medium&lt;/code&gt;)&lt;/li&gt;&lt;li&gt;⭐ Fixed Opus 4.7 sessions showing inflated &lt;code&gt;/context&lt;/code&gt; percentages and autocompacting too early — was computing against 200K instead of native 1M context window&lt;/li&gt;&lt;li&gt;Native macOS/Linux builds: Glob and Grep tools replaced by embedded &lt;code&gt;bfs&lt;/code&gt; and &lt;code&gt;ugrep&lt;/code&gt; — faster searches without extra tool round-trip (Windows/npm unchanged)&lt;/li&gt;&lt;li&gt;&lt;code&gt;/model&lt;/code&gt; selections persist across restarts; startup header shows model source pin; plugin dependency fixes; 15+ bug fixes&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.117</title><link>https://cc.bruniaux.com/releases/#v2.1.117</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.117</guid><description>&lt;p&gt;Default effort raised to high for Pro/Max on Opus 4.6 and Sonnet 4.6 (was medium). Fixed Opus 4.7 context window bug — was computing /context against 200K instead of 1M. Native macOS/Linux builds now use embedded bfs/ugrep replacing Glob/Grep tools for faster searches.&lt;/p&gt;</description><pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[New Section] 7-Module Learning Path — beginner to advanced</title><link>https://cc.bruniaux.com/guide/learning-path/</link><guid isPermaLink="true">https://cc.bruniaux.com/guide/learning-path/</guid><description>&lt;p&gt;New structured learning path covering Installation, Core Loop, Memory &amp; Config, Agents, Skills, Hooks, and Advanced Patterns. 8-11 hours total with hands-on exercises and validation steps per module. Designed for first-time users who want a guided route through Claude Code instead of reading the 25K-line reference cold.&lt;/p&gt;</description><pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.116</title><link>https://cc.bruniaux.com/releases/#v2.1.116</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.116</guid><description>&lt;ul&gt;&lt;li&gt;⭐ &lt;code&gt;/resume&lt;/code&gt; up to 67% faster on large sessions (40MB+); handles sessions with many dead-fork entries more efficiently&lt;/li&gt;&lt;li&gt;Thinking spinner shows inline progress: &quot;still thinking&quot;, &quot;thinking more&quot;, &quot;almost done thinking&quot; — replaces the separate hint row&lt;/li&gt;&lt;li&gt;Security: sandbox auto-allow no longer bypasses the dangerous-path check for &lt;code&gt;rm&lt;/code&gt;/&lt;code&gt;rmdir&lt;/code&gt; targeting &lt;code&gt;/&lt;/code&gt;, &lt;code&gt;$HOME&lt;/code&gt;, or critical system directories&lt;/li&gt;&lt;li&gt;Agent frontmatter &lt;code&gt;hooks:&lt;/code&gt; now fire when running as main-thread agent via &lt;code&gt;--agent&lt;/code&gt;; &lt;code&gt;/config&lt;/code&gt; search matches option values; many terminal, scrolling, and UI bug fixes&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 21 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.114</title><link>https://cc.bruniaux.com/releases/#v2.1.114</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.114</guid><description>&lt;ul&gt;&lt;li&gt;Fixed crash in permission dialog when an agent teams teammate requested tool permission&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Claude Code v2.1.113</title><link>https://cc.bruniaux.com/releases/#v2.1.113</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.113</guid><description>&lt;ul&gt;&lt;li&gt;⭐ CLI now spawns a native Claude Code binary via per-platform optional dependency instead of bundled JavaScript&lt;/li&gt;&lt;li&gt;⭐ &lt;code&gt;sandbox.network.deniedDomains&lt;/code&gt; setting — block specific domains even when a wildcard &lt;code&gt;allowedDomains&lt;/code&gt; would permit them&lt;/li&gt;&lt;li&gt;Security hardening: macOS &lt;code&gt;/private/{etc,var,tmp,home}&lt;/code&gt; paths flagged for &lt;code&gt;Bash(rm:*)&lt;/code&gt; rules; deny rules match &lt;code&gt;env&lt;/code&gt;/&lt;code&gt;sudo&lt;/code&gt;/&lt;code&gt;watch&lt;/code&gt;/&lt;code&gt;ionice&lt;/code&gt;/&lt;code&gt;setsid&lt;/code&gt; wrappers; &lt;code&gt;Bash(find:*)&lt;/code&gt; no longer auto-approves &lt;code&gt;-exec&lt;/code&gt;/&lt;code&gt;-delete&lt;/code&gt;&lt;/li&gt;&lt;li&gt;Keyboard improvements (&lt;code&gt;Ctrl+A&lt;/code&gt;/&lt;code&gt;E&lt;/code&gt; logical line, &lt;code&gt;Ctrl+Backspace&lt;/code&gt; on Windows); &lt;code&gt;/loop&lt;/code&gt; Esc cancels wakeups; subagents fail with clear error after 10 min; many bug fixes&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.113</title><link>https://cc.bruniaux.com/releases/#v2113</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2113</guid><description>&lt;p&gt;The CLI now spawns a native Claude Code binary via a per-platform optional dependency instead of bundled JavaScript. New sandbox.network.deniedDomains setting blocks specific domains even when a wildcard allowedDomains rule would otherwise permit them. Security hardening across the board: macOS /private/{etc,var,tmp,home} paths flagged as dangerous for rm rules, Bash deny rules now match commands wrapped in env/sudo/watch/ionice/setsid, and Bash(find:*) allow rules no longer auto-approve -exec/-delete.&lt;/p&gt;</description><pubDate>Sat, 18 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.111</title><link>https://cc.bruniaux.com/releases/#v2111</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2111</guid><description>&lt;p&gt;Claude Opus 4.7 gains a new xhigh effort level (between high and max). Two new built-in skills: /ultrareview runs cloud-based parallel multi-agent code review on your current branch or any GitHub PR, and /less-permission-prompts auto-generates a read-only allowlist for settings.json from your transcript history. Auto mode for Max subscribers no longer requires --enable-auto-mode. Plan files are now named after your prompt instead of random words.&lt;/p&gt;</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code Ultimate Guide v3.39.1</title><link>https://cc.bruniaux.com/releases/</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/</guid><description>&lt;p&gt;context-evaluator (Packmind, MIT) added to the Configuration Quality section: 17 AI evaluators for CLAUDE.md/AGENTS.md, zero-install at context-evaluator.ai, automated remediation via patch file. Two new skill design patterns from its source: Runtime Prompt Logging (blocking write before AI call) and Adaptive Unified/Parallel Mode (token-threshold switching between 1-agent and N-agent execution).&lt;/p&gt;</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code Ultimate Guide v3.39.0</title><link>https://cc.bruniaux.com/releases/</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/</guid><description>&lt;p&gt;Six new architectural patterns from Packmind (Apache 2.0): Skeptical Reviewer sub-agent for filtering false positives, MCP Reference File pattern with a fork-ready Sentry template, Shared Ground Truth Injection, Pre-filtered Rules via frontmatter paths, Handoff Triad with per-section merge rules, and Context Validation Checkpoints for command recipes. Also adds Plans+Specs as committed artifacts and a statusline.py example with the 32K output buffer calculation.&lt;/p&gt;</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code Ultimate Guide v3.38.17</title><link>https://cc.bruniaux.com/releases/</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/</guid><description>&lt;p&gt;New &quot;Structural Metadata Files&quot; pattern in the context-engineering section: separate rules context (CLAUDE.md) from structural context (code-map.yaml). Includes a ready-to-use template and a benchmark script (context-bench.sh) to measure token cost and structural coverage across three loading strategies.&lt;/p&gt;</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.110</title><link>https://cc.bruniaux.com/releases/#v2.1.110</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.110</guid><description>&lt;p&gt;New /tui command and tui setting enable flicker-free fullscreen rendering within the same conversation. Claude can now send mobile push notifications via the push notification tool when Remote Control is active. --resume and --continue now resurrect unexpired scheduled tasks, and a new /focus command separates the focus view from Ctrl+O (which reverts to verbose transcript toggle).&lt;/p&gt;</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.108</title><link>https://cc.bruniaux.com/releases/#v2.1.108</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.108</guid><description>&lt;p&gt;New ENABLE_PROMPT_CACHING_1H env var lets you opt into 1-hour prompt cache TTL on API key, Bedrock, Vertex, and Foundry. New /recap command provides context when returning to a session after a break. Built-in slash commands like /init, /review, and /security-review are now discoverable and invokable via the Skill tool.&lt;/p&gt;</description><pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.105</title><link>https://cc.bruniaux.com/releases/#v2.1.105</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.105</guid><description>&lt;p&gt;PreCompact hook support lets hooks block compaction. EnterWorktree gains a path parameter for switching into existing worktrees. Plugin background monitors auto-arm at session start. WebFetch strips CSS/JS content from pages, and /doctor adds status icons with an f-to-fix action.&lt;/p&gt;</description><pubDate>Mon, 13 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.101</title><link>https://cc.bruniaux.com/releases/#v2.1.101</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2.1.101</guid><description>&lt;p&gt;New /team-onboarding command generates a teammate ramp-up guide from your local Claude Code usage. OS CA certificate store is now trusted by default, making enterprise TLS proxies work without extra config. 40+ bug fixes including --resume context loss, Bedrock SigV4 auth, and Grep ENOENT self-heal.&lt;/p&gt;</description><pubDate>Fri, 10 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code Ultimate Guide v3.38.12</title><link>https://cc.bruniaux.com/releases/</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/</guid><description>&lt;p&gt;Full documentation of the built-in Output Styles feature (Default, Explanatory, Learning) — previously undocumented as a first-class product. Covers /config activation, outputStyle in settings.json, custom styles via .claude/styles/, and debunks the keep-coding-instructions myth.&lt;/p&gt;</description><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.97</title><link>https://cc.bruniaux.com/releases/#v2197</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2197</guid><description>&lt;p&gt;Focus view toggle (Ctrl+O) in NO_FLICKER mode shows prompt, one-line tool summary with edit diffstats, and final response. New refreshInterval status line setting and workspace.git_worktree JSON field. Massive bug-fix release: 30+ fixes across NO_FLICKER (15 fixes including crash and memory leak), /resume (6 fixes), MCP 50 MB/hr buffer leak, permissions hardening, and 429 exponential backoff.&lt;/p&gt;</description><pubDate>Thu, 09 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code Ultimate Guide v3.38.8</title><link>https://cc.bruniaux.com/guide/ultimate-guide/02-core-workflow/</link><guid isPermaLink="true">https://cc.bruniaux.com/guide/ultimate-guide/02-core-workflow/</guid><description>&lt;p&gt;Full documentation of Ultraplan (research preview, v2.1.91+): cloud planning via multi-agent Opus 4.6, browser-based review with inline comments and emoji reactions, dual execution paths (cloud PR or teleport back to terminal). Includes comparison table vs Plan Mode vs OpusPlan, requirements, and when to use it.&lt;/p&gt;</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.94</title><link>https://cc.bruniaux.com/releases/#v2194</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2194</guid><description>&lt;p&gt;Amazon Bedrock powered by Mantle is now supported (CLAUDE_CODE_USE_MANTLE=1). Default effort level raised from medium to high for API-key, Bedrock/Vertex/Foundry, Team, and Enterprise users. Plugin skills now use frontmatter name for stable invocation across install methods.&lt;/p&gt;</description><pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.92</title><link>https://cc.bruniaux.com/releases/#v2192</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2192</guid><description>&lt;p&gt;New interactive Bedrock setup wizard from the login screen guides through AWS auth, region config, credential verification, and model pinning. forceRemoteSettingsRefresh policy setting adds fail-closed managed settings enforcement. /cost now shows per-model and cache-hit breakdown for subscription users. Linux sandbox apply-seccomp fix restores unix-socket blocking in both npm and native builds.&lt;/p&gt;</description><pubDate>Sat, 04 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code Ultimate Guide v3.38.3</title><link>https://cc.bruniaux.com/team-metrics/</link><guid isPermaLink="true">https://cc.bruniaux.com/team-metrics/</guid><description>&lt;p&gt;New page: Team Metrics for AI-Augmented Engineering — covers DORA (with 2025 archetype shift), SPACE framework, AI-specific metrics, and recommendations by team size (5 vs 25 people). Also adds a &quot;Team-Level Steering Metrics&quot; section to the Tech Leads guide with Velocity Trap warning and Monday ritual. Landing page at cc.bruniaux.com/team-metrics/.&lt;/p&gt;</description><pubDate>Fri, 03 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code Ultimate Guide v3.38.2</title><link>https://cc.bruniaux.com/releases/</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/</guid><description>&lt;p&gt;Hook events expanded to complete 27-event list (8 logical groups including SubagentStart/Stop, PreCompact/PostCompact, WorktreeCreate/Remove, and more). Session-scoped hooks documented. bypassPermissions safety invariant table added. MEMORY.md file limits documented (200 lines, 25KB, 200 files). reference.yaml synced.&lt;/p&gt;</description><pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[Guide Release] Claude Code v2.1.90</title><link>https://cc.bruniaux.com/releases/#v2190</link><guid isPermaLink="true">https://cc.bruniaux.com/releases/#v2190</guid><description>&lt;p&gt;Adds /powerup interactive lessons with animated demos, hardens PowerShell tool permissions, and fixes a session-crashing infinite loop in the rate-limit dialog plus a prompt-cache regression in --resume.&lt;/p&gt;</description><pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate></item><item><title>[New Page] New page: Methodologies — 20 methods mapped, 8 stacks, interactive quiz</title><link>https://cc.bruniaux.com/methodologies/</link><guid isPermaLink="true">https://cc.bruniaux.com/methodologies/</guid><description>&lt;p&gt;New /methodologies/ page mapping 20 AI-assisted development methodologies on two axes (Spec-First vs Code-First, Lean vs Enterprise). Includes an interactive quiz to find your methodology stack, 8 recommended combos (Solo MVP, Team Greenfield, API Contract, Power User Loop and more), and a full decision matrix.&lt;/p&gt;</description><pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate></item></channel></rss>