Files
dotfiles/.pi/agent/settings.json
T
2026-07-28 21:13:13 +02:00

33 lines
831 B
JSON

{
"quietStartup": true,
"lastChangelogVersion": "0.80.10",
"defaultProvider": "openai-codex",
"defaultModel": "gpt-5.6-terra",
"defaultThinkingLevel": "high",
"packages": [
"npm:pi-subagents",
"npm:@mjasnikovs/pi-task",
"npm:context-mode",
"npm:pi-web-access",
"npm:@juicesharp/rpiv-ask-user-question",
"npm:pi-simplify",
"npm:@juicesharp/rpiv-btw",
"npm:pi-powerline-footer",
"npm:pi-studio",
"npm:@hypabolic/pi-hypa",
"npm:bigpowers",
"npm:@gotgenes/pi-permission-system",
"npm:pi-intercom",
"npm:gentle-engram",
"npm:pi-lens",
"npm:@juicesharp/rpiv-todo",
"npm:@majorgilles/pi-grill-me"
],
"powerline": "full",
"hideThinkingBlock": false,
"prompts": [
"prompts/english-default.md",
"prompts/todo-hygiene.md"
],
"theme": "dark"
}