Hello @rjacob999
I’m Mehedi Hasan, from Spectra team.
I’m really sorry for the dissatisfaction with the recent Spectra update that came with Zip AI. I understand your frustration with the Zip AI Assistant popup.
We want to assure you that we have heard your feedback and have released a new version of Spectra with the option to disable Zip AI. Please update to version 2.10.1 to have the disable option available.
To disable Zip AI, go to Tools > Zip AI Assistant. Screenshot-https://d.pr/i/dPM1N9
We hope that this new option will make the plugin more user-friendly and meet your needs. We apologize for any inconvenience the previous version may have caused.
Please let us know if you have any other questions or feedback.
Regards,
Mehedi Hasan
That “disable” doesn’t do much. There it is, Tools > Zip – AI Assistant, even after disabling. L
Hello @rambillo
You can disable the AI Assistant from Spectra->AI Features->Manage AI Features. Reference- https://d.pr/i/CrcGjX
If you disable AI Assistant, it will disable the AI sidebar in the Edit and won’t load any resources.
However, ‘AI Feature’ is a part of Spectra and can’t be removed from the Spectra menu. If you want to remove that menu anyway, you can use the following filter:
add_filter( 'zip_ai_load_library', '__return_false' );
It will completely hide/remove the AI Features.
Hope this helps.