diff --git a/webview-ui/settings/features.ts b/webview-ui/settings/features.ts index f8d5fbd..4bd7dcd 100644 --- a/webview-ui/settings/features.ts +++ b/webview-ui/settings/features.ts @@ -73,7 +73,7 @@ export interface Persona { builtin?: boolean; } -export type ProviderKind = "openai" | "anthropic" | "google" | "openrouter" | "ollama" | "llamacpp"; +export type ProviderKind = "openai" | "anthropic" | "google" | "openrouter" | "astraflow" | "astraflow-cn" | "ollama" | "llamacpp"; export interface ProviderConfig { id: string; @@ -91,12 +91,14 @@ export const PROVIDER_PRESETS: Record