Adds two new AI-assistant connector profiles to the AI Connectors tab, alongside the existing Claude profile.
What's new
GrokConnectorProfile(sluggrok) — Grok/xAI DCR client matcher, consent branding, MCP URL setup HTML.ChatGPTConnectorProfile(slugchatgpt) — ChatGPT/OpenAI DCR client matcher, consent branding, MCP URL setup HTML.- Both profiles register under the existing Freemius premium gate — unlicensed installs still load the plugin but register no profiles.
Main::maybe_log_missing_registrynow iterates over all three slugs when emitting theWP_DEBUGdiagnostic.- Landing page copy updated to mention Claude + Grok + ChatGPT.
- Freemius
menu.supportflipped totrue— the Support submenu now surfaces under the AcrossAI menu.
Heads-up (placeholder redirect URIs)
The two new profiles ship with placeholder REDIRECT_URI values inherited from their source sibling plugins:
- Grok:
https://grok.com/api/mcp/auth_callback— pending confirmation from xAI's docs. - ChatGPT:
TODO_CHATGPT_OAUTH_CALLBACK_URL— must be replaced with OpenAI's real MCP OAuth callback before ChatGPT connect attempts will pass the whitelist check.
Full changelog
See README.txt for the full 0.3.0 changelog entry.
Diff
ca8b95d…v0.3.0