Files
Pi/settings.json
T

15 lines
359 B
JSON
Raw Normal View History

2026-05-07 22:04:21 +02:00
{
2026-06-05 15:45:52 +02:00
"lastChangelogVersion": "0.78.0",
2026-05-07 22:04:21 +02:00
"defaultProvider": "openai-codex",
2026-05-27 11:37:08 +02:00
"defaultModel": "gpt-5.5",
2026-05-07 22:04:21 +02:00
"packages": [
2026-05-08 09:50:44 +02:00
"npm:@sherif-fanous/pi-catppuccin",
2026-05-13 18:03:38 +02:00
"npm:pi-web-access",
"npm:pi-subagents",
2026-06-05 15:45:52 +02:00
"npm:pi-powerline-footer",
"npm:pi-mcp-adapter"
2026-05-07 22:04:21 +02:00
],
"theme": "catppuccin-frappe",
"editorPaddingX": 0,
2026-05-27 11:37:08 +02:00
"defaultThinkingLevel": "high"
2026-05-07 22:04:21 +02:00
}