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

@ -12,7 +12,7 @@ You can also perform multiple generation requests in parallel by pressing `ctrl-
Give the Inline Assistant context the same way you can in [the Agent Panel](./agent-panel.md), allowing you to provide additional instructions or rules for code transformations with @-mentions.
A useful pattern here is to create a thread in the Agent Panel, and then use the mention that thread with `@thread` in the Inline Assistant to include it as context.
A useful pattern here is to create a thread in the Agent Panel, and then mention that thread with `@thread` in the Inline Assistant to include it as context.
> The Inline Assistant is limited to normal mode context windows ([see Models](./models.md) for more).