docs: Restructure and improve AI configuration docs (#35133)

Adding a number of settings that weren't documented, restructuring
things a bit to separate what is model-related settings from agent panel
usage-related settings, adding the recently introduced `disable_ai` key,
and more.

Release Notes:

- Improved docs around configuring and using AI in Zed
This commit is contained in:
Danilo Leal 2025-07-26 13:06:12 -03:00 committed by GitHub
parent 08402e25e0
commit 290f84a9e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 851 additions and 777 deletions

View file

@ -76,7 +76,7 @@ You can ask AI to generate a commit message by focusing on the message editor wi
> Note that you need to have an LLM provider configured. Visit [the AI configuration page](./ai/configuration.md) to learn how to do so.
You can specify your preferred model to use by providing a `commit_message_model` agent setting. See [Feature-specific models](./ai/configuration.md#feature-specific-models) for more information.
You can specify your preferred model to use by providing a `commit_message_model` agent setting. See [Feature-specific models](./ai/agent-settings.md#feature-specific-models) for more information.
```json
{