@runloop/agent-axon-client
    Preparing search index...

    Type Alias SDKHookResponseMessage

    type SDKHookResponseMessage = {
        exit_code?: number;
        hook_event: string;
        hook_id: string;
        hook_name: string;
        outcome: "success" | "error" | "cancelled";
        output: string;
        session_id: string;
        stderr: string;
        stdout: string;
        subtype: "hook_response";
        type: "system";
        uuid: UUID;
    }
    Index

    Claude SDK

    exit_code?: number
    hook_event: string
    hook_id: string
    hook_name: string
    outcome: "success" | "error" | "cancelled"
    output: string
    session_id: string
    stderr: string
    stdout: string
    subtype: "hook_response"
    type: "system"
    uuid: UUID