The classic in-turn status row now only shows when a newer transcript display mode isn't already handling it
Claude Code's display of what it's doing mid-turn (a spinner or status line while it's working) now has two possible sources. A new component checks whether a StateRowSourceContext is already supplying status information (such as remote-connection or reply-channel state); if not, it falls back to showing the classic status row. A separate, newer live-status row is now shown only when isTranscriptV2Enabled is on.
This is internal plumbing to avoid showing two status indicators at once as Claude Code's transcript display evolves. It shouldn't change what you see day-to-day, but it's part of the groundwork for a newer transcript rendering path.
Nothing here indicates whether the reader's own account will see the newer transcript display, since the gate that controls it is not…