Files
Pi/settings.json
T

14 lines
335 B
JSON
Raw Normal View History

2026-05-07 22:04:21 +02:00
{
2026-05-22 22:27:45 +02:00
"lastChangelogVersion": "0.75.4",
2026-05-07 22:04:21 +02:00
"defaultProvider": "openai-codex",
2026-05-08 09:50:44 +02:00
"defaultModel": "gpt-5.4",
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",
"npm:pi-powerline-footer"
2026-05-07 22:04:21 +02:00
],
"theme": "catppuccin-frappe",
"editorPaddingX": 0,
"defaultThinkingLevel": "medium"
}