Disable Zed AI in the editor #16750
Replies: 11 comments 16 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. |
|
In settings, you can disable both things with: {
"features": {
// Which inline completion provider to use.
"inline_completion_provider": "none"
},
"assistant": {
"enabled": false,
"version": "2"
},
} |
|
Could we possibly get a keymap shortcut for this? |
|
A global setting to deactivate all AI / LLM interactions would be great. |
|
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. |
|
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. |
|
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. |
|
This was added to Preview today and will be in Stable soon: https://zed.dev/blog/disable-ai-features |
|
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). |
|
How can I personalize Zed so that I use only GitHub Copilot and Codex, without showing any other AI options in the UI? I want to remove all other AI integrations and keep only GitHub Copilot and Codex, just like I did in VS Code. |
|
Would be great if there was an option to disable AI on a project-by-project basis. Some projects I want to use AI, and others I don't. |


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?
All reactions