mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-23 20:54:30 +00:00
chore: Update CHANGELOG.md and feed.xml
This commit is contained in:
29
CHANGELOG.md
29
CHANGELOG.md
@@ -1,5 +1,34 @@
|
||||
# Changelog
|
||||
|
||||
## 2.1.149
|
||||
|
||||
- `/usage` now shows a per-category breakdown of what's driving your limits usage — skills, subagents, plugins, and per-MCP-server cost
|
||||
- `/diff` detail view can now be scrolled with the keyboard (arrows, `j`/`k`, `PgUp`/`PgDn`, `Space`, `Home`/`End`)
|
||||
- Markdown output now renders GFM task list checkboxes (`- [ ] todo` / `- [x] done`) instead of plain bullets
|
||||
- Enterprise: added the `allowAllClaudeAiMcps` managed setting to load claude.ai cloud MCP connectors alongside `managed-mcp.json`
|
||||
- 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
|
||||
- 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)
|
||||
- Fixed PowerShell prefix/wildcard allow rules (e.g. `PowerShell(dotnet.exe build *)`) not pre-approving native executables and scripts
|
||||
- Fixed a permission-analysis gap where the parser trusted stale variable-tracking values for `PWD`/`OLDPWD`/`DIRSTACK` across `cd`/`pushd`/`popd`
|
||||
- Fixed `find` in the Bash tool exhausting the macOS system file/vnode table and crashing the host on large directory trees
|
||||
- Fixed the managed-settings approval dialog leaving the terminal frozen after accepting at startup
|
||||
- Fixed `/ultraplan` and remote session creation failing with "Could not capture uncommitted changes" when the working tree has no real changes
|
||||
- Fixed `otelHeadersHelper` failing silently when the script path contains spaces; helper failures are now reported in `/doctor` and the debug log
|
||||
- Fixed the thinking spinner staying amber across tool calls and onto fresh thinking bursts
|
||||
- Fixed collapsed Bash output reporting the wrong hidden-line count for outputs with many short lines
|
||||
- Fixed slash-command argument-hint clipping trailing typed characters when the hint overflows the input box
|
||||
- Fixed argument-hint and progressive arg suggestions not appearing after Tab-completing a skill whose frontmatter `name:` differs from its directory basename
|
||||
- Fixed the status bar showing the user's baseline `/effort` setting instead of the effort level applied by skill/agent `effort:` frontmatter
|
||||
- Fixed Ctrl+O transcript view freezing at the moment it was opened instead of tailing new messages
|
||||
- Fixed editing a recalled prompt-history entry losing the edit when navigating further up/down with arrow keys
|
||||
- Fixed `/config` exit summary reporting phantom changes to auto-compact and theme when toggling unrelated settings
|
||||
- Fixed `/insights` crashing when cached session-meta files are missing optional fields
|
||||
- Fixed malformed PowerShell and History tool calls with missing input being misclassified as reads in transcript collapsing
|
||||
- Fixed renaming a Remote Control session from claude.ai or the Claude mobile app not updating the local session name for `claude --resume`
|
||||
- Fixed a race where a just-submitted prompt could appear twice in the up-arrow history
|
||||
- Fixed tapping the "Jump to bottom" pill in fullscreen mode not dismissing it immediately
|
||||
- Improved `/feedback` reports to include the conversation that happened before context compaction, making issues from earlier in long sessions easier to triage
|
||||
|
||||
## 2.1.148
|
||||
|
||||
- Fixed the Bash tool returning exit code 127 on every command for some users (a regression introduced in 2.1.147)
|
||||
|
||||
58
feed.xml
58
feed.xml
@@ -6,7 +6,39 @@
|
||||
<author><name>Anthropic</name></author>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md"/>
|
||||
<link rel="self" type="application/atom+xml" href="https://raw.githubusercontent.com/anthropics/claude-code/main/feed.xml"/>
|
||||
<updated>2026-05-22T01:16:46Z</updated>
|
||||
<updated>2026-05-22T22:09:22Z</updated>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.149</id>
|
||||
<title>Claude Code v2.1.149</title>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.149"/>
|
||||
<updated>2026-05-22T22:09:22Z</updated>
|
||||
<content type="html"><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></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.148</id>
|
||||
<title>Claude Code v2.1.148</title>
|
||||
@@ -604,28 +636,4 @@
|
||||
<updated>2026-05-18T01:52:01Z</updated>
|
||||
<content type="html"><p>• Fixed OAuth authentication failing with a 401 retry loop when CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1 is set</p></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.122</id>
|
||||
<title>Claude Code v2.1.122</title>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.122"/>
|
||||
<updated>2026-05-18T01:52:01Z</updated>
|
||||
<content type="html"><p>• Added ANTHROPIC_BEDROCK_SERVICE_TIER environment variable to select a Bedrock service tier (default, flex, or priority), sent as the X-Amzn-Bedrock-Service-Tier header</p>
|
||||
<p>• Pasting a PR URL into the /resume search box now finds the session that created that PR (GitHub, GitHub Enterprise, GitLab, and Bitbucket)</p>
|
||||
<p>• /mcp now shows claude.ai connectors hidden by a manually-added server with the same URL, with a hint to remove the duplicate</p>
|
||||
<p>• Clarified the /mcp message shown when an MCP server is still unauthorized after the browser sign-in flow</p>
|
||||
<p>• OpenTelemetry: numeric attributes on api_request/api_error log events are now emitted as numbers, not strings</p>
|
||||
<p>• OpenTelemetry: added claude_code.at_mention log event for @-mention resolution</p>
|
||||
<p>• Fixed /branch producing forks that fail with "tool_use ids were found without tool_result blocks" when the source session contained entries from rewound timelines</p>
|
||||
<p>• Fixed /model not showing the Effort option for Bedrock application inference profile ARNs, and those ARNs not receiving output_config.effort</p>
|
||||
<p>• Fixed Vertex AI / Bedrock returning invalid_request_error: output_config: Extra inputs are not permitted on session-title generation and other structured-output queries</p>
|
||||
<p>• Fixed Vertex AI count_tokens endpoint returning 400 errors for users behind proxy gateways</p>
|
||||
<p>• Fixed spinnerTipsOverride.excludeDefault not suppressing the time-based spinner tips</p>
|
||||
<p>• Fixed ToolSearch missing MCP tools that connected after session start in nonblocking mode</p>
|
||||
<p>• Fixed !exit / !quit in bash mode terminating the CLI instead of running as a shell command</p>
|
||||
<p>• Fixed images sent to newer models being resized to 2576px per side instead of the correct 2000px maximum</p>
|
||||
<p>• Fixed remote control session idle status redrawing twice per second, which could flood tmux -CC control pipes and pause the terminal</p>
|
||||
<p>• Fixed assistant messages appearing blank in some sessions due to a stale view preference</p>
|
||||
<p>• Fixed a malformed hooks entry in settings.json no longer invalidating the entire file</p>
|
||||
<p>• Voice mode: keybindings bound to Caps Lock now show an error since terminals don't deliver Caps Lock as a key event</p></content>
|
||||
</entry>
|
||||
</feed>
|
||||
|
||||
Reference in New Issue
Block a user