flake-update-20260505
 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    "free": {
35      "provider": "github-copilot",
36      "modelId": "claude-sonnet-4.5",
37      "thinkingLevel": "minimal",
38      "color": "#6366f1"
39    },
40    "free-code": {
41      "provider": "openrouter",
42      "modelId": "qwen/qwen3-coder:free",
43      "thinkingLevel": "off",
44      "color": "#f59e0b"
45    },
46    "local": {
47      "provider": "llama-cpp",
48      "modelId": "Qwen/Qwen3-Coder-Next-GGUF:Q3_K_M",
49      "thinkingLevel": "off",
50      "color": "#ef4444"
51    }
52  }
53}