From ed111bf528f126d0b80e9aa957c275de5da8e8ea Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Fri, 12 Dec 2025 11:58:23 -0500 Subject: [PATCH] Revise some docs --- crates/extension/src/extension_manifest.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/extension/src/extension_manifest.rs b/crates/extension/src/extension_manifest.rs index bbdf7283cb0397b32c95c481350cc47827e8acc6..5ae0a6774f91eab023f7581ce1ddfcb26510a9ab 100644 --- a/crates/extension/src/extension_manifest.rs +++ b/crates/extension/src/extension_manifest.rs @@ -298,7 +298,7 @@ pub struct LanguageModelProviderManifestEntry { /// Path to an SVG icon file relative to the extension root (e.g., "icons/provider.svg"). #[serde(default)] pub icon: Option, - /// Default models to show even before API connection. + /// Hardcoded models to always show (as opposed to a model list loaded over the network). #[serde(default)] pub models: Vec, /// Authentication configuration.