BashExecutorProgress
Defined in: bash/executor.ts:81
A progress update while the command is still running. stdout/stderr are cumulative —
everything captured so far, not just what’s new since the last update — so a consumer that
only reads the latest value still sees the whole output.
Properties
Section titled “Properties”done:
false
Defined in: bash/executor.ts:82
stderr
Section titled “stderr”stderr:
string
Defined in: bash/executor.ts:84
stdout
Section titled “stdout”stdout:
string
Defined in: bash/executor.ts:83
truncated
Section titled “truncated”truncated:
boolean
Defined in: bash/executor.ts:86
true if stdout or stderr has already hit the executor’s output byte cap.