@@ -1,15 +1,29 @@
{
- "lastChangelogVersion": "0.59.0",
+ "lastChangelogVersion": "0.63.1",
"defaultThinkingLevel": "high",
"defaultProvider": "plexus",
- "defaultModel": "claude-opus-4.6",
+ "defaultModel": "kimi-k2.5h",
"quietStartup": true,
+ "autocompleteMaxVisible": 10,
+ "steeringMode": "all",
+ "followUpMode": "all",
"skills": [
"~/.config/agents/skills"
],
"hideThinkingBlock": false,
"packages": [
+ "npm:pi-rtk",
"npm:pi-vitals",
+ "npm:pi-smart-sessions",
+ "npm:pi-terminal-theme",
+ "npm:pi-subdir-context",
+ "npm:@juanibiapina/pi-plan",
+ {
+ "source": "npm:pi-shell-completions",
+ "extensions": [
+ "-index.ts"
+ ]
+ },
{
"source": "npm:pi-hooks",
"extensions": [
@@ -18,13 +32,6 @@
"-token-rate/token-rate.ts",
"-checkpoint/checkpoint.ts"
]
- },
- "npm:@juanibiapina/pi-extension-settings",
- "npm:@juanibiapina/pi-plan",
- "npm:pi-smart-sessions",
- "npm:pi-rtk",
- "npm:pi-terminal-theme",
- "npm:pi-shell-completions"
- ],
- "autocompleteMaxVisible": 10
-}
+ }
+ ]
+}