pai
    Preparing search index...

    Type Alias ProviderResult

    What claudeProvider changed.

    type ProviderResult = {
        base_url?: string;
        model?: string;
        on: boolean;
        settings: string;
        warnings: string[];
    }
    Index
    base_url?: string

    The ANTHROPIC_BASE_URL written: the API base without /v1.

    model?: string

    The ANTHROPIC_MODEL in the settings, if any.

    on: boolean

    True when Claude Code now runs on Phantom AI; false after --provider off.

    settings: string

    The path of Claude Code's settings file.

    warnings: string[]

    Things the user should know, such as an ANTHROPIC_API_KEY in the shell that would win over the Phantom key.