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.276" description="September 18, 2026">
10 * Fixed every request failing with `400 … Input tag 'advisor_20260301'` when `ANTHROPIC_BASE_URL` points at a proxy or gateway (2.1.275 regression)
11</Update>
12
913<Update label="2.1.275" description="September 17, 2026">
1014 * Added the signed-in account to Claude apps gateway sign-in: when the gateway names it, you confirm it before the credential is saved, and `/status` shows it
1115 * Added a send-now key (ctrl+enter, or ctrl+x ctrl+s) that interrupts the current turn and sends all queued messages at once; sent and queued messages show in gray until the model receives them
from line 1816
18121816 * Changed sessions forked with `/fork` to create a new worktree of their own instead of working in the original session's checkout
18131817 * Changed Claude in Chrome to close the browser tabs it opens once it no longer needs them
18141818 * Changed fast mode to report on the stream when usage credits run out mid-session, instead of failing silently
1815 * Changed Monitor: a watch that exits without producing any output now says so instead of reporting "stream ended"
1816 * Changed the Gateway `model` field validation: non-string values are rejected with a 400 instead of being forwarded
1817
1819 * Changed Mon