fix(paseo-agent): use working OAuth catalog model

Live proof showed the previous OAuth catalog default was rejected at session start. Switch the catalog, docs, fixtures, and regenerated schema to the working default while keeping provider config generic.
This commit is contained in:
Mohamed Boudra
2026-07-02 12:06:02 +02:00
parent 363e76858f
commit 2ba7562dff
8 changed files with 918 additions and 710 deletions

View File

@@ -219,7 +219,7 @@ describe("Paseo Agent config RPC schemas", () => {
name: "chatgpt",
providerType: "openai-codex",
options: {
models: [{ id: "gpt-5.3-codex", reasoning: true }],
models: [{ id: "gpt-5.4-mini", reasoning: true }],
},
});