docs: auto-update documentation

morgankrey and factory-droid[bot] created

## Changes Applied
- **docs/src/ai/edit-prediction.md (GitHub Copilot section)**: Added description of Next Edit Suggestions (NES) as the mechanism for providing intelligent, context-aware inline predictions. Removed the deprecated paragraph about cycling through multiple predictions using `editor::NextEditPrediction` and `editor::PreviousEditPrediction`.
- **docs/src/ai/edit-prediction.md (Codestral section)**: Updated configuration instructions to use the Settings Editor (AI > Edit Predictions) instead of the Agent Panel settings view.
- **docs/src/configuring-zed.md (Edit Predictions)**: Added mention that edit prediction providers can be configured through the Settings Editor under **AI > Edit Predictions**.

## Summary for PR
Updated edit prediction documentation to reflect new features: added support for GitHub Copilot's Next Edit Suggestions (NES) which provides single, high-quality suggestions instead of cycling through alternatives, updated Codestral configuration to use the new Settings UI path (AI > Edit Predictions), and added a Settings UI reference to the main configuration documentation.

Triggered by: PR #44486

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>

Change summary

docs/src/ai/edit-prediction.md | 11 ++++++-----
docs/src/configuring-zed.md    |  2 +-
2 files changed, 7 insertions(+), 6 deletions(-)

Detailed changes

docs/src/ai/edit-prediction.md 🔗

@@ -307,6 +307,8 @@ To use GitHub Copilot as your provider, set this within `settings.json`:
 
 To sign in to GitHub Copilot, click on the Copilot icon in the status bar. A popup window appears displaying a device code. Click the copy button to copy the code, then click "Connect to GitHub" to open the GitHub verification page in your browser. Paste the code when prompted. The popup window closes automatically after successful authorization.
 
+GitHub Copilot uses Next Edit Suggestions (NES) to provide intelligent, context-aware inline predictions. NES analyzes your editing patterns and cursor position to suggest the most relevant next edit, rather than offering multiple alternatives to cycle through.
+
 #### Using GitHub Copilot Enterprise
 
 If your organization uses GitHub Copilot Enterprise, you can configure Zed to use your enterprise instance by specifying the enterprise URI in your `settings.json`:
@@ -327,11 +329,6 @@ Once set, Zed will route Copilot requests through your enterprise endpoint.
 When you sign in by clicking the Copilot icon in the status bar, you will be redirected to your configured enterprise URL to complete authentication.
 All other Copilot features and usage remain the same.
 
-Copilot can provide multiple completion alternatives, and these can be navigated with the following actions:
-
-- {#action editor::NextEditPrediction} ({#kb editor::NextEditPrediction}): To cycle to the next edit prediction
-- {#action editor::PreviousEditPrediction} ({#kb editor::PreviousEditPrediction}): To cycle to the previous edit prediction
-
 ### Supermaven {#supermaven}
 
 To use Supermaven as your provider, set this within `settings.json`:
@@ -348,7 +345,11 @@ You should be able to sign-in to Supermaven by clicking on the Supermaven icon i
 
 ### Codestral {#codestral}
 
+<<<<<<< Updated upstream
 To use Mistral's Codestral as your provider:
+=======
+To use Mistral's Codestral as your provider, you can configure it through the Settings UI. Open the Settings Editor with {#kb zed::OpenSettings}, navigate to **AI > Edit Predictions**, and configure your Codestral API key in the provider settings.
+>>>>>>> Stashed changes
 
 1. Open the Settings Editor (`Cmd+,` on macOS, `Ctrl+,` on Linux/Windows)
 2. Search for "Edit Predictions" and click **Configure Providers**

docs/src/configuring-zed.md 🔗

@@ -628,7 +628,7 @@ For the case of "open", regular selection behavior can be achieved by holding `a
 
 ## Edit Predictions
 
-- Description: Settings for edit predictions.
+- Description: Settings for edit predictions. Edit prediction providers can also be configured through the Settings Editor under **AI > Edit Predictions**.
 - Setting: `edit_predictions`
 - Default: