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-*",
7 "claude-opus-*",
8 "gemini-*",
9 "gpt-*"
10 ],
11 "defaultThinkingLevel": "low",
12 "steeringMode": "one-at-a-time",
13 "followUpMode": "one-at-a-time",
14 "quietStartup": true,
15 "hideThinkingBlock": true,
16 "subagentProviderPreference": [
17 "anthropic-vertex",
18 "google",
19 "llama-cpp",
20 "anthropic",
21 "openai"
22 ],
23 "packages": [
24 "npm:@aliou/pi-processes@0.4.4",
25 "npm:@twogiants/pi-anthropic-vertex"
26 ]
27}