Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.228 Home All releases olderv2.1.227 v2.1.229newer
Claude Code v2.1.228

Diff sidebar with switchable tabs and comparison base

Not switched on
Useful3 Signal4
Diff Panel Notable not in their notes

A diff sidebar can switch tabs and cycle its comparison base, remembered in a setting.

The sidebar needs the diffSidebarOpen setting and a 144-column terminal, and the panel itself is gated off.

diffSidebarOpendiffSidebarBaseMode
What

New code drives a side panel that toggles between a diff view and the conversation, and cycles what the diff is compared against: the session's starting point, uncommitted changes, or the branch. Both the tab switch and the base switch emit telemetry. Opening is gated on the diffSidebarOpen setting, needs a terminal at least 144 columns wide unless that setting is explicitly true, and reports a message when the directory is not a git repository. The chosen base persists as diffSidebarBaseMode.

Evidence

repl_diff_base_switch

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.228 →