The command to be executed.
A best-effort parsing of the command to understand the action(s) it will perform. This returns a list of CommandAction objects because a single shell command may be composed of many commands piped together.
The command's working directory.
The duration of the command execution in milliseconds.
The command's exit code.
Identifier for the underlying PTY process (when available).
The duration of the MCP tool call in milliseconds.
OptionalmcpAppResourceUri?: stringDeprecated: use appContext.resourceUri instead.
The duration of the dynamic tool call in milliseconds.
Last known status of the target agents, when available.
Unique identifier for this collab tool call.
Model requested for the spawned agent, when applicable.
Prompt text sent as part of the collab tool call, when available.
Reasoning effort requested for the spawned agent, when applicable.
Thread ID of the receiving agent, when applicable. In case of spawn operation, this corresponds to the newly spawned agent.
Thread ID of the agent issuing the collab request.
Current status of the collab tool call.
Name of the collab tool that was invoked.
The command's output, aggregated from stdout and stderr.