pi: update settings

Amolith created

Change summary

dot_config/pi/settings.json | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)

Detailed changes

dot_config/pi/settings.json 🔗

@@ -1,8 +1,8 @@
 {
-  "lastChangelogVersion": "0.78.0",
+  "lastChangelogVersion": "0.78.1",
   "defaultThinkingLevel": "high",
-  "defaultProvider": "neuralwatt",
-  "defaultModel": "neuralwatt/glm-5.1-long",
+  "defaultProvider": "plexus",
+  "defaultModel": "glm-5.1",
   "quietStartup": true,
   "autocompleteMaxVisible": 10,
   "steeringMode": "all",
@@ -17,8 +17,8 @@
   ],
   "packages": [
     "/home/amolith/repos/misc/pi-ask",
-    "npm:@amolith/pi-personas",
-    "npm:@amolith/pi-handoff",
+    "npm:@amolith/pi-personas@beta",
+    "npm:@amolith/pi-handoff@beta",
     "npm:@zhafron/pi-mcp-tools",
     "npm:@ifi/pi-plan",
     "npm:@mcowger/pi-plexus",
@@ -38,5 +38,7 @@
         "-token-rate/token-rate.ts"
       ]
     }
-  ]
+  ],
+  "persona": "grug",
+  "handoffExtractionModel": "plexus/qwen3.6-35b-fast"
 }