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.273 ·

REPL two-step note lookup simplified, drops keptAsFiles logic

The REPL's 'two-step' note lookup was simplified and no longer computes a keptAsFiles value

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaREPLwhat it touches
KindInternal Changesin v2.1.273,
Under the hood

The REPL's 'two-step' note lookup was simplified and no longer computes a keptAsFiles value

What

The internal function that provides 'two-step' notes for Claude Code's interactive session (REPL) was renamed and simplified. It now takes one fewer parameter and just returns the matching entry directly, instead of also computing and returning a keptAsFiles value alongside it.

Why

This is an internal simplification of how these notes are looked up; the removed keptAsFiles computation is no longer part of the result.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtWhat the removed `keptAsFiles` value was used for, and whether anything downstream relied on it, isn't stated.

See this entry in the whole of v2.1.273 →