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-better-messages-cache",
26    "npm:@mcowger/pi-plexus",
27    "npm:pi-minions",
28    "npm:pi-caffeinate",
29    "npm:pi-rewind",
30    "npm:pi-tool-display",
31    "npm:pi-vitals",
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  "pi-minions": {
43    "delegation": {
44      "enabled": false
45    },
46    "minionNames": [
47      "momo",
48      "chibi",
49      "lumi",
50      "nori",
51      "pip",
52      "kiki",
53      "lulu",
54      "coco",
55      "mimi",
56      "hana",
57      "suzu",
58      "rio",
59      "poki",
60      "boba",
61      "niki",
62      "zuzu",
63      "remi",
64      "yuki",
65      "choco",
66      "kiri",
67      "mako",
68      "riri",
69      "peko",
70      "toto",
71      "raku",
72      "bea",
73      "finn",
74      "dango",
75      "pepper",
76      "nabi",
77      "pippi"
78    ]
79  }
80}