From 78f0f0170ee23fe0947630bd866a7cb43e7a5b56 Mon Sep 17 00:00:00 2001 From: ucloudnb666 Date: Mon, 6 Jul 2026 11:39:53 +0800 Subject: [PATCH] feat: add Astraflow provider support Signed-off-by: ucloudnb666 --- webview-ui/settings/features.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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