mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-19 18:09:57 +00:00
chore: Update CHANGELOG.md and feed.xml
This commit is contained in:
55
CHANGELOG.md
55
CHANGELOG.md
@@ -1,5 +1,60 @@
|
||||
# Changelog
|
||||
|
||||
## 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`
|
||||
- Added elapsed duration to background subagent completion notifications (e.g. "Agent completed · 3h 2m 5s")
|
||||
- The `/plugin` browse and discover panes now show when a plugin was last updated
|
||||
- `/model` now changes the model for the current session only; press `d` in the model picker to set a default for new sessions
|
||||
- Renamed "extra usage" to "usage credits" across CLI copy; `/extra-usage` is now `/usage-credits` (old name still works)
|
||||
- Fixed startup hanging up to 75s when `api.anthropic.com` is unreachable (captive portal, firewall, VPN issues) — side-channel API calls now time out after 15s
|
||||
- Fixed garbled terminal output after a missed window-resize event (e.g. dragging a VS Code split-pane divider) — now self-heals on the next frame instead of requiring Ctrl+L
|
||||
- Fixed progressive terminal display corruption (stale/garbled glyphs) that could appear in very long sessions and only cleared on terminal resize or restart
|
||||
- Reduced terminal rendering glitches in VS Code by reducing spinner animation color count
|
||||
- Fixed macOS background sessions crashing with "exit 1 before init" when the project lives under a Full Disk Access-protected folder (regression in 2.1.143)
|
||||
- Fixed an unrecoverable conversation when reading a file whose image extension doesn't match its contents (e.g. HTML saved as .png) — now falls back to text
|
||||
- Fewer spurious tool errors during search: `head`/`tail` file views now satisfy the read-before-edit check, and a "no matches" result (exit code 1) from `egrep`, `fgrep`, `git grep`, or `git diff` is no longer reported as a command failure
|
||||
- Fixed `/branch` failing with "No conversation to branch" after entering a worktree or in some background sessions
|
||||
- Fixed pressing Escape in the AskUserQuestion notes field aborting the turn instead of returning to answer selection
|
||||
- Fixed model selection not applying when changed via the IDE model picker or `applyFlagSettings` after startup
|
||||
- Resumed sessions now keep the model they were using instead of picking up another session's `/model` choice
|
||||
- Fixed Bedrock and Vertex users unable to select "Opus (1M context)" from the `/model` picker (regression in v2.1.129)
|
||||
- Fixed remote-session login failing with "Can't access this organization" for users with `forceLoginMethod` and `forceLoginOrgUUID` set
|
||||
- Fixed MCP servers with paginated `tools/list` responses only returning the first page, silently dropping tools
|
||||
- Fixed MCP images with unsupported MIME types (e.g. SVG) breaking the conversation — now saved to disk and referenced in the tool result
|
||||
- Fixed file descriptor exhaustion when a build runs inside a skill directory — non-`.md` files no longer trigger skill reloads
|
||||
- Fixed session title being generated from plugin monitor output instead of the user's first prompt
|
||||
- Fixed Skill tool failing with permission error in headless mode (regression in v2.1.141)
|
||||
- Fixed plugins enabled in your own settings showing "not cached" errors after first load on a fresh machine; plugins enabled only by a project's `.claude/settings.json` now show an actionable `claude plugin install` hint
|
||||
- Fixed `claude mcp list` silently reporting no servers when `.mcp.json` can't be parsed (e.g. using VS Code's `"servers"` key instead of `"mcpServers"`) — now shows configuration errors
|
||||
- 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`
|
||||
- Fixed Edit/Write refusing with "background session hasn't isolated its changes yet" right after detaching a session that was already editing in place
|
||||
- Fixed `claude respawn <id>` on a stopped background session showing "stopped" instead of running
|
||||
- Fixed `/resume` picker not showing sessions forked from a background session
|
||||
- Fixed opening a session from `claude agents` or running `claude logs <id>` hanging when the background service is unresponsive — now times out after 10s with a recovery hint
|
||||
- Fixed background Bash tasks spawned by subagents staying "Running" in SDK task panels after the process exits
|
||||
- Fixed completed or stopped background sessions briefly failing to wake being permanently marked as a startup crash
|
||||
- Fixed markdown links in `claude agents` attached sessions rendering as plain text instead of clickable hyperlinks
|
||||
- Fixed custom `spinnerVerbs` applying to the post-turn duration message — past-tense built-ins like "Worked for 5s" are restored there
|
||||
- `claude agents` / `--bg` rejection messages now name the specific gate (non-TTY, env var, or setting) instead of a generic message
|
||||
- `claude --bg --name <label>` now echoes the name in the post-spawn confirmation
|
||||
- `claude agents`: renaming a background session with Ctrl+R now updates the attached session's banner immediately
|
||||
- Background session worktree isolation guard now applies for non-git VCS users with `WorktreeCreate` hooks configured
|
||||
- Plugin marketplace add/update now respects `CLAUDE_CODE_PLUGIN_PREFER_HTTPS`
|
||||
- `/plugin` now returns to the Installed list after enabling, disabling, or uninstalling a plugin
|
||||
- `/doctor` now shows an exec-form example when a command hook is missing the `command` field
|
||||
- Skill-listing truncation is no longer shown as a startup notification — run `/doctor` for the full breakdown
|
||||
- Improved recovery from rare pre-response stream stalls — now retries streaming once instead of falling back to a slower non-streaming request
|
||||
- Improved SDK/headless MCP startup: pre-wait now overlaps startup instead of blocking before the first turn (up to 2s faster with slow MCP servers)
|
||||
- The post-survey follow-up hint now appears after every non-dismiss survey response with context-aware copy, making it easier to share more detail via /feedback.
|
||||
|
||||
## 2.1.143
|
||||
|
||||
- Added plugin dependency enforcement: `claude plugin disable` now refuses when another enabled plugin depends on the target (with a copy-pasteable disable-chain hint), and `claude plugin enable` force-enables transitive dependencies
|
||||
|
||||
100
feed.xml
100
feed.xml
@@ -6,7 +6,65 @@
|
||||
<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-18T01:52:01Z</updated>
|
||||
<updated>2026-05-19T00:48:45Z</updated>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.144</id>
|
||||
<title>Claude Code v2.1.144</title>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.144"/>
|
||||
<updated>2026-05-19T00:48:45Z</updated>
|
||||
<content type="html"><p>• Added /resume support for background sessions — sessions started via claude --bg or agent view now appear alongside interactive ones, marked with bg</p>
|
||||
<p>• Added elapsed duration to background subagent completion notifications (e.g. "Agent completed · 3h 2m 5s")</p>
|
||||
<p>• The /plugin browse and discover panes now show when a plugin was last updated</p>
|
||||
<p>• /model now changes the model for the current session only; press d in the model picker to set a default for new sessions</p>
|
||||
<p>• Renamed "extra usage" to "usage credits" across CLI copy; /extra-usage is now /usage-credits (old name still works)</p>
|
||||
<p>• Fixed startup hanging up to 75s when api.anthropic.com is unreachable (captive portal, firewall, VPN issues) — side-channel API calls now time out after 15s</p>
|
||||
<p>• Fixed garbled terminal output after a missed window-resize event (e.g. dragging a VS Code split-pane divider) — now self-heals on the next frame instead of requiring Ctrl+L</p>
|
||||
<p>• Fixed progressive terminal display corruption (stale/garbled glyphs) that could appear in very long sessions and only cleared on terminal resize or restart</p>
|
||||
<p>• Reduced terminal rendering glitches in VS Code by reducing spinner animation color count</p>
|
||||
<p>• Fixed macOS background sessions crashing with "exit 1 before init" when the project lives under a Full Disk Access-protected folder (regression in 2.1.143)</p>
|
||||
<p>• Fixed an unrecoverable conversation when reading a file whose image extension doesn't match its contents (e.g. HTML saved as .png) — now falls back to text</p>
|
||||
<p>• Fewer spurious tool errors during search: head/tail file views now satisfy the read-before-edit check, and a "no matches" result (exit code 1) from egrep, fgrep, git grep, or git diff is no longer reported as a command failure</p>
|
||||
<p>• Fixed /branch failing with "No conversation to branch" after entering a worktree or in some background sessions</p>
|
||||
<p>• Fixed pressing Escape in the AskUserQuestion notes field aborting the turn instead of returning to answer selection</p>
|
||||
<p>• Fixed model selection not applying when changed via the IDE model picker or applyFlagSettings after startup</p>
|
||||
<p>• Resumed sessions now keep the model they were using instead of picking up another session's /model choice</p>
|
||||
<p>• Fixed Bedrock and Vertex users unable to select "Opus (1M context)" from the /model picker (regression in v2.1.129)</p>
|
||||
<p>• Fixed remote-session login failing with "Can't access this organization" for users with forceLoginMethod and forceLoginOrgUUID set</p>
|
||||
<p>• Fixed MCP servers with paginated tools/list responses only returning the first page, silently dropping tools</p>
|
||||
<p>• Fixed MCP images with unsupported MIME types (e.g. SVG) breaking the conversation — now saved to disk and referenced in the tool result</p>
|
||||
<p>• Fixed file descriptor exhaustion when a build runs inside a skill directory — non-.md files no longer trigger skill reloads</p>
|
||||
<p>• Fixed session title being generated from plugin monitor output instead of the user's first prompt</p>
|
||||
<p>• Fixed Skill tool failing with permission error in headless mode (regression in v2.1.141)</p>
|
||||
<p>• Fixed plugins enabled in your own settings showing "not cached" errors after first load on a fresh machine; plugins enabled only by a project's .claude/settings.json now show an actionable claude plugin install hint</p>
|
||||
<p>• Fixed claude mcp list silently reporting no servers when .mcp.json can't be parsed (e.g. using VS Code's "servers" key instead of "mcpServers") — now shows configuration errors</p>
|
||||
<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>
|
||||
<p>• Fixed Edit/Write refusing with "background session hasn't isolated its changes yet" right after detaching a session that was already editing in place</p>
|
||||
<p>• Fixed claude respawn &lt;id&gt; on a stopped background session showing "stopped" instead of running</p>
|
||||
<p>• Fixed /resume picker not showing sessions forked from a background session</p>
|
||||
<p>• Fixed opening a session from claude agents or running claude logs &lt;id&gt; hanging when the background service is unresponsive — now times out after 10s with a recovery hint</p>
|
||||
<p>• Fixed background Bash tasks spawned by subagents staying "Running" in SDK task panels after the process exits</p>
|
||||
<p>• Fixed completed or stopped background sessions briefly failing to wake being permanently marked as a startup crash</p>
|
||||
<p>• Fixed markdown links in claude agents attached sessions rendering as plain text instead of clickable hyperlinks</p>
|
||||
<p>• Fixed custom spinnerVerbs applying to the post-turn duration message — past-tense built-ins like "Worked for 5s" are restored there</p>
|
||||
<p>• claude agents / --bg rejection messages now name the specific gate (non-TTY, env var, or setting) instead of a generic message</p>
|
||||
<p>• claude --bg --name &lt;label&gt; now echoes the name in the post-spawn confirmation</p>
|
||||
<p>• claude agents: renaming a background session with Ctrl+R now updates the attached session's banner immediately</p>
|
||||
<p>• Background session worktree isolation guard now applies for non-git VCS users with WorktreeCreate hooks configured</p>
|
||||
<p>• Plugin marketplace add/update now respects CLAUDE_CODE_PLUGIN_PREFER_HTTPS</p>
|
||||
<p>• /plugin now returns to the Installed list after enabling, disabling, or uninstalling a plugin</p>
|
||||
<p>• /doctor now shows an exec-form example when a command hook is missing the command field</p>
|
||||
<p>• Skill-listing truncation is no longer shown as a startup notification — run /doctor for the full breakdown</p>
|
||||
<p>• Improved recovery from rare pre-response stream stalls — now retries streaming once instead of falling back to a slower non-streaming request</p>
|
||||
<p>• Improved SDK/headless MCP startup: pre-wait now overlaps startup instead of blocking before the first turn (up to 2s faster with slow MCP servers)</p>
|
||||
<p>• The post-survey follow-up hint now appears after every non-dismiss survey response with context-aware copy, making it easier to share more detail via /feedback.</p></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.143</id>
|
||||
<title>Claude Code v2.1.143</title>
|
||||
@@ -630,44 +688,4 @@
|
||||
<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>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.118</id>
|
||||
<title>Claude Code v2.1.118</title>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.118"/>
|
||||
<updated>2026-05-18T01:52:01Z</updated>
|
||||
<content type="html"><p>• Added vim visual mode (v) and visual-line mode (V) with selection, operators, and visual feedback</p>
|
||||
<p>• Merged /cost and /stats into /usage — both remain as typing shortcuts that open the relevant tab</p>
|
||||
<p>• Create and switch between named custom themes from /theme, or hand-edit JSON files in ~/.claude/themes/; plugins can also ship themes via a themes/ directory</p>
|
||||
<p>• Hooks can now invoke MCP tools directly via type: "mcp_tool"</p>
|
||||
<p>• Added DISABLE_UPDATES env var to completely block all update paths including manual claude update — stricter than DISABLE_AUTOUPDATER</p>
|
||||
<p>• WSL on Windows can now inherit Windows-side managed settings via the wslInheritsWindowsSettings policy key</p>
|
||||
<p>• Auto mode: include "$defaults" in autoMode.allow, autoMode.soft_deny, or autoMode.environment to add custom rules alongside the built-in list instead of replacing it</p>
|
||||
<p>• Added a "Don't ask again" option to the auto mode opt-in prompt</p>
|
||||
<p>• Added claude plugin tag to create release git tags for plugins with version validation</p>
|
||||
<p>• --continue/--resume now find sessions that added the current directory via /add-dir</p>
|
||||
<p>• /color now syncs the session accent color to claude.ai/code when Remote Control is connected</p>
|
||||
<p>• The /model picker now honors ANTHROPIC_DEFAULT_*_MODEL_NAME/_DESCRIPTION overrides when using a custom ANTHROPIC_BASE_URL gateway</p>
|
||||
<p>• When auto-update skips a plugin due to another plugin's version constraint, the skip now appears in /doctor and the /plugin Errors tab</p>
|
||||
<p>• Fixed /mcp menu hiding OAuth Authenticate/Re-authenticate actions for servers configured with headersHelper, and HTTP/SSE MCP servers with custom headers being stuck in "needs authentication" after a transient 401</p>
|
||||
<p>• Fixed MCP servers whose OAuth token response omits expires_in requiring re-authentication every hour</p>
|
||||
<p>• Fixed MCP step-up authorization silently refreshing instead of prompting for re-consent when the server's insufficient_scope 403 names a scope the current token already has</p>
|
||||
<p>• Fixed an unhandled promise rejection when an MCP server's OAuth flow times out or is cancelled</p>
|
||||
<p>• Fixed MCP OAuth refresh proceeding without its cross-process lock under contention</p>
|
||||
<p>• Fixed macOS keychain race where a concurrent MCP token refresh could overwrite a freshly-refreshed OAuth token, causing unexpected "Please run /login" prompts</p>
|
||||
<p>• Fixed OAuth token refresh failing when the server revokes a token before its local expiry time</p>
|
||||
<p>• Fixed credential save crash on Linux/Windows corrupting ~/.claude/.credentials.json</p>
|
||||
<p>• Fixed /login having no effect in a session launched with CLAUDE_CODE_OAUTH_TOKEN — the env token is now cleared so disk credentials take effect</p>
|
||||
<p>• Fixed unreadable text in the "new messages" scroll pill and /plugin badges</p>
|
||||
<p>• Fixed plan acceptance dialog offering "auto mode" instead of "bypass permissions" when running with --dangerously-skip-permissions</p>
|
||||
<p>• Fixed agent-type hooks failing with "Messages are required for agent hooks" when configured for events other than Stop or SubagentStop</p>
|
||||
<p>• Fixed prompt hooks re-firing on tool calls made by an agent-hook verifier subagent</p>
|
||||
<p>• Fixed /fork writing the full parent conversation to disk per fork — now writes a pointer and hydrates on read</p>
|
||||
<p>• Fixed Alt+K / Alt+X / Alt+^ / Alt+_ freezing keyboard input</p>
|
||||
<p>• Fixed connecting to a remote session overwriting your local model setting in ~/.claude/settings.json</p>
|
||||
<p>• Fixed typeahead showing "No commands match" error when pasting file paths that start with /</p>
|
||||
<p>• Fixed plugin install on an already-installed plugin not re-resolving a dependency installed at the wrong version</p>
|
||||
<p>• Fixed unhandled errors from file watcher on invalid paths or fd exhaustion</p>
|
||||
<p>• Fixed Remote Control sessions getting archived on transient CCR initialization blips during JWT refresh</p>
|
||||
<p>• Fixed subagents resumed via SendMessage not restoring the explicit cwd they were spawned with</p></content>
|
||||
</entry>
|
||||
</feed>
|
||||
|
||||
Reference in New Issue
Block a user