pi: add provider model config

This commit is contained in:
Rasyidan Akbar F. 2026-06-21 05:55:05 +07:00
commit 2981bbb3c4
5 changed files with 176 additions and 83 deletions

View file

@ -1,7 +1,11 @@
{
"lastChangelogVersion": "0.58.1",
"defaultProvider": "anthropic",
"defaultModel": "claude-opus-4-6",
"defaultThinkingLevel": "high",
"theme": "catppuccin-mocha"
"lastChangelogVersion": "0.79.9",
"defaultProvider": "openai-codex",
"defaultModel": "gpt-5.5",
"defaultThinkingLevel": "low",
"theme": "catppuccin-mocha",
"hideThinkingBlock": true,
"packages": [
"npm:@ff-labs/pi-fff"
]
}