2026-W18

Apr 27–May 3, 2026

6 releases

The week focused on setting up the Airfleet Nexus AI Server with admin tools and testing scripts. The plugin suite received enhancements including a PR review skill, an evaluation phase for implementation, and Playwright e2e testing. Documentation generation now supports image embedding, and theme support was updated to handle script autoloading.

airfleet-nexus-ai-server

Release 0.2.0

Adds server infrastructure, AI generation capabilities, admin tools, and automated testing.

GitHub
View full changelog

Added

  • Initial Airfleet Nexus AI Server workspace with pnpm, TypeScript, ESLint, Vitest, and shared build, test, typecheck, migration, and spec-generation scripts.
  • Express server composition root with health checks, admin UI serving, plugin route mounting, session handling, access logging, and centralized error handling.
  • Page AI plugin with API-key authenticated WordPress endpoints for page spec lookup, session lifecycle management, staged page-build orchestration, block-tree hydration, and implementation revisions.
  • Admin capabilities for GitHub OAuth login, API key creation/listing/revocation, log search, session lists, and session journey inspection.
  • Shared platform packages for configuration, PostgreSQL access, logging, event bus, middleware, plugin contracts, request context, and WordPress-facing Zod schemas/types.
  • AI generation foundation using Anthropic Claude through the Vercel AI SDK, including stage-scoped tool registration, turn budgeting, and research/plan/approve/implement workflow support.
  • PostgreSQL-backed observability with request logs and domain/admin event subscribers.
  • Admin SPA package and plugin-aware route/navigation structure for server-hosted administration.
  • Local development and release infrastructure, including Docker Compose for PostgreSQL and GitHub Actions workflows for release validation and GitHub releases.
  • Initial automated test coverage for WordPress block-tree contracts, tree operations, stage transitions, tool registry behavior, turn budgeting, prompt handling, and log subscribers.
airfleet-nexus-plugin

Release 0.45.0

Adds a nexus-pr-review skill, /pr_review command mirrors, and pr-reviewer subagents while disabling GitHub Agentic Workflow sources for pull request reviews.

GitHub
View full changelog

Added

  • Internal: Add a nexus-pr-review skill, /pr_review command mirrors, dedicated pr-reviewer subagents, and disabled GitHub Agentic Workflow sources for pull request reviews.
airfleet-nexus-plugin

Release 0.44.0

Adds an evaluation phase for implementation phases and updates documentation to reflect the new workflow.

GitHub
View full changelog

Added

  • Agentic infrastructure: Add evaluate_phase command and implementation-evaluator subagent mirrors for Claude Code, OpenCode, and GitHub Copilot to provide an optional skeptical review step after larger implementation phases.

Changed

  • Documentation: Update the agentic workflow guides and contributor instructions to include the optional research_codebasecreate_planimplement_planevaluate_phase flow for bounded multi-file work.
airfleet-nexus-plugin

Release 0.43.0

Added support for embedding images in auto-generated documentation using PHPDoc tags.

GitHub
View full changelog

Added

  • Documentation: support @image tags in PHPDoc blocks to embed images in auto-generated hook and filter documentation, with module-specific and shared asset resolution
  • Documentation: add guidelines for @image tag syntax, alt text requirements, file organization, and supported formats
airfleet-nexus-plugin

Release 0.42.0

Added Playwright e2e testing, QA agent, and URL testing workflows

GitHub
View full changelog

Added

  • Playwright e2e testing for blocks and support modules against WordPress Playground
  • test-e2e.yml workflow for running e2e tests on PRs
  • /qa_block_prepare and /qa_block_run commands with matching agentic skills
  • Reference e2e tests for support-responsive (CSS class injection, viewport breakpoint hide/show)
  • URL testing: run generic health checks against any live URL via TARGET_URL
  • QA Agent for Copilot agents tab — generates and runs Playwright tests from natural language instructions
  • qa-test-url.yml workflow for external URL testing with n8n/Asana callback support
  • QA testing documentation (docs/guide/qa-testing.md)
  • Organize test directory into tests/phpunit/ and tests/e2e/
airfleet-theme-support-plugin

Release 4.6.0

Added data-no-autoload attribute support to exclude scripts from viewport autoloading.

GitHub
View full changelog

Added

  • Added data-no-autoload attribute support to exclude specific scripts from viewport autoloading while still loading them on user interaction