CV AI Debug Assistant is a WordPress plugin that provides AI-assisted error debugging from the dashboard, with an emergency rescue page and log reading optimizations.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
CV AI Debug Assistant is an AI-powered WordPress error debugging tool that runs inside the WordPress dashboard. It provides an AI-written explanation and fix for errors, a standalone emergency rescue page for when wp-admin is unavailable, and features to group duplicate errors, read large logs efficiently, and protect the rescue page with a hashed password and brute-force lockout.
How it works
The plugin reads WordPress debug logs and offers AI-generated explanations and fixes. It includes an emergency rescue page that operates independently of WordPress core, protected by a hashed password with per-IP lockout. It groups duplicate errors, reads logs in 8KB reverse chunks with a safety cap, and collects environment data for support.
Getting started
Install the plugin into wp-content/plugins, activate it, and add your OpenAI API Key. Ensure WP_DEBUG, WP_DEBUG_LOG are defined in wp-config.php to provide logs for reading. Set a Rescue Password and use the Emergency Rescue URL. Example commands are provided in the README for releasing updates and upgrading from older versions.
Recent releases
- v1.2.0 CV AI Debug Assistant v1.2.0 (2026-07-16): Full Changelog: https://github.com/cvinfotech/cv-ai-debug-assistant/commits/v1.2.0
Traction
15 stars, 15 forks, 0 open issues as of the current data.
Caveats
License is listed as none in the repository metadata. Requires WordPress 5.0+, PHP 7.4+. OpenAI API key required for AI explanation feature; log reader and Emergency Rescue page work without one.
