ISPO SDK
    Preparing search index...

    Type Alias ChatCompanionSessionStatus

    Markdown
    ChatCompanionSessionStatus:
        | "idle"
        | "active"
        | "awaiting-permission"
        | "stalled"
        | "ended"
        | "error"

    Host-reduced session lifecycle vocabulary — the same closed set the host writes into agent.session reflections (AgentSessionStatus in @ispo/sdk); the SDK should alias rather than fork it.