- New: Grok.com and Grok Bot support. Connect grok.com with OAuth sign-in through a custom connector, or hand Grok Bot a short prompt with the server details and let it set up the OAuth or application password connection on its own.
- Fix: Admin access and upload link abilities now return their curl examples when PHP disables
escapeshellarg, instead of failing while formatting the response. - Fix: Registering an AI client now reports an error instead of a false success when the client could not be saved, for example on a site whose OAuth table is missing a column. Novamira adds a missing column automatically when the database allows it; a client that failed to connect during that window needs to be removed and added again.
- Fix: Troubleshoot now tells you who is redirecting an OAuth discovery URL. When the redirect comes from WordPress itself, the check points at the redirection, SEO or security plugin holding a rule for that path instead of sending you to hosting support, which cannot see or remove it.
- Fix: Filesystem abilities called over the REST API now return appropriate HTTP statuses for invalid requests, missing target directories, protected locations, and conflicting file state instead of reporting them as server errors.
- Fix: Other plugins' Bearer tokens are no longer rejected by Novamira. A request carrying another plugin's token now reaches that plugin's own authentication instead of failing with a Novamira sign-in error.
- Fix: Novamira Design tools are now available to AI clients that connect over the REST Abilities API, alongside the rest of Novamira's abilities.
- Fix: Prevent an HTTP 500 when another plugin triggers Bearer authentication before WordPress creates its rewrite object on sites using pretty or index-based permalinks.
- Fix: Browser sign-in now reaches the approval screen on sites whose WordPress Address and Site Address use different hosts (for example www and non-www), including after logging in, instead of stopping on the bare wp-admin dashboard.
- Fix: MCP server names now distinguish WordPress sites installed in different subdirectories on the same domain, and site titles with symbols display correctly in Claude connectors and bundles.
- Fix: Novamira Visual server names now distinguish WordPress sites installed in different subdirectories on the same domain, and site titles with symbols display correctly in the Visual bundle.
- Minor Fixes