Skip to content

Releases: jordymeow/ai-engine-yolo

Release list

v0.2.1

Choose a tag to compare

@jordymeow jordymeow released this 05 Jul 03:03

Download ai-engine-yolo.zip below and install it in WordPress via Plugins → Add New → Upload Plugin, then activate. AI Engine (free or Pro) must be active with its MCP server enabled.

Changes

  • The "YOLO is active" warning moved from a full-width admin notice (repeated on every page) to a compact red ⚠️ YOLO ACTIVE node in the admin bar, shown on both the front-end and admin, with the full warning in its hover tooltip.

⚠️ Dev/staging only. This exposes arbitrary code execution over your MCP endpoint. Never run it on a production site.

v0.2.0

Choose a tag to compare

@jordymeow jordymeow released this 05 Jul 02:11

Download ai-engine-yolo.zip below and install it in WordPress via Plugins → Add New → Upload Plugin, then activate. AI Engine (free or Pro) must be active with its MCP server enabled.

Changes

  • Removed the WP_ENVIRONMENT_TYPE gate: activating the plugin now enables the tools, deactivating disables them. The real guard remains AI Engine's admin-level access check on the MCP token.
  • Added shell (yolo_run_shell), WP-CLI (yolo_wp_cli), and SQL (yolo_sql) tools.
  • Added yolo_delete_file and yolo_make_directory; yolo_write_file now creates parent directories.

⚠️ Dev/staging only. This exposes arbitrary code execution over your MCP endpoint. Never run it on a production site.