Developer & Debug settings
Navigation: WordPress Admin → WooCommerce → AI Assistant → Settings → Developer & Debug
Intro: *Diagnostics for support. Nothing here changes how shoppers use the storefront.* (Except uninstall data deletion, which affects delete-plugin behavior.)
The card includes a system status table (WooCommerce compatibility panel is also registered on WooCommerce → Status).
Verbose provider logging
What it does Logs additional transport detail. Secrets are still redacted.
Default value Off.
Available options On / Off.
Recommended configuration Off.
When to use it API timeouts, TLS, 401/429 from the provider.
Effect on the frontend None.
Dependencies Log level must be low enough to record the extra lines (debug/info as needed).
Important notes Do not leave on in production; logs grow quickly.
Example On for one hour while Test API Key fails.
Delete all plugin data on uninstall
What it does If On, deleting the plugin drops custom tables, options, and plugin log files. If Off (default), conversations and settings remain in the database after uninstall. Deactivating never destroys conversation history unless this is on and you uninstall.
Default value Off.
Available options On / Off.
Recommended configuration Off. Turn On only when you intend a clean removal.
When to use it Staging copies, or a store that must not retain chat history after removal.
Effect on the frontend None until uninstall.
Dependencies uninstall.php → Uninstaller. Cron events and transients are always removed on uninstall.
Important notes Multisite: each site is cleaned when the network uninstall runs.
Example Leave Off on a live shop so a mistaken delete does not wipe analytics.