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

Your message dims while it's waiting for a response

A message you sent now renders dimmed and colorless while Claude is still working on it, distinguishing it from settled messages

TierUse it nowhow much it should matter to you
Useful3my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaTerminal Renderingwhat it touches
KindNew Featuresin v2.1.275,
Group of 3 Use it now Notable

A message you sent now renders dimmed and colorless while Claude is still working on it, distinguishing it from settled messages

What

The text-rendering component underlying Claude Code's terminal output gained a monochrome prop that, when set, strips out color so text renders as plain/dim/italic only, with no ANSI color codes.

  • The "You" message row (what you typed) now tracks an awaitingModel state, derived from the message ID, which is true while a response is still in flight or the message is queued.
  • While awaitingModel is true, the label and body of your message render in a subtle/inactive color using this monochrome mode, in both the brief and normal transcript layouts.

Why

This gives a visual cue that distinguishes a message you just sent (still being processed) from earlier messages that have already been fully handled, without needing to read timestamps or scroll state.

Read from
Names in the bundlemonochrome
What the documentation says

See this entry in the whole of v2.1.275 →