Releases: jordymeow/ai-engine-yolo
Releases · jordymeow/ai-engine-yolo
Release list
v0.2.1
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.
v0.2.0
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_TYPEgate: 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_fileandyolo_make_directory;yolo_write_filenow creates parent directories.