pi: update config

Amolith created

Change summary

dot_config/pi/settings.json | 58 ++++++++++++++++++++++++++++++++------
1 file changed, 48 insertions(+), 10 deletions(-)

Detailed changes

dot_config/pi/settings.json 🔗

@@ -1,8 +1,8 @@
 {
-	"lastChangelogVersion": "0.67.1",
+	"lastChangelogVersion": "0.74.0",
 	"defaultThinkingLevel": "high",
 	"defaultProvider": "plexus",
-	"defaultModel": "glm-5.1",
+	"defaultModel": "glm-5.1h",
 	"quietStartup": true,
 	"autocompleteMaxVisible": 10,
 	"steeringMode": "all",
@@ -15,21 +15,59 @@
 		"/home/amolith/repos/personal/pi-extensions/packages/questionnaire",
 		"/home/amolith/repos/personal/pi-extensions/packages/handoff",
 		"/home/amolith/repos/personal/pi-extensions/packages/answer",
-		"/home/amolith/repos/personal/pi-subagents",
 		"npm:pi-rtk",
-		"npm:pi-vitals",
-		"npm:pi-terminal-theme",
+		"npm:pi-mcp-adapter",
 		"npm:@juanibiapina/pi-plan",
 		"npm:@mcowger/pi-better-messages-cache",
-		"git:github.com/HazAT/pi-smart-sessions",
+		"npm:@mcowger/pi-suppress-providers",
+		"npm:@mcowger/pi-plexus",
+		"npm:pi-minions",
 		{
 			"source": "npm:pi-hooks",
 			"extensions": [
 				"-ralph-loop/ralph-loop.ts",
 				"-repeat/repeat.ts",
-				"-token-rate/token-rate.ts",
-				"-checkpoint/checkpoint.ts"
+				"-token-rate/token-rate.ts"
 			]
-		}
-	]
+		},
+		"npm:pi-vitals"
+	],
+	"pi-minions": {
+		"delegation": {
+			"enabled": false
+		},
+		"minionNames": [
+			"momo",
+			"chibi",
+			"lumi",
+			"nori",
+			"pip",
+			"kiki",
+			"lulu",
+			"coco",
+			"mimi",
+			"hana",
+			"suzu",
+			"rio",
+			"poki",
+			"boba",
+			"niki",
+			"zuzu",
+			"remi",
+			"yuki",
+			"choco",
+			"kiri",
+			"mako",
+			"riri",
+			"peko",
+			"toto",
+			"raku",
+			"bea",
+			"finn",
+			"dango",
+			"pepper",
+			"nabi",
+			"pippi"
+		]
+	}
 }