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

    Interface HookCallbackMatcher

    Hook callback matcher containing hook callbacks and optional pattern matching.

    interface HookCallbackMatcher {
        hooks: HookCallback[];
        matcher?: string;
        timeout?: number;
    }
    Index

    Claude SDK

    hooks: HookCallback[]
    matcher?: string
    timeout?: number

    Timeout in seconds for all hooks in this matcher