Agent Client Protocol - v1.2.1
    Preparing search index...

    Type Alias SessionConfigOptionCategory

    SessionConfigOptionCategory:
        | "mode"
        | "model"
        | "model_config"
        | "thought_level"
        | string

    Semantic category for a session configuration option.

    This is intended to help Clients distinguish broadly common selectors (e.g. model selector vs session mode selector vs thought/reasoning level) for UX purposes (keyboard shortcuts, icons, placement). It MUST NOT be required for correctness. Clients MUST handle missing or unknown categories gracefully.

    Category names beginning with _ are free for custom use, like other ACP extension methods. Category names that do not begin with _ are reserved for the ACP spec.