ConsoleEntry
A single entry in the console output, representing one lifecycle event.
Properties
Section titled “Properties”
optionaldata?:Record<string,unknown>
Event-specific data.
depth:
number
Indentation depth (0=session, 1=turn, 2=model/tool).
summary
Section titled “summary”summary:
string
Human-readable summary line.
type:
string
Event type: “session:start”, “turn:start”, “model:call”, “tool:call”, etc.