From a40a947895ce46555e7055410db123802184b928 Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Thu, 18 Sep 2025 09:05:09 -0600 Subject: [PATCH] Clipppppppppppppppppppppppppppppppppy --- crates/agent_ui/src/agent_configuration.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/agent_ui/src/agent_configuration.rs b/crates/agent_ui/src/agent_configuration.rs index 1712a5c14766d1d41a6678dd630cd7209d35f58f..48203e75af3274fa30da826026c65869f96841f2 100644 --- a/crates/agent_ui/src/agent_configuration.rs +++ b/crates/agent_ui/src/agent_configuration.rs @@ -26,9 +26,7 @@ use language_model::{ }; use notifications::status_toast::{StatusToast, ToastIcon}; use project::{ - agent_server_store::{ - AgentServerStore, AllAgentServersSettings, CLAUDE_CODE_NAME, GEMINI_NAME, - }, + agent_server_store::{AgentServerStore, CLAUDE_CODE_NAME, GEMINI_NAME}, context_server_store::{ContextServerConfiguration, ContextServerStatus, ContextServerStore}, }; use settings::{Settings, SettingsStore, update_settings_file};