Removed the direct reads of the core connectors_ai_chatgpt_api_key option from the connection and diagnostics REST endpoints. The connector’s configured state is now read solely through the AI Client API (isProviderConfigured()); the option is still written so the WordPress AI plugin can detect the connector’s credentials, but it is no longer read back by this plugin.
0.1.2
Prefixed all plugin-owned options, transients, and hooks with halawa_chatgpt_ to avoid collisions in WordPress’s shared namespaces.
Documented every external service the plugin contacts and corrected the model-list endpoint URL in the readme.
Made the public CLI-pairing REST route’s intentionally-public design explicit (__return_true) while keeping its single-use-token security boundary and per-IP rate limiting.
Added uninstall cleanup that removes the plugin’s stored options and transients.
0.1.1
Fixed a “Missing the output key” error from the Codex /responses stream.
0.1.0
Initial release.
ChatGPT text generation models with dynamic model discovery.
Function calling and structured (JSON schema) output.