echoesToTerminal property

bool get echoesToTerminal

Whether the runner already streamed the command's output to the user's terminal (e.g. it ran in the live interactive session). When true, AgentService does not re-print the captured stdout/stderr.

Implementation

bool get echoesToTerminal => false;