settings.json

 1{
 2  "lastChangelogVersion": "0.75.5",
 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/personal/pi-extensions/packages/personas",
20    "/home/amolith/repos/personal/pi-extensions/packages/questionnaire",
21    "/home/amolith/repos/personal/pi-extensions/packages/handoff",
22    "/home/amolith/repos/personal/pi-extensions/packages/answer",
23    "npm:@zhafron/pi-mcp-tools",
24    "npm:@ifi/pi-plan",
25    "npm:@mcowger/pi-plexus",
26    "npm:pi-minions",
27    "npm:pi-caffeinate",
28    "npm:pi-rewind",
29    "npm:pi-tool-display",
30    "npm:pi-vitals",
31    {
32      "source": "npm:pi-hooks",
33      "extensions": [
34        "-checkpoint/checkpoint.ts",
35        "-ralph-loop/ralph-loop.ts",
36        "-repeat/repeat.ts",
37        "-token-rate/token-rate.ts"
38      ]
39    }
40  ],
41  "pi-minions": {
42    "delegation": {
43      "enabled": false
44    },
45    "minionNames": [
46      "momo",
47      "chibi",
48      "lumi",
49      "nori",
50      "pip",
51      "kiki",
52      "lulu",
53      "coco",
54      "mimi",
55      "hana",
56      "suzu",
57      "rio",
58      "poki",
59      "boba",
60      "niki",
61      "zuzu",
62      "remi",
63      "yuki",
64      "choco",
65      "kiri",
66      "mako",
67      "riri",
68      "peko",
69      "toto",
70      "raku",
71      "bea",
72      "finn",
73      "dango",
74      "pepper",
75      "nabi",
76      "pippi"
77    ]
78  }
79}