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 ·

Async REPL dispatch queue depth check unaffected in behaviour but relocated

Async REPL's queue-depth limit logic moved to a new internal function, same behavior

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

Async REPL's queue-depth limit logic moved to a new internal function, same behavior

What

The check that rejects a new asynchronous REPL (code execution) request when too many evaluations are already queued or running, along with its "async REPL dispatch rejected" message, was moved into a new internal function that is now invoked through the call.runEngine execution path. The wording and the logic itself are unchanged.

Why

This is a code relocation tied to the broader REPL tool restructuring in this release, with no change in behavior: the same queue-depth limit still applies.

See this entry in the whole of v2.1.269 →