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 ·

Slash-command submission gains explicit input-mode override and submit timestamp

Submitting input records a timestamp and can override input mode, with a callback restoring a handed-back prompt.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaTerminal UIwhat it touches
KindInternal Changesin v2.1.257,
Under the hood

Submitting input records a timestamp and can override input mode, with a callback restoring a handed-back prompt.

The chat input submit handler now accepts an inputModeOverride option and records a submittedAtMs timestamp at submit time, passed through to downstream processing. A new restoreHandedBackPrompt callback, tied to rate-limit auto-continue, restores a previously handed-back prompt via consumeRateLimitAutoContinuePrefill().

See this entry in the whole of v2.1.257 →

Feedback