Actually disable ai for now (#35327)

Closes https://github.com/zed-industries/zed/issues/35325

* removes Supermaven actions
* removes copilot-related action
* stops re-enabling edit predictions when disabled

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-07-30 16:10:05 +03:00
parent b4b57b586a
commit 4d44b9f659
3 changed files with 18 additions and 14 deletions

View file

@ -262,6 +262,8 @@ fn update_command_palette_filter(cx: &mut App) {
if disable_ai {
filter.hide_namespace("agent");
filter.hide_namespace("assistant");
filter.hide_namespace("copilot");
filter.hide_namespace("supermaven");
filter.hide_namespace("zed_predict_onboarding");
filter.hide_namespace("edit_prediction");