feat: add default variant support in settings and UI components

This commit is contained in:
Bohdan Triapitsyn
2026-01-08 16:08:51 +02:00
parent 8e777a94c2
commit ab731fdc79
9 changed files with 330 additions and 95 deletions
+1
View File
@@ -54,6 +54,7 @@ export type DesktopSettings = {
autoDeleteEnabled?: boolean;
autoDeleteAfterDays?: number;
defaultModel?: string; // format: "provider/model"
defaultVariant?: string;
defaultAgent?: string;
autoCreateWorktree?: boolean;
queueModeEnabled?: boolean;