Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

Rate-limit auto-continue prefill is now consumed before overwriting draft

Rate-limit auto-continue prefill text is consumed before the draft is rewritten, so it is no longer clobbered or duplicated.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaTerminal UIwhat it touches
KindBug Fixesin v2.1.257,
You'll notice

Rate-limit auto-continue prefill text is consumed before the draft is rewritten, so it is no longer clobbered or duplicated.

Before the turn rewrites the input draft during queued-command execution, it now explicitly consumes any pending rate-limit auto-continue prefill text via consumeRateLimitAutoContinuePrefill. This prevents that prefill from being clobbered or duplicated when new input arrives.

See this entry in the whole of v2.1.257 →

Feedback