Under the hood
Subagent prompts now enable live transcript conditionally instead of always
What
When a subagent (a separate Claude instance spun up to handle part of a task) is started, the liveTranscript setting passed along is now computed by a function instead of always being turned on. The related parentPromptId lookup was also changed to read from the current message container rather than a different one.
Why
This means live transcript streaming for a subagent's prompt is no longer unconditional; it now depends on the computed condition, though the finding does not specify what that condition checks.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
What condition `ps(r)` checks to decide whether liveTranscript is enabled is not stated.