mirror of
https://github.com/anthropics/claude-code.git
synced 2026-06-10 05:43:32 +00:00
Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64e53823de | ||
|
|
2194e8e090 | ||
|
|
65d44eb134 | ||
|
|
efea4c38d9 | ||
|
|
c6b849f271 | ||
|
|
15b5d57170 | ||
|
|
1573399b48 | ||
|
|
cc898dc369 | ||
|
|
b7925a81da |
94
CHANGELOG.md
94
CHANGELOG.md
@@ -1,5 +1,97 @@
|
||||
# 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)
|
||||
|
||||
## 2.1.147
|
||||
|
||||
- Pinned background sessions (`Ctrl+T` in `claude agents`) now stay alive when idle, are restarted in place to apply Claude Code updates, and are shed under memory pressure only after non-pinned sessions
|
||||
- Renamed `/simplify` to `/code-review`. It now reports correctness bugs at a chosen effort level (e.g., `/code-review high`); pass `--comment` to post findings as inline GitHub PR comments. The old cleanup-and-fix behavior has been removed
|
||||
- Improved auto-updater: retries transient network failures, reports specific error categories and OS error codes on failure, and shows the current version when an update fails
|
||||
- Improved diff rendering performance for large file edits
|
||||
- Prompt history no longer records consecutive duplicate entries — recalling a prompt with arrow-up and submitting it again won't add another copy
|
||||
- Fixed enterprise login restrictions (`forceLoginOrgUUID` and `forceLoginMethod` managed-settings) not being enforced against third-party-provider and API-key sessions
|
||||
- Fixed `&` in `!` command output displaying as `&`, which broke copy-pasting URLs from commands like `gcloud auth login` on headless machines
|
||||
- Fixed unknown slash commands silently doing nothing in headless/SDK mode — they now show an error message
|
||||
- Fixed `/help` rendering a broken tab header and showing only one command per page on small terminals when not in fullscreen mode
|
||||
- Fixed shell snapshot dropping user functions whose names start with a single underscore, which broke aliases referencing them
|
||||
- Fixed plugin agents that declare multiple `Agent(...)` types in `tools:` frontmatter dropping all but the last entry
|
||||
- Fixed hook `if` conditions like `PowerShell(git push*)` never matching — only `PowerShell(*)` worked
|
||||
- Fixed PowerShell tool dropping output for commands that rely on the default formatter
|
||||
- Fixed: on Windows, "Yes, and don't ask again" for a PowerShell script invocation now writes a rule that actually matches on subsequent runs
|
||||
- Fixed PowerShell tool failing on Windows with exit code 1 when `pwsh` is installed via winget or the Microsoft Store
|
||||
- Fixed `/effort` opening with the slider on the wrong level — it now starts at your current effort
|
||||
- Fixed paginating MCP servers dropping resources, templates, and prompts past page 1
|
||||
- Fixed full-screen strobing in attached background sessions on Windows Terminal while Claude is streaming
|
||||
- Fixed: on Windows, removing a background-job worktree no longer follows NTFS junctions into the main repo
|
||||
- Fixed `/background` refusing sessions whose only typed input was a skill or custom slash command
|
||||
- Fixed auto mode suppressing `AskUserQuestion` when the user or a skill explicitly relies on it; the auto-mode classifier now sees the user's answers as intent signal
|
||||
- Fixed `/theme` "New custom theme" and color editor dialogs not responding to Esc
|
||||
- Fixed an uncaught exception at the end of streaming sessions when running via the Agent SDK
|
||||
- Fixed a rare hang when waiting for scroll to settle on Windows
|
||||
- Fixed stale and doubled rows in the agent view list on Windows when background session results contain wide (CJK) characters
|
||||
- Fixed pasted text being delivered to agents as an unreadable `[Pasted text #N]` placeholder instead of the actual content
|
||||
- Fixed plugin component counts in `claude plugin details` and `/plugin` being doubled when a plugin's manifest listed paths overlapping its default directories
|
||||
- Fixed backgrounded sessions re-prompting for tool permissions you already granted with "don't ask again"
|
||||
- Fixed GNOME Terminal right-click and middle-click paste not inserting text
|
||||
- Fixed `CLAUDE_CODE_SUBAGENT_MODEL` not applying to teammate processes spawned by agent teams
|
||||
- Fixed slash commands followed by a tab or newline being treated as an unknown command
|
||||
- Fixed several spacing and layout glitches in the `/plugin`, `/status`, `/mobile`, `/sandbox`, and `/permissions` menus
|
||||
- Fixed stripped images prompting the model to repeatedly re-read media that was no longer present
|
||||
|
||||
## 2.1.145
|
||||
|
||||
- Added `claude agents --json` to list live Claude sessions as JSON for scripting (tmux-resurrect, status bars, session pickers)
|
||||
- Added `agent_id` and `parent_agent_id` attributes to `claude_code.tool` OTEL spans, and fixed trace parenting so background subagent spans nest under the dispatching Agent tool span
|
||||
- Status line JSON input now includes GitHub repo and PR information when detected
|
||||
- `/plugin` Discover and Browse screens now show a plugin's commands, agents, skills, hooks, and MCP/LSP servers before installation
|
||||
- `claude agents` terminal tab title now shows the awaiting-input count so an alt-tabbed window tells you when an agent needs attention
|
||||
- Slash command and @-mention suggestion list now supports mouse hover and click in fullscreen mode
|
||||
- Stop and SubagentStop hook input now includes `background_tasks` and `session_crons` fields
|
||||
- Fixed a permission-prompt bypass where bare variable assignments to non-allowlisted environment variables in Bash commands were auto-approved
|
||||
- Fixed MCP prompt slash commands showing raw server validation errors when a required argument is omitted — the error now names the missing argument and shows expected usage
|
||||
- Fixed the spinner and elapsed-time display freezing until a keypress after the terminal was resized or refocused
|
||||
- Fixed the cross-project resume hint failing in default Windows PowerShell 5.1 — Windows now uses `;` as the command separator
|
||||
- Fixed voice push-to-talk not working in the agent view's reply pane
|
||||
- Fixed task lists rendering in random order when several tasks are created at once
|
||||
- Fixed stale "Failed to install Anthropic marketplace" banner showing when the marketplace is already installed
|
||||
- Fixed the PR badge in the footer not updating immediately after `gh pr create` and other PR-state-changing commands run in-session
|
||||
- Fixed Agent Teams teammates with non-ASCII names failing every API call due to invalid header encoding
|
||||
- Fixed `/review` using a deprecated `projectCards` GraphQL query that errored on repos with Classic Projects
|
||||
- Fixed `claude plugin validate` not flagging `skills:` entries that point at a file instead of a directory — the error now suggests the parent directory
|
||||
- Fixed an infinite loop where a skill using `context: fork` could repeatedly re-invoke itself instead of running
|
||||
- Improved the Read tool to return a truncated first page with a "PARTIAL view" notice instead of a hard error when a whole-file read exceeds the token limit
|
||||
|
||||
## 2.1.144
|
||||
|
||||
- Added `/resume` support for background sessions — sessions started via `claude --bg` or agent view now appear alongside interactive ones, marked with `bg`
|
||||
@@ -30,8 +122,6 @@
|
||||
- Fixed background side-queries on custom `ANTHROPIC_BASE_URL` setups and Bedrock Mantle not using Haiku — now falls back correctly when a first-party API key is configured or no Haiku model is set
|
||||
- Fixed scrolling in attached background sessions on Windows — PgUp/PgDn, mouse wheel, and Ctrl+O transcript navigation now work
|
||||
- Fixed a crash when closing the terminal while attached to a background session
|
||||
- Fixed `! <cmd>` exec sessions not responding to Ctrl+C while attached — now interrupts the running command
|
||||
- Fixed agent view shell-command rows lingering under Working after completion, and pressing Enter on a completed row re-running the command after its output expired
|
||||
- Fixed on Windows, pressing ← in `claude agents` leaving the list unresponsive to keyboard input
|
||||
- Fixed ghost characters at the left edge when switching panes in Agent View on Windows Terminal with CJK content
|
||||
- `/bg` and `←`-detach now preserve directories added via `/add-dir`
|
||||
|
||||
262
feed.xml
262
feed.xml
@@ -6,7 +6,111 @@
|
||||
<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-19T00:48:45Z</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>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.148"/>
|
||||
<updated>2026-05-22T01:16:46Z</updated>
|
||||
<content type="html"><p>• Fixed the Bash tool returning exit code 127 on every command for some users (a regression introduced in 2.1.147)</p></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.147</id>
|
||||
<title>Claude Code v2.1.147</title>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.147"/>
|
||||
<updated>2026-05-21T20:39:15Z</updated>
|
||||
<content type="html"><p>• Pinned background sessions (Ctrl+T in claude agents) now stay alive when idle, are restarted in place to apply Claude Code updates, and are shed under memory pressure only after non-pinned sessions</p>
|
||||
<p>• Renamed /simplify to /code-review. It now reports correctness bugs at a chosen effort level (e.g., /code-review high); pass --comment to post findings as inline GitHub PR comments. The old cleanup-and-fix behavior has been removed</p>
|
||||
<p>• Improved auto-updater: retries transient network failures, reports specific error categories and OS error codes on failure, and shows the current version when an update fails</p>
|
||||
<p>• Improved diff rendering performance for large file edits</p>
|
||||
<p>• Prompt history no longer records consecutive duplicate entries — recalling a prompt with arrow-up and submitting it again won't add another copy</p>
|
||||
<p>• Fixed enterprise login restrictions (forceLoginOrgUUID and forceLoginMethod managed-settings) not being enforced against third-party-provider and API-key sessions</p>
|
||||
<p>• Fixed &amp; in ! command output displaying as &amp;amp;, which broke copy-pasting URLs from commands like gcloud auth login on headless machines</p>
|
||||
<p>• Fixed unknown slash commands silently doing nothing in headless/SDK mode — they now show an error message</p>
|
||||
<p>• Fixed /help rendering a broken tab header and showing only one command per page on small terminals when not in fullscreen mode</p>
|
||||
<p>• Fixed shell snapshot dropping user functions whose names start with a single underscore, which broke aliases referencing them</p>
|
||||
<p>• Fixed plugin agents that declare multiple Agent(...) types in tools: frontmatter dropping all but the last entry</p>
|
||||
<p>• Fixed hook if conditions like PowerShell(git push*) never matching — only PowerShell(*) worked</p>
|
||||
<p>• Fixed PowerShell tool dropping output for commands that rely on the default formatter</p>
|
||||
<p>• Fixed: on Windows, "Yes, and don't ask again" for a PowerShell script invocation now writes a rule that actually matches on subsequent runs</p>
|
||||
<p>• Fixed PowerShell tool failing on Windows with exit code 1 when pwsh is installed via winget or the Microsoft Store</p>
|
||||
<p>• Fixed /effort opening with the slider on the wrong level — it now starts at your current effort</p>
|
||||
<p>• Fixed paginating MCP servers dropping resources, templates, and prompts past page 1</p>
|
||||
<p>• Fixed full-screen strobing in attached background sessions on Windows Terminal while Claude is streaming</p>
|
||||
<p>• Fixed: on Windows, removing a background-job worktree no longer follows NTFS junctions into the main repo</p>
|
||||
<p>• Fixed /background refusing sessions whose only typed input was a skill or custom slash command</p>
|
||||
<p>• Fixed auto mode suppressing AskUserQuestion when the user or a skill explicitly relies on it; the auto-mode classifier now sees the user's answers as intent signal</p>
|
||||
<p>• Fixed /theme "New custom theme" and color editor dialogs not responding to Esc</p>
|
||||
<p>• Fixed an uncaught exception at the end of streaming sessions when running via the Agent SDK</p>
|
||||
<p>• Fixed a rare hang when waiting for scroll to settle on Windows</p>
|
||||
<p>• Fixed stale and doubled rows in the agent view list on Windows when background session results contain wide (CJK) characters</p>
|
||||
<p>• Fixed pasted text being delivered to agents as an unreadable [Pasted text #N] placeholder instead of the actual content</p>
|
||||
<p>• Fixed plugin component counts in claude plugin details and /plugin being doubled when a plugin's manifest listed paths overlapping its default directories</p>
|
||||
<p>• Fixed backgrounded sessions re-prompting for tool permissions you already granted with "don't ask again"</p>
|
||||
<p>• Fixed GNOME Terminal right-click and middle-click paste not inserting text</p>
|
||||
<p>• Fixed CLAUDE_CODE_SUBAGENT_MODEL not applying to teammate processes spawned by agent teams</p>
|
||||
<p>• Fixed slash commands followed by a tab or newline being treated as an unknown command</p>
|
||||
<p>• Fixed several spacing and layout glitches in the /plugin, /status, /mobile, /sandbox, and /permissions menus</p>
|
||||
<p>• Fixed stripped images prompting the model to repeatedly re-read media that was no longer present</p></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.145</id>
|
||||
<title>Claude Code v2.1.145</title>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.145"/>
|
||||
<updated>2026-05-19T21:31:01Z</updated>
|
||||
<content type="html"><p>• Added claude agents --json to list live Claude sessions as JSON for scripting (tmux-resurrect, status bars, session pickers)</p>
|
||||
<p>• Added agent_id and parent_agent_id attributes to claude_code.tool OTEL spans, and fixed trace parenting so background subagent spans nest under the dispatching Agent tool span</p>
|
||||
<p>• Status line JSON input now includes GitHub repo and PR information when detected</p>
|
||||
<p>• /plugin Discover and Browse screens now show a plugin's commands, agents, skills, hooks, and MCP/LSP servers before installation</p>
|
||||
<p>• claude agents terminal tab title now shows the awaiting-input count so an alt-tabbed window tells you when an agent needs attention</p>
|
||||
<p>• Slash command and @-mention suggestion list now supports mouse hover and click in fullscreen mode</p>
|
||||
<p>• Stop and SubagentStop hook input now includes background_tasks and session_crons fields</p>
|
||||
<p>• Fixed a permission-prompt bypass where bare variable assignments to non-allowlisted environment variables in Bash commands were auto-approved</p>
|
||||
<p>• Fixed MCP prompt slash commands showing raw server validation errors when a required argument is omitted — the error now names the missing argument and shows expected usage</p>
|
||||
<p>• Fixed the spinner and elapsed-time display freezing until a keypress after the terminal was resized or refocused</p>
|
||||
<p>• Fixed the cross-project resume hint failing in default Windows PowerShell 5.1 — Windows now uses ; as the command separator</p>
|
||||
<p>• Fixed voice push-to-talk not working in the agent view's reply pane</p>
|
||||
<p>• Fixed task lists rendering in random order when several tasks are created at once</p>
|
||||
<p>• Fixed stale "Failed to install Anthropic marketplace" banner showing when the marketplace is already installed</p>
|
||||
<p>• Fixed the PR badge in the footer not updating immediately after gh pr create and other PR-state-changing commands run in-session</p>
|
||||
<p>• Fixed Agent Teams teammates with non-ASCII names failing every API call due to invalid header encoding</p>
|
||||
<p>• Fixed /review using a deprecated projectCards GraphQL query that errored on repos with Classic Projects</p>
|
||||
<p>• Fixed claude plugin validate not flagging skills: entries that point at a file instead of a directory — the error now suggests the parent directory</p>
|
||||
<p>• Fixed an infinite loop where a skill using context: fork could repeatedly re-invoke itself instead of running</p>
|
||||
<p>• Improved the Read tool to return a truncated first page with a "PARTIAL view" notice instead of a hard error when a whole-file read exceeds the token limit</p></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.144</id>
|
||||
<title>Claude Code v2.1.144</title>
|
||||
@@ -40,8 +144,6 @@
|
||||
<p>• Fixed background side-queries on custom ANTHROPIC_BASE_URL setups and Bedrock Mantle not using Haiku — now falls back correctly when a first-party API key is configured or no Haiku model is set</p>
|
||||
<p>• Fixed scrolling in attached background sessions on Windows — PgUp/PgDn, mouse wheel, and Ctrl+O transcript navigation now work</p>
|
||||
<p>• Fixed a crash when closing the terminal while attached to a background session</p>
|
||||
<p>• Fixed ! &lt;cmd&gt; exec sessions not responding to Ctrl+C while attached — now interrupts the running command</p>
|
||||
<p>• Fixed agent view shell-command rows lingering under Working after completion, and pressing Enter on a completed row re-running the command after its output expired</p>
|
||||
<p>• Fixed on Windows, pressing ← in claude agents leaving the list unresponsive to keyboard input</p>
|
||||
<p>• Fixed ghost characters at the left edge when switching panes in Agent View on Windows Terminal with CJK content</p>
|
||||
<p>• /bg and ←-detach now preserve directories added via /add-dir</p>
|
||||
@@ -534,158 +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>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.121</id>
|
||||
<title>Claude Code v2.1.121</title>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.121"/>
|
||||
<updated>2026-05-18T01:52:01Z</updated>
|
||||
<content type="html"><p>• Added alwaysLoad option to MCP server config — when true, all tools from that server skip tool-search deferral and are always available</p>
|
||||
<p>• Added claude plugin prune to remove orphaned auto-installed plugin dependencies; plugin uninstall --prune cascades</p>
|
||||
<p>• Added a type-to-filter search box to /skills so you can find a skill in long lists without scrolling</p>
|
||||
<p>• PostToolUse hooks can now replace tool output for all tools via hookSpecificOutput.updatedToolOutput (previously MCP-only)</p>
|
||||
<p>• Fullscreen mode: typing into the prompt no longer jumps scroll back to the bottom after you've scrolled up to read earlier output</p>
|
||||
<p>• Dialogs that overflow the terminal are now scrollable with arrow keys, PgUp/PgDn, home/end, and mouse wheel in both fullscreen and non-fullscreen modes</p>
|
||||
<p>• Clicking any line of a long URL that wraps across rows in fullscreen mode now opens the full URL</p>
|
||||
<p>• SDK and claude -p: CLAUDE_CODE_FORK_SUBAGENT=1 now works in non-interactive sessions</p>
|
||||
<p>• --dangerously-skip-permissions no longer prompts for writes to .claude/skills/, .claude/agents/, and .claude/commands/</p>
|
||||
<p>• /terminal-setup now enables iTerm2's "Applications in terminal may access clipboard" setting so /copy works, including from tmux</p>
|
||||
<p>• MCP servers that hit a transient error during startup now auto-retry up to 3 times instead of staying disconnected</p>
|
||||
<p>• The terminal tab session title is now generated in your configured language setting</p>
|
||||
<p>• Claude.ai connectors with the same upstream URL are now deduplicated instead of appearing as duplicates</p>
|
||||
<p>• Vertex AI: support X.509 certificate-based Workload Identity Federation (mTLS ADC)</p>
|
||||
<p>• Faster startup after upgrading: removed the Recent Activity panel from the release-notes splash</p>
|
||||
<p>• LSP diagnostic summaries now expand on click/ctrl+o and show the expand hint</p>
|
||||
<p>• SDK: mcp_authenticate now supports redirectUri for custom scheme completion and claude.ai connectors</p>
|
||||
<p>• OpenTelemetry: added stop_reason, gen_ai.response.finish_reasons, and user_system_prompt (gated behind OTEL_LOG_USER_PROMPTS) to LLM request spans</p>
|
||||
<p>• [VSCode] Voice dictation now respects the accessibility.voice.speechLanguage setting when no Claude Code language is configured</p>
|
||||
<p>• [VSCode] /context now opens a native token usage dialog</p>
|
||||
<p>• Fixed unbounded memory growth (multi-GB RSS) when processing many images in a session</p>
|
||||
<p>• Fixed /usage leaking up to ~2GB of memory on machines with large transcript histories</p>
|
||||
<p>• Fixed memory leak when long-running tools fail to emit a clear progress event</p>
|
||||
<p>• Fixed Bash tool becoming permanently unusable when the directory Claude was started in is deleted or moved mid-session</p>
|
||||
<p>• Fixed --resume crashing on startup in external builds</p>
|
||||
<p>• Fixed --resume failing on large sessions when a transcript line was corrupted by an unclean shutdown — the corrupt line is now skipped</p>
|
||||
<p>• Fixed thinking.type.enabled is not supported error when using Bedrock application inference profile ARNs</p>
|
||||
<p>• Fixed Microsoft 365 MCP OAuth failing with duplicate or unsupported prompt parameter</p>
|
||||
<p>• Fixed scrollback duplication when pressing Ctrl+L or triggering a redraw in non-fullscreen mode on tmux, GNOME Terminal, Windows Terminal, and Konsole</p>
|
||||
<p>• Fixed claude.ai MCP connectors silently disappearing when the connector-list fetch hits a transient auth error at startup</p>
|
||||
<p>• Fixed "Always allow" rules for built-in tools in remote sessions not surviving worker restarts</p>
|
||||
<p>• Fixed NO_PROXY not being respected for all HTTP clients when set via managed-settings.json under the native build</p>
|
||||
<p>• Fixed managed settings approval prompt exiting the session even when accepted — now applies settings and continues</p>
|
||||
<p>• Fixed /usage returning "rate limited" after a stale OAuth token — now refreshes automatically</p>
|
||||
<p>• Fixed invalid legacy enum values in settings.json invalidating the entire settings file</p>
|
||||
<p>• Fixed /usage dialog content being clipped when no-flicker mode is off</p>
|
||||
<p>• Fixed /focus showing "Unknown command" when the fullscreen renderer is off — now explains how to enable it</p>
|
||||
<p>• Fixed embedded grep/find/rg shell wrappers failing when the running binary is deleted mid-session — now falls back to installed tools</p>
|
||||
<p>• Reduced peak file descriptor usage during find in the Bash tool on large directory trees</p></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.120</id>
|
||||
<title>Claude Code v2.1.120</title>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.120"/>
|
||||
<updated>2026-05-18T01:52:01Z</updated>
|
||||
<content type="html"><p>• Windows: Git for Windows (Git Bash) is no longer required — when absent, Claude Code uses PowerShell as the shell tool</p>
|
||||
<p>• Added claude ultrareview [target] subcommand to run /ultrareview non-interactively from CI or scripts — prints findings to stdout (--json for raw output) and exits 0 on completion or 1 on failure</p>
|
||||
<p>• Skills can now reference the current effort level with ${CLAUDE_EFFORT} in their content</p>
|
||||
<p>• Set AI_AGENT environment variable for subprocesses so gh can attribute traffic to Claude Code</p>
|
||||
<p>• Spinner tips that recommend installing the desktop app or creating skills/agents are now hidden when you already have them</p>
|
||||
<p>• Show a "use PgUp/PgDn to scroll" hint when the terminal sends arrow keys instead of scroll events</p>
|
||||
<p>• Faster session start when you have many claude.ai connectors configured but not authorized</p>
|
||||
<p>• The auto mode denial message now links to the configuration docs</p>
|
||||
<p>• claude plugin validate now accepts $schema, version, and description at the top level of marketplace.json and $schema in plugin.json</p>
|
||||
<p>• Auto-compact in auto mode now displays auto (lowercase, no token count) instead of a misleading token value</p>
|
||||
<p>• Fixed pressing Esc during a stdio MCP tool call closing the entire server connection (regression in 2.1.105)</p>
|
||||
<p>• Fixed /rewind and other interactive overlays not responding to keyboard input after launching with claude --resume</p>
|
||||
<p>• Fixed terminal scrollback duplication in non-fullscreen mode (resize, dialog dismiss, long sessions)</p>
|
||||
<p>• Fixed DISABLE_TELEMETRY / CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC not suppressing usage metrics telemetry for API and enterprise users</p>
|
||||
<p>• Fixed false-positive "Dangerous rm operation" permission prompts in auto mode for multi-line bash commands containing both a pipe and a redirect</p>
|
||||
<p>• Fixed long selection menus clipping below the terminal in fullscreen mode — the focused option now stays on screen as you scroll</p>
|
||||
<p>• Fixed Write tool output collapsing instead of expanding when clicking "+N lines" in fullscreen</p>
|
||||
<p>• Fixed slash command picker jumping while typing, and improved highlight to only match contiguous substrings in blue</p>
|
||||
<p>• Fixed /plugin marketplace failing to load when one entry uses an unrecognized source format — that entry is shown but installing it prompts you to update</p>
|
||||
<p>• [VSCode] /usage now opens the native Account &amp; Usage dialog instead of returning plain-text session cost</p>
|
||||
<p>• [VSCode] Voice dictation now respects the language setting in ~/.claude/settings.json</p>
|
||||
<p>• Fixed find in the Bash tool exhausting open file descriptors on large directory trees, causing host-wide crashes (macOS/Linux native builds)</p></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.119</id>
|
||||
<title>Claude Code v2.1.119</title>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.119"/>
|
||||
<updated>2026-05-18T01:52:01Z</updated>
|
||||
<content type="html"><p>• /config settings (theme, editor mode, verbose, etc.) now persist to ~/.claude/settings.json and participate in project/local/policy override precedence</p>
|
||||
<p>• Added prUrlTemplate setting to point the footer PR badge at a custom code-review URL instead of github.com</p>
|
||||
<p>• Added CLAUDE_CODE_HIDE_CWD environment variable to hide the working directory in the startup logo</p>
|
||||
<p>• --from-pr now accepts GitLab merge-request, Bitbucket pull-request, and GitHub Enterprise PR URLs</p>
|
||||
<p>• --print mode now honors the agent's tools: and disallowedTools: frontmatter, matching interactive-mode behavior</p>
|
||||
<p>• --agent &lt;name&gt; now honors the agent definition's permissionMode for built-in agents</p>
|
||||
<p>• PowerShell tool commands can now be auto-approved in permission mode, matching Bash behavior</p>
|
||||
<p>• Hooks: PostToolUse and PostToolUseFailure hook inputs now include duration_ms (tool execution time, excluding permission prompts and PreToolUse hooks)</p>
|
||||
<p>• Subagent and SDK MCP server reconfiguration now connects servers in parallel instead of serially</p>
|
||||
<p>• Plugins pinned by another plugin's version constraint now auto-update to the highest satisfying git tag</p>
|
||||
<p>• Vim mode: Esc in INSERT no longer pulls a queued message back into the input; press Esc again to interrupt</p>
|
||||
<p>• Slash command suggestions now highlight the characters that matched your query</p>
|
||||
<p>• Slash command picker now wraps long descriptions onto a second line instead of truncating</p>
|
||||
<p>• owner/repo#N shorthand links in output now use your git remote's host instead of always pointing at github.com</p>
|
||||
<p>• Security: blockedMarketplaces now correctly enforces hostPattern and pathPattern entries</p>
|
||||
<p>• OpenTelemetry: tool_result and tool_decision events now include tool_use_id; tool_result also includes tool_input_size_bytes</p>
|
||||
<p>• Status line: stdin JSON now includes effort.level and thinking.enabled</p>
|
||||
<p>• Fixed pasting CRLF content (Windows clipboards, Xcode console) inserting an extra blank line between every line</p>
|
||||
<p>• Fixed multi-line paste losing newlines in terminals using kitty keyboard protocol sequences inside bracketed paste</p>
|
||||
<p>• Fixed Glob and Grep tools disappearing on native macOS/Linux builds when the Bash tool is denied via permissions</p>
|
||||
<p>• Fixed scrolling up in fullscreen mode snapping back to the bottom every time a tool finishes</p>
|
||||
<p>• Fixed MCP HTTP connections failing with "Invalid OAuth error response" when servers returned non-JSON bodies for OAuth discovery requests</p>
|
||||
<p>• Fixed Rewind overlay showing "(no prompt)" for messages with image attachments</p>
|
||||
<p>• Fixed auto mode overriding plan mode with conflicting "Execute immediately" instructions</p>
|
||||
<p>• Fixed async PostToolUse hooks that emit no response payload writing empty entries to the session transcript</p>
|
||||
<p>• Fixed spinner staying on when a subagent task notification is orphaned in the queue</p>
|
||||
<p>• Tool search is now disabled by default on Vertex AI to avoid an unsupported beta header error (opt in with ENABLE_TOOL_SEARCH)</p>
|
||||
<p>• Fixed @-file Tab completion replacing the entire prompt when used inside a slash command with an absolute path</p>
|
||||
<p>• Fixed a stray p character appearing at the prompt on startup in macOS Terminal.app via Docker or SSH</p>
|
||||
<p>• Fixed ${ENV_VAR} placeholders in headers for HTTP/SSE/WebSocket MCP servers not being substituted before requests</p>
|
||||
<p>• Fixed MCP OAuth client secret stored via --client-secret not being sent during token exchange for servers requiring client_secret_post</p>
|
||||
<p>• Fixed /skills Enter key closing the dialog instead of pre-filling /&lt;skill-name&gt; in the prompt</p>
|
||||
<p>• Fixed /agents detail view mislabeling built-in tools unavailable to subagents as "Unrecognized"</p>
|
||||
<p>• Fixed MCP servers from plugins not spawning on Windows when the plugin cache was incomplete</p>
|
||||
<p>• Fixed /export showing the current default model instead of the model the conversation actually used</p>
|
||||
<p>• Fixed verbose output setting not persisting after restart</p>
|
||||
<p>• Fixed /usage progress bars overlapping with their "Resets …" labels</p>
|
||||
<p>• Fixed plugin MCP servers failing when ${user_config.*} references an optional field left blank</p>
|
||||
<p>• Fixed list items containing a sentence-final number wrapping the number onto its own line</p>
|
||||
<p>• Fixed /plan and /plan open not acting on the existing plan when entering plan mode</p>
|
||||
<p>• Fixed skills invoked before auto-compaction being re-executed against the next user message</p>
|
||||
<p>• Fixed /reload-plugins and /doctor reporting load errors for disabled plugins</p>
|
||||
<p>• Fixed Agent tool with isolation: "worktree" reusing stale worktrees from prior sessions</p>
|
||||
<p>• Fixed disabled MCP servers appearing as "failed" in /status</p>
|
||||
<p>• Fixed TaskList returning tasks in arbitrary filesystem order instead of sorted by ID</p>
|
||||
<p>• Fixed spurious "GitHub API rate limit exceeded" hints when gh output contained PR titles mentioning "rate limit"</p>
|
||||
<p>• Fixed SDK/bridge read_file not correctly enforcing size cap on growing files</p>
|
||||
<p>• Fixed PR not linked to session when working in a git worktree</p>
|
||||
<p>• Fixed /doctor warning about MCP server entries overridden by a higher-precedence scope</p>
|
||||
<p>• Windows: removed false-positive "Windows requires 'cmd /c' wrapper" MCP config warning</p>
|
||||
<p>• [VSCode] Fixed voice dictation's first recording producing nothing on macOS while the microphone permission prompt is showing</p></content>
|
||||
</entry>
|
||||
</feed>
|
||||
|
||||
Reference in New Issue
Block a user