Disable Zed AI in the editor #16750
Replies: 9 comments 12 replies
-
Agreed. Further, I expect that as new "AI features" are added, even if they can be individually disabled at runtime, they're likely to ship enabled by default. Therefore, I think a compile-time flag for disabling all of the "AI features" would be ideal. |
Beta Was this translation helpful? Give feedback.
-
In settings, you can disable both things with: {
"features": {
// Which inline completion provider to use.
"inline_completion_provider": "none"
},
"assistant": {
"enabled": false,
"version": "2"
},
} |
Beta Was this translation helpful? Give feedback.
-
Could we possibly get a keymap shortcut for this? |
Beta Was this translation helpful? Give feedback.
-
A global setting to deactivate all AI / LLM interactions would be great. |
Beta Was this translation helpful? Give feedback.
-
Is there the capability to disable AI features on per-project basis? Trying to edit the settings in the project settings file doesn't appear to be working for me. |
Beta Was this translation helpful? Give feedback.
-
Does anyone know if there's any AI telemetry or background running services even with the suggested changes in settings? I just discovered Zed and I want to use it but only if I assurances that I'm not being constantly monitored. |
Beta Was this translation helpful? Give feedback.
-
I would also love a single setting toggle to disable all AI/LLM features. I use Zed because it's one of the only non-web app IDEs out there, not because I want the AI features. |
Beta Was this translation helpful? Give feedback.
-
This was added to Preview today and will be in Stable soon: https://zed.dev/blog/disable-ai-features |
Beta Was this translation helpful? Give feedback.
-
Hey all, as mentioned by @injust, we recently landed a PR that added the following setting:
This disables all things AI related in Zed, at run time. This is in Preview v0.197 as of today, and will be in v0.197 Stable next Wednesday (07/30/2025). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
with the recent introduction of the Zed AI in the editor I see some issues with running it in an organizational setup as there might be company restrictions in place for using (public) AI tools in the daily workflow.
As such my question here: is there a way to disable the Zed AI functionality from the editor completely?
Beta Was this translation helpful? Give feedback.
All reactions