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

    Type Alias SDKHookProgressMessage

    type SDKHookProgressMessage = {
        hook_event: string;
        hook_id: string;
        hook_name: string;
        output: string;
        session_id: string;
        stderr: string;
        stdout: string;
        subtype: "hook_progress";
        type: "system";
        uuid: UUID;
    }
    Index

    Claude SDK

    hook_event: string
    hook_id: string
    hook_name: string
    output: string
    session_id: string
    stderr: string
    stdout: string
    subtype: "hook_progress"
    type: "system"
    uuid: UUID