main
 1{
 2  "$schema": "https://raw.githubusercontent.com/badlogic/pi-mono/main/packages/coding-agent/settings-schema.json",
 3  "defaultProvider": "anthropic-vertex",
 4  "defaultModel": "claude-sonnet-4-6",
 5  "enabledModels": [
 6    "claude-sonnet-4-*",
 7    "claude-opus-4-*",
 8    "gemini-2.5-*"
 9  ],
10  "defaultThinkingLevel": "low",
11  "steeringMode": "one-at-a-time",
12  "followUpMode": "one-at-a-time",
13  "quietStartup": true,
14  "hideThinkingBlock": true,
15  "subagentProviderPreference": [
16    "anthropic-vertex",
17    "google",
18    "llama-cpp",
19    "anthropic",
20    "openai"
21  ],
22  "packages": [
23    "npm:@aliou/pi-processes@0.4.4",
24    "npm:@twogiants/pi-anthropic-vertex"
25  ]
26}