settings.json

 1{
 2	"lastChangelogVersion": "0.67.1",
 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": ["~/.config/agents/skills"],
13	"packages": [
14		"/home/amolith/repos/personal/pi-extensions/packages/personas",
15		"/home/amolith/repos/personal/pi-extensions/packages/questionnaire",
16		"/home/amolith/repos/personal/pi-extensions/packages/handoff",
17		"/home/amolith/repos/personal/pi-extensions/packages/answer",
18		"/home/amolith/repos/personal/pi-subagents",
19		"npm:pi-rtk",
20		"npm:pi-vitals",
21		"npm:pi-terminal-theme",
22		"npm:@juanibiapina/pi-plan",
23		"npm:@mcowger/pi-better-messages-cache",
24		"git:github.com/HazAT/pi-smart-sessions",
25		{
26			"source": "npm:pi-hooks",
27			"extensions": [
28				"-ralph-loop/ralph-loop.ts",
29				"-repeat/repeat.ts",
30				"-token-rate/token-rate.ts",
31				"-checkpoint/checkpoint.ts"
32			]
33		}
34	]
35}