main
 1{
 2  "version": 1,
 3  "currentMode": "code-work",
 4  "modes": {
 5    "default": {
 6      "provider": "anthropic-vertex",
 7      "modelId": "claude-sonnet-4-6",
 8      "thinkingLevel": "minimal"
 9    },
10    "fast-work": {
11      "provider": "anthropic-vertex",
12      "modelId": "claude-sonnet-4-6",
13      "thinkingLevel": "off",
14      "color": "#2e8b57"
15    },
16    "code-work": {
17      "provider": "anthropic-vertex",
18      "modelId": "claude-opus-4-6",
19      "thinkingLevel": "low",
20      "color": "#b45309"
21    },
22    "wide": {
23      "provider": "google",
24      "modelId": "gemini-3-pro-preview",
25      "thinkingLevel": "low",
26      "color": "#4285f4"
27    },
28    "flash": {
29      "provider": "google",
30      "modelId": "gemini-2.5-flash",
31      "thinkingLevel": "minimal",
32      "color": "#34a853"
33    },
34    "fast-oss": {
35      "provider": "github-copilot",
36      "modelId": "claude-sonnet-4.6",
37      "thinkingLevel": "off",
38      "color": "#22d3ee"
39    },
40    "code-oss": {
41      "provider": "github-copilot",
42      "modelId": "claude-opus-4.6",
43      "thinkingLevel": "low",
44      "color": "#f97316"
45    },
46    "codex-oss": {
47      "provider": "github-copilot",
48      "modelId": "gpt-5.3-codex",
49      "thinkingLevel": "low",
50      "color": "#a3e635"
51    },
52    "code-oss-premium": {
53      "provider": "github-copilot",
54      "modelId": "claude-opus-4.7",
55      "thinkingLevel": "low",
56      "color": "#e879f9"
57    },
58    "codex-oss-premium": {
59      "provider": "github-copilot",
60      "modelId": "gpt-5.5",
61      "thinkingLevel": "low",
62      "color": "#fbbf24"
63    },
64    "free-code": {
65      "provider": "openrouter",
66      "modelId": "qwen/qwen3-coder:free",
67      "thinkingLevel": "off",
68      "color": "#f59e0b"
69    },
70    "local": {
71      "provider": "llama-cpp",
72      "modelId": "Qwen/Qwen3-Coder-Next-GGUF:Q3_K_M",
73      "thinkingLevel": "off",
74      "color": "#ef4444"
75    }
76  }
77}