@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ExecCommandApprovalParams

    type ExecCommandApprovalParams = {
        approvalId: string | null;
        callId: string;
        command: string[];
        conversationId: ThreadId;
        cwd: string;
        parsedCmd: ParsedCommand[];
        reason: string | null;
    }
    Index

    Properties

    approvalId: string | null

    Identifier for this specific approval callback.

    callId: string

    Use to correlate this with [codex_protocol::protocol::ExecCommandBeginEvent] and [codex_protocol::protocol::ExecCommandEndEvent].

    command: string[]
    conversationId: ThreadId
    cwd: string
    parsedCmd: ParsedCommand[]
    reason: string | null