Make Pi a first-class agent #37

Merged
alexion merged 4 commits from agents-pi-config into main 2026-07-29 19:32:58 -04:00
Showing only changes of commit 3e3975c724 - Show all commits

View File

@@ -19,9 +19,9 @@ in
enable = true; enable = true;
settings = { settings = {
defaultProvider = "anthropic"; defaultProvider = "openai";
# Pi's catalogue id for Opus. # Pi's catalogue id for OpenAI's Codex model, served by the ChatGPT subscription.
defaultModel = "claude-opus-4-8"; defaultModel = "gpt-5.3-codex";
enableAnalytics = false; enableAnalytics = false;
}; };
}; };