@pouchy_ai/companion-sdk - v0.1.0
    Preparing search index...

    Interface PendingConfirm

    One still-pending confirmation, as returned by client.pendingConfirms() — display-safe (never the recorded tool call or its raw args).

    interface PendingConfirm {
        confirmId: string;
        createdAt: number;
        scope: string;
        summary: string;
    }
    Index
    confirmId: string
    createdAt: number

    Epoch ms when the companion asked.

    scope: string

    The scope of the op needing approval (e.g. skills.execute).

    summary: string

    A human, user-facing summary of what approving will do.