|
6 | 6 | <author><name>Anthropic</name></author> |
7 | 7 | <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md"/> |
8 | 8 | <link rel="self" type="application/atom+xml" href="https://raw.githubusercontent.com/anthropics/claude-code/main/feed.xml"/> |
9 | | - <updated>2026-06-06T01:33:29Z</updated> |
| 9 | + <updated>2026-06-06T23:41:47Z</updated> |
| 10 | + <entry> |
| 11 | + <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.168</id> |
| 12 | + <title>Claude Code v2.1.168</title> |
| 13 | + <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.168"/> |
| 14 | + <updated>2026-06-06T23:41:47Z</updated> |
| 15 | + <content type="html"><p>• Bug fixes and reliability improvements</p></content> |
| 16 | + </entry> |
10 | 17 | <entry> |
11 | 18 | <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.167</id> |
12 | 19 | <title>Claude Code v2.1.167</title> |
|
473 | 480 | <p>• Fixed an infinite loop where a skill using context: fork could repeatedly re-invoke itself instead of running</p> |
474 | 481 | <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> |
475 | 482 | </entry> |
476 | | - <entry> |
477 | | - <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.144</id> |
478 | | - <title>Claude Code v2.1.144</title> |
479 | | - <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.144"/> |
480 | | - <updated>2026-05-19T00:48:45Z</updated> |
481 | | - <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> |
482 | | -<p>• Added elapsed duration to background subagent completion notifications (e.g. "Agent completed · 3h 2m 5s")</p> |
483 | | -<p>• The /plugin browse and discover panes now show when a plugin was last updated</p> |
484 | | -<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> |
485 | | -<p>• Renamed "extra usage" to "usage credits" across CLI copy; /extra-usage is now /usage-credits (old name still works)</p> |
486 | | -<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> |
487 | | -<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> |
488 | | -<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> |
489 | | -<p>• Reduced terminal rendering glitches in VS Code by reducing spinner animation color count</p> |
490 | | -<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> |
491 | | -<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> |
492 | | -<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> |
493 | | -<p>• Fixed /branch failing with "No conversation to branch" after entering a worktree or in some background sessions</p> |
494 | | -<p>• Fixed pressing Escape in the AskUserQuestion notes field aborting the turn instead of returning to answer selection</p> |
495 | | -<p>• Fixed model selection not applying when changed via the IDE model picker or applyFlagSettings after startup</p> |
496 | | -<p>• Resumed sessions now keep the model they were using instead of picking up another session's /model choice</p> |
497 | | -<p>• Fixed Bedrock and Vertex users unable to select "Opus (1M context)" from the /model picker (regression in v2.1.129)</p> |
498 | | -<p>• Fixed remote-session login failing with "Can't access this organization" for users with forceLoginMethod and forceLoginOrgUUID set</p> |
499 | | -<p>• Fixed MCP servers with paginated tools/list responses only returning the first page, silently dropping tools</p> |
500 | | -<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> |
501 | | -<p>• Fixed file descriptor exhaustion when a build runs inside a skill directory — non-.md files no longer trigger skill reloads</p> |
502 | | -<p>• Fixed session title being generated from plugin monitor output instead of the user's first prompt</p> |
503 | | -<p>• Fixed Skill tool failing with permission error in headless mode (regression in v2.1.141)</p> |
504 | | -<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> |
505 | | -<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> |
506 | | -<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> |
507 | | -<p>• Fixed scrolling in attached background sessions on Windows — PgUp/PgDn, mouse wheel, and Ctrl+O transcript navigation now work</p> |
508 | | -<p>• Fixed a crash when closing the terminal while attached to a background session</p> |
509 | | -<p>• Fixed on Windows, pressing ← in claude agents leaving the list unresponsive to keyboard input</p> |
510 | | -<p>• Fixed ghost characters at the left edge when switching panes in Agent View on Windows Terminal with CJK content</p> |
511 | | -<p>• /bg and ←-detach now preserve directories added via /add-dir</p> |
512 | | -<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> |
513 | | -<p>• Fixed claude respawn &lt;id&gt; on a stopped background session showing "stopped" instead of running</p> |
514 | | -<p>• Fixed /resume picker not showing sessions forked from a background session</p> |
515 | | -<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> |
516 | | -<p>• Fixed background Bash tasks spawned by subagents staying "Running" in SDK task panels after the process exits</p> |
517 | | -<p>• Fixed completed or stopped background sessions briefly failing to wake being permanently marked as a startup crash</p> |
518 | | -<p>• Fixed markdown links in claude agents attached sessions rendering as plain text instead of clickable hyperlinks</p> |
519 | | -<p>• Fixed custom spinnerVerbs applying to the post-turn duration message — past-tense built-ins like "Worked for 5s" are restored there</p> |
520 | | -<p>• claude agents / --bg rejection messages now name the specific gate (non-TTY, env var, or setting) instead of a generic message</p> |
521 | | -<p>• claude --bg --name &lt;label&gt; now echoes the name in the post-spawn confirmation</p> |
522 | | -<p>• claude agents: renaming a background session with Ctrl+R now updates the attached session's banner immediately</p> |
523 | | -<p>• Background session worktree isolation guard now applies for non-git VCS users with WorktreeCreate hooks configured</p> |
524 | | -<p>• Plugin marketplace add/update now respects CLAUDE_CODE_PLUGIN_PREFER_HTTPS</p> |
525 | | -<p>• /plugin now returns to the Installed list after enabling, disabling, or uninstalling a plugin</p> |
526 | | -<p>• /doctor now shows an exec-form example when a command hook is missing the command field</p> |
527 | | -<p>• Skill-listing truncation is no longer shown as a startup notification — run /doctor for the full breakdown</p> |
528 | | -<p>• Improved recovery from rare pre-response stream stalls — now retries streaming once instead of falling back to a slower non-streaming request</p> |
529 | | -<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> |
530 | | -<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> |
531 | | - </entry> |
532 | 483 | </feed> |
0 commit comments