From c1e3ca0a1efd4a7c588a8c2e9699e3aa201cb387 Mon Sep 17 00:00:00 2001 From: Tyler Longwell Date: Mon, 8 Jun 2026 09:15:09 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20rename=20missed=20known=5Facp=5Fprovider?= =?UTF-8?q?=5Fexact=20=E2=86=92=20known=5Facp=5Fruntime=5Fexact?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The provider→runtime rename in #783 missed a callsite in mesh_llm/preset.rs and a stale doc comment in mesh_llm/mod.rs. --- desktop/src-tauri/src/mesh_llm/mod.rs | 2 +- desktop/src-tauri/src/mesh_llm/preset.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/src-tauri/src/mesh_llm/mod.rs b/desktop/src-tauri/src/mesh_llm/mod.rs index d162824dd..c77c78777 100644 --- a/desktop/src-tauri/src/mesh_llm/mod.rs +++ b/desktop/src-tauri/src/mesh_llm/mod.rs @@ -17,7 +17,7 @@ const MESH_API_PORT_ENV: &str = "SPROUT_MESH_API_PORT"; const MESH_CONSOLE_PORT_ENV: &str = "SPROUT_MESH_CONSOLE_PORT"; const RELAY_MESH_API_KEY_PLACEHOLDER: &str = "sprout-mesh-local"; /// ACP provider relay-mesh agents run on. Sources of truth for its command + -/// MCP live in the provider catalog (`known_acp_provider_exact`); these are +/// MCP live in the runtime catalog (`known_acp_runtime_exact`); these are /// only the fallbacks. `sprout-agent` reads the `SPROUT_AGENT_PROVIDER` / /// `OPENAI_COMPAT_*` env vars below — goose (the global default) does not. const MESH_AGENT_PROVIDER_ID: &str = "sprout-agent"; diff --git a/desktop/src-tauri/src/mesh_llm/preset.rs b/desktop/src-tauri/src/mesh_llm/preset.rs index 8069cc991..5ebe1b784 100644 --- a/desktop/src-tauri/src/mesh_llm/preset.rs +++ b/desktop/src-tauri/src/mesh_llm/preset.rs @@ -35,7 +35,7 @@ pub fn agent_preset(request: MeshAgentPresetRequest) -> Result