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

REPL bridge placeholder sweep now schema-validates entries before acting on them

REPL bridge placeholder cleanup now validates entries against a schema before acting on them

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.277,
Under the hood

REPL bridge placeholder cleanup now validates entries against a schema before acting on them

What

The periodic sweep that cleans up REPL bridge placeholders (entries expected to have a process ID, optional process-start time, and creation time) now validates each entry against a defined schema before acting on it, rather than assuming the entry has the expected shape. Entries that fail validation are skipped or removed defensively.

Why

This prevents the cleanup sweep from crashing or misbehaving if it encounters a malformed or unexpected placeholder entry.

See this entry in the whole of v2.1.277 →