Files
pi-agent-config/settings.json

19 lines
491 B
JSON

{
"lastChangelogVersion": "0.80.6",
"theme": "dark",
"defaultProvider": "openai-codex",
"defaultModel": "gpt-5.6-terra",
"defaultThinkingLevel": "high",
"hideThinkingBlock": true,
"showCacheMissNotices": false,
"enabledModels": [
"openai-codex/gpt-5.6-luna",
"openai-codex/gpt-5.6-terra",
"openai-codex/gpt-5.6-sol"
],
"packages": [
"npm:@gotgenes/pi-permission-system",
"npm:@gotgenes/pi-subagents",
"npm:@juicesharp/rpiv-ask-user-question"
]
}