Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · claude-code

Claude Code changelog changed

changelog

Nearest release: v2.1.278, published an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+5added
Lines−0removed
From line 6 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits40to this page, all time

The whole hunk

from line 6, old and new numbered
/
lines

This page is larger than the 256 KiB this site keeps, so one side of the diff below stops where the stored text does.

from line 6
66 
77Run `claude --version` to check your installed version.
88 
9<Update label="2.1.278" description="September 19, 2026">
10 * Changed auto mode for Claude API and Enterprise users, and on Bedrock, Vertex, Foundry and gateways, to default to the server-side classifier, which does not charge for classifier overhead (`CLAUDE_CODE_AUTO_MODE_SERVER=0` opts out on Bedrock, Vertex, Foundry and gateways); warns on billed fallback. See [https://code.claude.com/docs/en/auto-mode-classifier-billing](https://code.claude.com/docs/en/auto-mode-classifier-billing)
11 * Added an `Auto mode server` row to `/status` showing whether this session's auto mode classifier runs on the server
12</Update>
13 
914<Update label="2.1.277" description="September 18, 2026">
1015 * Added AGENTS.md support: in a project with no CLAUDE.md, Claude Code reads AGENTS.md instead; change it under "Project instructions" in `/config` (not yet on Bedrock, Vertex or Foundry)
1116 * Added `CLAUDE_GATEWAY_PROXY_IS_EGRESS_BOUNDARY=1` for Claude apps gateways whose only egress is a forward proxy: every outbound request hands the proxy the hostname instead of resolving it locally
from line 1808
18031808 * Fixed sandbox violation details never appearing in Bash tool results; Claude now sees which file or network access was denied and why
18041809 * Fixed MCP tools that connect mid-turn being deferred for tool search without their names announced to the model
18051810 * Fixed plugin install records being silently corrupted when the same plugin is installed in multiple projects
1806 * Fixed recalled or restored paste content occasionally attaching wrong data or silently losing text when the paste had aged out or placeholder numbers collided
1807 * Fixed copy-on-select on Wayland sometimes not reaching the clipboard; the two selection writes no longer race
1808 * Fixed the feedback survey's transcript share silently failing on long sessions; a failed share now shows an error instead of a success message
1809 * Fixed Remote Control auto-start intermittently failing with "Remote credentials fetch failed" on a cold start with a stale login token
1810 * Fixed Remote Control and SDK clients showing a blank "(no content)" message after `/clear` and other output-less commands
1811 * Fixed a Remote Con
1811 * Fixed recalled or restored paste content occasionally attaching wrong data or silent
Feedback