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

    Type Alias TerminalReason

    TerminalReason:
        | "blocking_limit"
        | "rapid_refill_breaker"
        | "prompt_too_long"
        | "image_error"
        | "model_error"
        | "aborted_streaming"
        | "aborted_tools"
        | "stop_hook_prevented"
        | "hook_stopped"
        | "tool_deferred"
        | "max_turns"
        | "completed"

    Why the query loop terminated. Unset when the loop was bypassed (local slash command) or interrupted externally (budget/retry limits checked between yields).