settings.json

 1{
 2  "lastChangelogVersion": "0.78.1",
 3  "defaultThinkingLevel": "high",
 4  "defaultProvider": "plexus",
 5  "defaultModel": "glm-5.1",
 6  "quietStartup": true,
 7  "autocompleteMaxVisible": 10,
 8  "steeringMode": "all",
 9  "followUpMode": "all",
10  "editorPaddingX": 2,
11  "hideThinkingBlock": false,
12  "skills": [
13    "~/.config/agents/skills"
14  ],
15  "enabledProviders": [
16    "plexus"
17  ],
18  "packages": [
19    "/home/amolith/repos/misc/pi-ask",
20    "npm:@amolith/pi-personas@beta",
21    "npm:@amolith/pi-handoff@beta",
22    "npm:@zhafron/pi-mcp-tools",
23    "npm:@ifi/pi-plan",
24    "npm:@mcowger/pi-plexus",
25    "npm:pi-caffeinate",
26    "npm:pi-rewind",
27    "npm:pi-tool-display",
28    "npm:pi-vitals",
29    "npm:@neuralwatt/pi-mcr-extension",
30    "git:github.com/monotykamary/pi-vcc@tom",
31    "git:github.com/monotykamary/pi-hide-providers",
32    {
33      "source": "npm:pi-hooks",
34      "extensions": [
35        "-checkpoint/checkpoint.ts",
36        "-ralph-loop/ralph-loop.ts",
37        "-repeat/repeat.ts",
38        "-token-rate/token-rate.ts"
39      ]
40    }
41  ],
42  "persona": "grug",
43  "handoffExtractionModel": "plexus/qwen3.6-35b-fast"
44}