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.1-pro-preview",
25 "thinkingLevel": "low",
26 "color": "#4285f4"
27 },
28 "flash": {
29 "provider": "google",
30 "modelId": "gemini-3.6-flash",
31 "thinkingLevel": "minimal",
32 "color": "#34a853"
33 },
34 "fast-oss": {
35 "provider": "github-copilot",
36 "modelId": "claude-sonnet-5",
37 "thinkingLevel": "off",
38 "color": "#22d3ee"
39 },
40 "fast-oss-previous": {
41 "provider": "github-copilot",
42 "modelId": "claude-sonnet-4.6",
43 "thinkingLevel": "off",
44 "color": "#22d3ee"
45 },
46 "code-oss": {
47 "provider": "github-copilot",
48 "modelId": "claude-opus-5",
49 "thinkingLevel": "low",
50 "color": "#f97316"
51 },
52 "code-oss-previous": {
53 "provider": "github-copilot",
54 "modelId": "claude-opus-4.8",
55 "thinkingLevel": "low",
56 "color": "#f97316"
57 },
58 "super-fast-oss": {
59 "provider": "github-copilot",
60 "modelId": "claude-haiku-4.5",
61 "thinkingLevel": "off",
62 "color": "#67e8f9"
63 },
64 "code-oss-gpt": {
65 "provider": "github-copilot",
66 "modelId": "gpt-5.6-sol",
67 "thinkingLevel": "low",
68 "color": "#fbbf24"
69 },
70 "fast-oss-gpt": {
71 "provider": "github-copilot",
72 "modelId": "gpt-5.6-terra",
73 "thinkingLevel": "low",
74 "color": "#a3e635"
75 },
76 "super-fast-oss-gpt": {
77 "provider": "github-copilot",
78 "modelId": "gpt-5.6-luna",
79 "thinkingLevel": "off",
80 "color": "#a3e635"
81 },
82 "free-code": {
83 "provider": "openrouter",
84 "modelId": "qwen/qwen3-coder:free",
85 "thinkingLevel": "off",
86 "color": "#f59e0b"
87 }
88 }
89}