From 8c45f0c2e81f1f3c90b329e2f1cda8417d194167 Mon Sep 17 00:00:00 2001 From: Katie Geer Date: Mon, 16 Feb 2026 17:13:54 -0800 Subject: [PATCH] docs: Remove Supermaven (#49317) Closes #ISSUE Before you mark this PR as ready for review, make sure that you have: - [x ] Added a solid test coverage and/or screenshots from doing manual testing - [ x] Done a self-review taking into account security and performance aspects - [x ] Aligned any UI changes with the [UI checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) Release Notes: - N/A *or* Added/Fixed/Improved ... --------- Co-authored-by: Claude Opus 4.6 --- docs/src/ai/edit-prediction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/ai/edit-prediction.md b/docs/src/ai/edit-prediction.md index d15edf54d77ffcebfff163436c60f8ae3f634553..bc8a22749a7e1fc1956454c0750ffd660870e3e1 100644 --- a/docs/src/ai/edit-prediction.md +++ b/docs/src/ai/edit-prediction.md @@ -1,6 +1,6 @@ --- -title: AI Code Completion in Zed - Zeta, Copilot, Supermaven -description: Set up AI code completions in Zed with Zeta (built-in), GitHub Copilot, Supermaven, or Codestral. Multi-line predictions on every keystroke. +title: AI Code Completion in Zed - Zeta, Copilot, Sweep, Mercury Coder +description: Set up AI code completions in Zed with Zeta (built-in), GitHub Copilot, Sweep, Codestral, or Mercury Coder. Multi-line predictions on every keystroke. --- # Edit Prediction @@ -8,7 +8,7 @@ description: Set up AI code completions in Zed with Zeta (built-in), GitHub Copi Edit Prediction is how Zed's AI code completions work: an LLM predicts the code you want to write. Each keystroke sends a new request to the edit prediction provider, which returns individual or multi-line suggestions that can be quickly accepted by pressing `tab`. -The default provider is [Zeta, a proprietary open source and open dataset model](https://huggingface.co/zed-industries/zeta), but you can also use [other providers](#other-providers) like GitHub Copilot, Supermaven, and Codestral. +The default provider is [Zeta, a proprietary open source and open dataset model](https://huggingface.co/zed-industries/zeta), but you can also use [other providers](#other-providers) like GitHub Copilot, Sweep, Mercury Coder, and Codestral. ## Configuring Zeta