Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

IDE diff acceptance now tags permission decisions with an 'ide' surface

Accepting a diff in the IDE extension now tags the permission decision as coming from the IDE

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaElsewherewhat it touches
KindInternal Changesin v2.1.269,
Under the hood

Accepting a diff in the IDE extension now tags the permission decision as coming from the IDE

What

When you accept a code change through the IDE extension's diff view, the permission decision that gets recorded now includes surface: "ide", but only when the underlying connection is one of the IDE connection types (sse-ide or ws-ide). Otherwise this field is left unset.

Why

This lets Claude Code distinguish permission decisions made through the IDE diff view from those made elsewhere, which is useful for understanding where approvals are coming from.

See this entry in the whole of v2.1.269 →