diff --git a/docs/src/ai/agent-settings.md b/docs/src/ai/agent-settings.md index 60702e42fc6d8cbae749acecf66497293b315b00..315ae21929b26b9b2f3f24a4b46072b691fce2a5 100644 --- a/docs/src/ai/agent-settings.md +++ b/docs/src/ai/agent-settings.md @@ -6,13 +6,12 @@ Learn about all the settings you can customize in Zed's Agent Panel. ### Default Model {#default-model} -If you're using Zed's hosted LLM service, it sets `claude-sonnet-4` as the default model. -But if you're not subscribed to the hosted service or simply just want to change it, you can do it so either via the model dropdown in the Agent Panel's bottom-right corner or by manually editing the `default_model` object in your settings: +If you're using [Zed's hosted LLM service](./plans-and-usage.md), it sets `claude-sonnet-4` as the default model. +But if you're not subscribed to it or simply just want to change it, you can do it so either via the model dropdown in the Agent Panel's bottom-right corner or by manually editing the `default_model` object in your settings: ```json { "agent": { - "version": "2", "default_model": { "provider": "zed.dev", "model": "gpt-4o" @@ -32,7 +31,6 @@ Assign distinct and specific models for the following AI-powered features in Zed ```json { "agent": { - "version": "2", "default_model": { "provider": "zed.dev", "model": "claude-sonnet-4" @@ -53,7 +51,7 @@ Assign distinct and specific models for the following AI-powered features in Zed } ``` -> If a model isn't set for one of these features, they automatically fall back to using the default model. +> If a custom model isn't set for one of these features, they automatically fall back to using the default model. ### Alternative Models for Inline Assists {#alternative-assists} @@ -128,6 +126,7 @@ You can choose between `thread` (the default) and `text_thread`: ### Auto-run Commands Control whether you want to allow the agent to run commands without asking you for permission. +The default value is `false`. ```json { @@ -142,6 +141,7 @@ Control whether you want to allow the agent to run commands without asking you f ### Single-file Review Control whether you want to see review actions (accept & reject) in single buffers after the agent is done performing edits. +The default value is `false`. ```json { @@ -158,6 +158,7 @@ When set to false, these controls are only available in the multibuffer review t ### Sound Notification Control whether you want to hear a notification sound when the agent is done generating changes or needs your input. +The default value is `false`. ```json { @@ -173,6 +174,7 @@ Control whether you want to hear a notification sound when the agent is done gen Make a modifier (`cmd` on macOS, `ctrl` on Linux) required to send messages. This is encouraged for more thoughtful prompt crafting. +The default value is `false`. ```json { @@ -213,6 +215,7 @@ It is set to `true` by default, but if set to false, the card will be fully coll ### Feedback Controls Control whether you want to see the thumbs up/down buttons to give Zed feedback about the agent's performance. +The default value is `true`. ```json { diff --git a/docs/src/ai/billing.md b/docs/src/ai/billing.md index e8587e1fefa1268f16731cbc2e9b416980553b4a..d519b136aeea8c505979cde224d406ac995b65f0 100644 --- a/docs/src/ai/billing.md +++ b/docs/src/ai/billing.md @@ -1,7 +1,7 @@ # Billing We use Stripe as our billing and payments provider. All Pro plans require payment via credit card. -For invoice-based billing, a Business plan is required. Contact sales@zed.dev for more information. +For invoice-based billing, a Business plan is required. Contact [sales@zed.dev](mailto:sales@zed.dev) for more information. ## Settings {#settings} @@ -12,7 +12,8 @@ Clicking the button under Account Settings will navigate you to Stripe’s secur Zed is billed on a monthly basis based on the date you initially subscribe. -We’ll also bill in-month for additional prompts used beyond your plan’s prompt limit, if usage exceeds $20 before month end. See [usage-based pricing](./plans-and-usage.md#ubp) for more. +We’ll also bill in-month for additional prompts used beyond your plan’s prompt limit, if usage exceeds $20 before month end. +See [usage-based pricing](./plans-and-usage.md#ubp) for more. ## Invoice History {#invoice-history} @@ -33,4 +34,4 @@ Zed partners with [Sphere](https://www.getsphere.com/) to calculate indirect tax If you have a VAT/GST ID, you can add it at [zed.dev/account](https://zed.dev/account) by clicking "Manage" on your subscription. Check the box that denotes you as a business. Please note that changes to VAT/GST IDs and address will **only** affect future invoices — **we cannot modify historical invoices**. -Questions or issues can be directed to billing-support@zed.dev. +Questions or issues can be directed to [billing-support@zed.dev](mailto:billing-support@zed.dev). diff --git a/docs/src/ai/configuration.md b/docs/src/ai/configuration.md index 13a01217121638e4819edd6a5f31cd97e341b738..d28a7e8ed006b1c788cc0f649362bae41879a99b 100644 --- a/docs/src/ai/configuration.md +++ b/docs/src/ai/configuration.md @@ -6,7 +6,7 @@ When using AI in Zed, you can customize several aspects: 2. [Model parameters and usage](./agent-settings.md#model-settings) 3. [Interactions with the Agent Panel](./agent-settings.md#agent-panel-settings) -## Turning AI off entirely +## Turning AI Off Entirely We want to respect users who want to use Zed without interacting with AI whatsoever. To do that, add the following key to your `settings.json`: diff --git a/docs/src/ai/llm-providers.md b/docs/src/ai/llm-providers.md index 227bb239839217ae7769a2521840da65691d497b..cb55c1c94e9495db6590f7cbb36fc822629497a0 100644 --- a/docs/src/ai/llm-providers.md +++ b/docs/src/ai/llm-providers.md @@ -2,13 +2,13 @@ To use AI in Zed, you need to have at least one large language model provider set up. -You can do that by either subscribing to [one of Zed's plans](./subscription.md), or by using API keys you already have for the supported providers. +You can do that by either subscribing to [one of Zed's plans](./plans-and-usage.md), or by using API keys you already have for the supported providers. ## Use Your Own Keys {#use-your-own-keys} If you already have an API key for an existing LLM provider—say Anthropic or OpenAI, for example—you can insert them in Zed and use the Agent Panel **_for free_**. -You can add your API key to a given provider either via the Agent Panel's settings UI or the `settings.json` directly, through the `language_models` key. +You can add your API key to a given provider either via the Agent Panel's settings UI or directly via the `settings.json` through the `language_models` key. ## Supported Providers @@ -25,7 +25,7 @@ Here's all the supported LLM providers for which you can use your own API keys: | [Mistral](#mistral) | ✅ | | [Ollama](#ollama) | ✅ | | [OpenAI](#openai) | ✅ | -| [OpenAI API Compatible](#openai-api-compatible) | 🚫 | +| [OpenAI API Compatible](#openai-api-compatible) | ✅ | | [OpenRouter](#openrouter) | ✅ | | [Vercel](#vercel-v0) | ✅ | | [xAI](#xai) | ✅ | diff --git a/docs/src/ai/mcp.md b/docs/src/ai/mcp.md index 95929b2d7e259ad2f6192c260f2e717ddf8b51ba..5aef3d3d72d79c9a1be2dd8152991e41f38d11ed 100644 --- a/docs/src/ai/mcp.md +++ b/docs/src/ai/mcp.md @@ -75,7 +75,7 @@ Mentioning your MCP server by name helps the agent pick it up. If you want to ensure a given server will be used, you can create [a custom profile](./agent-panel.md#custom-profiles) by turning off the built-in tools (either all of them or the ones that would cause conflicts) and turning on only the tools coming from the MCP server. -As an example, [the Dagger team suggests](https://container-use.com/agent-integrations#add-container-use-agent-profile-optional) doing that with their [Container Use MCP server](https://zed.dev/extensions/container-use-mcp-server): +As an example, [the Dagger team suggests](https://container-use.com/agent-integrations#add-container-use-agent-profile-optional) doing that with their [Container Use MCP server](https://zed.dev/extensions/mcp-server-container-use): ```json "agent": { diff --git a/docs/src/ai/overview.md b/docs/src/ai/overview.md index ff3dd84fce0c1412ae33d00f2f821d2a9bcfd867..6f081cb243ffcfb77b4304373df67865cc71ee10 100644 --- a/docs/src/ai/overview.md +++ b/docs/src/ai/overview.md @@ -6,9 +6,7 @@ Learn how to get started using AI with Zed and all its capabilities. - [Configuration](./configuration.md): Learn how to set up different language model providers like Anthropic, OpenAI, Ollama, Google AI, and more. -- [Models](./models.md): Learn about the various language models available in Zed. - -- [Subscription](./subscription.md): Learn about Zed's subscriptions and other billing-related information. +- [Subscription](./subscription.md): Learn about Zed's hosted model service and other billing-related information. - [Privacy and Security](./privacy-and-security.md): Understand how Zed handles privacy and security with AI features.