Cowboy MCP 1.5.0: undo for everything your AI agent does
Cowboy MCP 1.5.0 gives every change your AI agent makes an undo button. A new per-change undo journal records what the agent did — posts, options, terms, files, users, media, WooCommerce, and more — and you can roll any of it back from wp-admin.
What this means for you
Handing site work to an AI agent is far easier when you know you can take it back. Before this release, a wrong edit meant restoring from a backup. Now there's a proper undo layer built for the way agents actually work.
- A per-change undo journal. The new Activity tab logs every change an agent makes, so you can review it and reverse individual changes one at a time. Conflict detection warns you if something else changed in the meantime.
- Database checkpoints. Take a one-click snapshot of your database and restore the whole site to it later. A checkpoint is also taken automatically before any mutating WP-CLI command.
- Batch undo. Reverse every change from a single batched request together, in one step.
- Six rollback tools for agents. Your agent can list changes, undo a change, and create, list, restore, or delete checkpoints — so it can clean up after itself when you ask.
Your MCP API keys and the plugin's own settings are never touched by an undo or a checkpoint restore, so rolling back can't lock you out of your own site.
Try it
Undo the last five changes you made to the pricing page.
Read the full 1.5.0 changelog on WordPress.org.