docs: Update mentions to "assistant panel" (#53514)

We don't use this terminology anymore; now it's "agent panel".

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2026-04-09 10:42:21 -03:00 committed by GitHub
parent 37fd7f71a9
commit 399d3d267e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 15 additions and 15 deletions

View file

@ -109,7 +109,7 @@ pub enum Model {
Custom {
name: String,
max_tokens: u64,
/// The name displayed in the UI, such as in the assistant panel model dropdown menu.
/// The name displayed in the UI, such as in the agent panel model dropdown menu.
display_name: Option<String>,
/// Override this model with a different Anthropic model for tool calls.
tool_override: Option<String>,

View file

@ -56,7 +56,7 @@ pub enum Model {
#[serde(rename = "custom")]
Custom {
name: String,
/// The name displayed in the UI, such as in the assistant panel model dropdown menu.
/// The name displayed in the UI, such as in the agent panel model dropdown menu.
display_name: Option<String>,
max_tokens: u64,
max_output_tokens: Option<u64>,

View file

@ -518,7 +518,7 @@ pub enum Model {
#[serde(rename = "custom")]
Custom {
name: String,
/// The name displayed in the UI, such as in the assistant panel model dropdown menu.
/// The name displayed in the UI, such as in the agent panel model dropdown menu.
display_name: Option<String>,
max_tokens: u64,
#[serde(default)]

View file

@ -79,7 +79,7 @@ pub enum Model {
#[serde(rename = "custom")]
Custom {
name: String,
/// The name displayed in the UI, such as in the assistant panel model dropdown menu.
/// The name displayed in the UI, such as in the agent panel model dropdown menu.
display_name: Option<String>,
max_tokens: u64,
max_output_tokens: Option<u64>,

View file

@ -98,7 +98,7 @@ pub enum Model {
#[serde(rename = "custom")]
Custom {
name: String,
/// The name displayed in the UI, such as in the assistant panel model dropdown menu.
/// The name displayed in the UI, such as in the agent panel model dropdown menu.
display_name: Option<String>,
max_tokens: u64,
max_output_tokens: Option<u64>,

View file

@ -39,7 +39,7 @@ pub struct AnthropicSettingsContent {
pub struct AnthropicAvailableModel {
/// The model's name in the Anthropic API. e.g. claude-3-5-sonnet-latest, claude-3-opus-20240229, etc
pub name: String,
/// The model's name in Zed's UI, such as in the model selector dropdown menu in the assistant panel.
/// The model's name in Zed's UI, such as in the model selector dropdown menu in the agent panel.
pub display_name: Option<String>,
/// The model's context window size.
pub max_tokens: u64,
@ -109,7 +109,7 @@ pub struct OllamaSettingsContent {
pub struct OllamaAvailableModel {
/// The model name in the Ollama API (e.g. "llama3.2:latest")
pub name: String,
/// The model's name in Zed's UI, such as in the model selector dropdown menu in the assistant panel.
/// The model's name in Zed's UI, such as in the model selector dropdown menu in the agent panel.
pub display_name: Option<String>,
/// The Context Length parameter to the model (aka num_ctx or n_ctx)
pub max_tokens: u64,
@ -388,7 +388,7 @@ pub struct ZedDotDevAvailableModel {
pub provider: ZedDotDevAvailableProvider,
/// The model's name in the provider's API. e.g. claude-3-5-sonnet-20240620
pub name: String,
/// The name displayed in the UI, such as in the assistant panel model dropdown menu.
/// The name displayed in the UI, such as in the agent panel model dropdown menu.
pub display_name: Option<String>,
/// The size of the context window, indicating the maximum number of tokens the model can process.
pub max_tokens: usize,

View file

@ -13,7 +13,7 @@ pub enum Model {
#[serde(rename = "custom")]
Custom {
name: String,
/// The name displayed in the UI, such as in the assistant panel model dropdown menu.
/// The name displayed in the UI, such as in the agent panel model dropdown menu.
display_name: Option<String>,
max_tokens: u64,
max_output_tokens: Option<u64>,

View file

@ -48,7 +48,7 @@ pub enum Model {
#[serde(rename = "custom")]
Custom {
name: String,
/// The name displayed in the UI, such as in the assistant panel model dropdown menu.
/// The name displayed in the UI, such as in the agent panel model dropdown menu.
display_name: Option<String>,
max_tokens: u64,
max_output_tokens: Option<u64>,

View file

@ -119,7 +119,7 @@ If you chose the JetBrains keymap during onboarding, most of your shortcuts shou
| Action | Shortcut | Notes |
| ----------------- | -------------------------- | ------------------------------ |
| Toggle Right Dock | `Cmd + R` | Assistant panel, notifications |
| Toggle Right Dock | `Cmd + R` | Agent panel, notifications |
| Split Panes | `Cmd + K`, then arrow keys | Create splits in any direction |
### How to Customize Keybindings

View file

@ -119,7 +119,7 @@ If you chose the JetBrains keymap during onboarding, most of your shortcuts shou
| Action | Shortcut | Notes |
| ----------------- | -------------------------- | ------------------------------ |
| Toggle Right Dock | `Cmd + R` | Assistant panel, notifications |
| Toggle Right Dock | `Cmd + R` | Agent panel, notifications |
| Split Panes | `Cmd + K`, then arrow keys | Create splits in any direction |
### How to Customize Keybindings

View file

@ -132,7 +132,7 @@ If you chose the JetBrains keymap during onboarding, most of your shortcuts shou
| Action | Shortcut | Notes |
| ----------------- | -------------------------- | ------------------------------ |
| Toggle Right Dock | `Cmd + R` | Assistant panel, notifications |
| Toggle Right Dock | `Cmd + R` | Agent panel, notifications |
| Split Panes | `Cmd + K`, then arrow keys | Create splits in any direction |
### How to Customize Keybindings

View file

@ -112,7 +112,7 @@ If you chose the JetBrains keymap during onboarding, most of your shortcuts shou
| Action | Keybinding | Notes |
| ----------------- | -------------------------------- | ------------------------------------------------------------- |
| Toggle Right Dock | {#kb workspace::ToggleRightDock} | Assistant panel, notifications |
| Toggle Right Dock | {#kb workspace::ToggleRightDock} | Agent panel, notifications |
| Split Pane Right | {#kb pane::SplitRight} | Use other arrow keys to create splits in different directions |
### How to Customize Keybindings

View file

@ -448,7 +448,7 @@ Here's a template with useful vim mode contexts to help you customize your vim m
By default, you can navigate between the different files open in the editor with shortcuts like `ctrl+w` followed by one of `hjkl` to move to the left, down, up, or right, respectively.
But you cannot use the same shortcuts to move between all the editor docks (the terminal, project panel, assistant panel, ...). If you want to use the same shortcuts to navigate to the docks, you can add the following key bindings to your user keymap.
But you cannot use the same shortcuts to move between all the editor docks (the terminal, project panel, agent panel, ...). If you want to use the same shortcuts to navigate to the docks, you can add the following key bindings to your user keymap.
```json [keymap]
{