Skip to content

ConsoleEntry

A single entry in the console output, representing one lifecycle event.

optional data?: Record<string, unknown>

Event-specific data.


depth: number

Indentation depth (0=session, 1=turn, 2=model/tool).


summary: string

Human-readable summary line.


type: string

Event type: “session:start”, “turn:start”, “model:call”, “tool:call”, etc.