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};