Skip to content

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.

done: false

Defined in: bash/executor.ts:82


stderr: string

Defined in: bash/executor.ts:84


stdout: string

Defined in: bash/executor.ts:83


truncated: boolean

Defined in: bash/executor.ts:86

true if stdout or stderr has already hit the executor’s output byte cap.