diff --git a/CHANGELOG.md b/CHANGELOG.md index d975a0e05..f22a5fb17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.226 + +- Bug fixes and reliability improvements + ## 2.1.225 - Added gateway spend-limit support to Claude Code's usage warning; the limit-reached message now names the cap, its reset time, and the operator's message (requires the gateway on 2.1.225) diff --git a/feed.xml b/feed.xml index baa3fd38d..a9b858c2e 100644 --- a/feed.xml +++ b/feed.xml @@ -6,7 +6,14 @@ Anthropic - 2026-08-08T01:09:19Z + 2026-08-08T02:47:59Z + + https://github.com/anthropics/claude-code/releases/tag/v2.1.226 + Claude Code v2.1.226 + + 2026-08-08T02:47:59Z + <p>• Bug fixes and reliability improvements</p> + https://github.com/anthropics/claude-code/releases/tag/v2.1.225 Claude Code v2.1.225 @@ -630,33 +637,4 @@ <p>• Improved agents view: status column now uses full terminal width instead of truncating at 64 characters</p> <p>• Changed agents view: Ctrl+X now permanently removes a completed session, and sessions no longer render twice; deleted background jobs stay deleted</p> - - https://github.com/anthropics/claude-code/releases/tag/v2.1.205 - Claude Code v2.1.205 - - 2026-07-08T21:21:58Z - <p>• Added an auto mode rule that blocks tampering with session transcript files</p> -<p>• Fixed --json-schema silently producing unstructured output when the schema was invalid, and schemas using the format keyword being rejected</p> -<p>• Fixed a message sent while Claude was working being silently lost when the turn ended at the --max-turns limit</p> -<p>• Fixed Windows worktree removal deleting files outside the worktree when an NTFS junction or directory symlink existed inside it</p> -<p>• Fixed background agents staying shown as "failed" or "completed" in the agent list after being resumed with SendMessage</p> -<p>• Fixed background jobs flipping from "needs input" back to "working" in the agent list when the agent's turn contained no readable text</p> -<p>• Fixed claude attach erroring when a background agent was mid-upgrade restart instead of waiting for it to come back</p> -<p>• Fixed session-to-PR linking missing a PR created in a Bash call whose output exceeded the 30K inline limit</p> -<p>• Fixed claude mcp add-from-claude-desktop getting stuck when a server name contains unsupported characters; invalid names are now reported and remaining servers still import</p> -<p>• Fixed a plugin LSP server that fails to initialize preventing a valid LSP server from another plugin handling the same file extension</p> -<p>• Fixed a Windows crash when the directory Claude was launched from is deleted, locked, or unmounted while a command is running</p> -<p>• Fixed a crash when a file watcher was closed while a directory scan was still in flight</p> -<p>• Fixed project verify skills being rewritten on every session instead of only when a documented command changed</p> -<p>• Fixed the agent view rendering one line too high and clipping its header when the job list slightly overflowed the screen</p> -<p>• Fixed background tasks in the web and mobile Remote Control panels showing stale "Running" status by forwarding full task state on every membership change</p> -<p>• Improved auto mode to ask before running rm -rf on a variable it can't resolve from context</p> -<p>• Auto-update binary downloads now stream to disk instead of buffering in memory, cutting the updater's peak memory usage by roughly 400 MB</p> -<p>• Background task notifications now explicitly state that no human input has occurred, preventing fabricated in-transcript approvals from being acted on</p> -<p>• Improved agent view: sessions that edit, merge, comment on, or push to an existing PR now link it in claude agents</p> -<p>• Improved agent view: rows now show a colored state word and a classifier-written headline instead of raw tool call text, and the peek opens with full status including the exact ask for blocked sessions</p> -<p>• /doctor is now a full setup checkup that can diagnose and fix issues; /checkup is its alias</p> -<p>• Reserved the "Claude Browser" MCP server name (alongside "Claude Preview") ahead of the Claude Desktop pane rename; user-configured MCP servers can no longer register under either name</p> -<p>• Fixed Cowork VM-mode local-agent sessions failing to start with "Not logged in · Please run /login" on CLI 2.1.203+</p> -