Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64791


Ignore:
Timestamp:
03/04/2026 10:59:55 AM (6 months ago)
Author:
gziolo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64791 – Description

    initial v1  
    11The Connectors screen needs a formal extensibility API so that third-party plugins can register their own connector cards — including custom UI for OAuth flows, multi-step configuration, or non-API-key authentication methods — without being limited to the default API key input card.
    22
    3 The Connectors screen was introduced in [Gutenberg#75833](https://github.com/WordPress/gutenberg/pull/75833). [Gutenberg#76014](https://github.com/WordPress/gutenberg/pull/76014) added dynamic registration from the WP AI Client PHP registry, so provider plugins using `AiClient::defaultRegistry()->registerProvider()` with `api_key` authentication now appear automatically. This was a significant step, but the extensibility story remains incomplete.
     3The Connectors screen was introduced in https://core.trac.wordpress.org/ticket/64730 (https://github.com/WordPress/gutenberg/pull/75833). https://github.com/WordPress/gutenberg/pull/76014 added dynamic registration from the WP AI Client PHP registry, so provider plugins using `AiClient::defaultRegistry()->registerProvider()` with `api_key` authentication now appear automatically. This was a significant step, but the extensibility story remains incomplete.
    44
    55=== Current behavior