featherbit UI
    Preparing search index...

    Interface ChatSettings

    interface ChatSettings {
        apiKey: string;
        autoApprove: boolean;
        baseUrl: string;
        mcpToken: string;
        model: string;
        redact: boolean;
    }
    Index
    apiKey: string
    autoApprove: boolean

    Run write tools and run_sandbox without the Run/Skip card. Default false.

    baseUrl: string
    mcpToken: string
    model: string
    redact: boolean

    Client-side secret redaction before storing/sending (see chat/redact.ts).