Highlights
- MCP Quick Setup Wizard (F069 / F072 / F073 / F074) — new guided React admin wizard that condenses the 11-tab per-server-edit surface into a single linear flow. Dynamic 5-to-10-step flow across 13 total steps driven by 10 skip predicates. Auto-redirects on activation to Step 1 with the seeded default server preselected. Reachable from a persistent top-admin-bar chip plus four everyday entry points (plugins.php row action, submenu under the AcrossAI menu,
page-title-actionon the MCP Servers list, per-row quicklink pill). URL carries step index + optional?server=<id>so browser Back/Forward and deep-links work. In-wizard app-password step removes the round-trip to the WP user profile. - Pro setup step with licence gate (F074) — new
acrossaiProLicensedfield onGET /quick-setup/statedelegates to acrossai-pro's own Freemiuscan_use_premium_code()predicate, so the wizard and the plugin can never disagree about what "licensed" means. Free-version users get a hard block on the Connectors branch (steps 8–9). - 8 new MCP client integrations (F071) — Windsurf, Zed, Cline, Roo Code, Kilo Code, Amazon Q Developer, OpenCode, Antigravity. Doubles the built-in registry from 8 → 16 clients. Every consumer (wizard Step 7 method grid, Step 11 client detail sub-nav, admin snippet display) picks these up automatically via
AbstractMCPClient::get_all_registered_clients()— zero React changes. - Fix — Quick Setup wizard: Step 3 "Save and Continue" now advances on the first click. Fixes a self-sustaining passive-effect loop in
useWizardRouterthat made Steps 3, 5, and 6 require two clicks. - Fix — Companion add-on slug
acrossai-ai-connectors→acrossai-pro. Repairs the "Activate add-on" CTA on the Connectors/Integrations promo card, which had been misreading installed-but-inactive as not-installed. - UI — Connectors/Integrations promo card: trial-first CTA + "Start today — free for 30 days" launch-offer banner.
- Admin — Plugins.php Settings link retargeted to the shared AcrossAI Settings page's MCP tab, with a new three-item sub-nav (Servers / Settings / Quick Setup).
- Admin — npm/CLI login enabled by default on activation (D44).
add_option()seed on fresh installs; existing explicit-disable installs preserved.
PRs in this release
- #81 fix(promo): point Connectors promo at acrossai-pro + trial-first CTA
- #82 F069 MCP Quick Setup Wizard — MVP + 13-step dynamic flow evolution
- #84 feat(mcp-clients): add 8 new MCP client integrations (F071)
- #85 F072 + F073 — Quick Setup entry points, Step 11 client parity, in-wizard app-password
- #86 fix(quick-setup): advance the wizard on the first Continue click
- #88 feat(quick-setup): Pro setup step with licence gate (F074)
- #89 chore(settings): retarget Settings link + seed npm/CLI login enabled by default
- #90 release(0.3.0): version bump + consolidated changelog
Full changelog: v0.2.10…v0.3.0