From 3a7c736101edbd00426fce4615e80b937f6467df Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 11 Jun 2026 05:41:48 +0000 Subject: [PATCH] chore: Update CHANGELOG.md and feed.xml --- CHANGELOG.md | 5 +++++ feed.xml | 42 +++++++++--------------------------------- 2 files changed, 14 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1d4f8d74..3aa61b15b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.1.173 + +- Fixed Fable 5 model names with a `[1m]` suffix not being normalized — Fable 5 includes 1M context by default, so the suffix is now stripped automatically +- Fixed a spurious "sandbox dependencies missing" startup warning on Windows when sandbox was enabled in settings + ## 2.1.172 - Sub-agents can now spawn their own sub-agents (up to 5 levels deep) diff --git a/feed.xml b/feed.xml index 9e048ddd6..cf4959a14 100644 --- a/feed.xml +++ b/feed.xml @@ -6,7 +6,15 @@ Anthropic - 2026-06-10T20:44:09Z + 2026-06-11T05:41:48Z + + https://github.com/anthropics/claude-code/releases/tag/v2.1.173 + Claude Code v2.1.173 + + 2026-06-11T05:41:48Z + <p>• Fixed Fable 5 model names with a [1m] suffix not being normalized — Fable 5 includes 1M context by default, so the suffix is now stripped automatically</p> +<p>• Fixed a spurious "sandbox dependencies missing" startup warning on Windows when sandbox was enabled in settings</p> + https://github.com/anthropics/claude-code/releases/tag/v2.1.172 Claude Code v2.1.172 @@ -457,36 +465,4 @@ 2026-05-23T04:03:45Z <p>• Internal infrastructure improvements (no user-facing changes)</p> - - https://github.com/anthropics/claude-code/releases/tag/v2.1.149 - Claude Code v2.1.149 - - 2026-05-22T22:09:22Z - <p>• /usage now shows a per-category breakdown of what's driving your limits usage — skills, subagents, plugins, and per-MCP-server cost</p> -<p>• /diff detail view can now be scrolled with the keyboard (arrows, j/k, PgUp/PgDn, Space, Home/End)</p> -<p>• Markdown output now renders GFM task list checkboxes (- [ ] todo / - [x] done) instead of plain bullets</p> -<p>• Enterprise: added the allowAllClaudeAiMcps managed setting to load claude.ai cloud MCP connectors alongside managed-mcp.json</p> -<p>• Fixed a PowerShell permission bypass: built-in cd functions (cd.., cd\, cd~, X:) changed the working directory undetected, letting a later command read outside the workspace</p> -<p>• Fixed the sandbox write allowlist in git worktrees covering the entire main repository root instead of only the shared .git directory (with hooks/ and config denied)</p> -<p>• Fixed PowerShell prefix/wildcard allow rules (e.g. PowerShell(dotnet.exe build *)) not pre-approving native executables and scripts</p> -<p>• Fixed a permission-analysis gap where the parser trusted stale variable-tracking values for PWD/OLDPWD/DIRSTACK across cd/pushd/popd</p> -<p>• Fixed find in the Bash tool exhausting the macOS system file/vnode table and crashing the host on large directory trees</p> -<p>• Fixed the managed-settings approval dialog leaving the terminal frozen after accepting at startup</p> -<p>• Fixed /ultraplan and remote session creation failing with "Could not capture uncommitted changes" when the working tree has no real changes</p> -<p>• Fixed otelHeadersHelper failing silently when the script path contains spaces; helper failures are now reported in /doctor and the debug log</p> -<p>• Fixed the thinking spinner staying amber across tool calls and onto fresh thinking bursts</p> -<p>• Fixed collapsed Bash output reporting the wrong hidden-line count for outputs with many short lines</p> -<p>• Fixed slash-command argument-hint clipping trailing typed characters when the hint overflows the input box</p> -<p>• Fixed argument-hint and progressive arg suggestions not appearing after Tab-completing a skill whose frontmatter name: differs from its directory basename</p> -<p>• Fixed the status bar showing the user's baseline /effort setting instead of the effort level applied by skill/agent effort: frontmatter</p> -<p>• Fixed Ctrl+O transcript view freezing at the moment it was opened instead of tailing new messages</p> -<p>• Fixed editing a recalled prompt-history entry losing the edit when navigating further up/down with arrow keys</p> -<p>• Fixed /config exit summary reporting phantom changes to auto-compact and theme when toggling unrelated settings</p> -<p>• Fixed /insights crashing when cached session-meta files are missing optional fields</p> -<p>• Fixed malformed PowerShell and History tool calls with missing input being misclassified as reads in transcript collapsing</p> -<p>• Fixed renaming a Remote Control session from claude.ai or the Claude mobile app not updating the local session name for claude --resume</p> -<p>• Fixed a race where a just-submitted prompt could appear twice in the up-arrow history</p> -<p>• Fixed tapping the "Jump to bottom" pill in fullscreen mode not dismissing it immediately</p> -<p>• Improved /feedback reports to include the conversation that happened before context compaction, making issues from earlier in long sessions easier to triage</p> -