From 0ccce7f1e25ec9b702b1d56a938546ce65ed49e1 Mon Sep 17 00:00:00 2001 From: Arjun <6592213+arkml@users.noreply.github.com> Date: Tue, 7 Jul 2026 16:32:03 +0530 Subject: [PATCH] feat(models): switch signed-in default model to Gemini 3.5 Flash Co-Authored-By: Claude Fable 5 --- apps/x/packages/core/src/models/defaults.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/x/packages/core/src/models/defaults.ts b/apps/x/packages/core/src/models/defaults.ts index da616c39..d145ccca 100644 --- a/apps/x/packages/core/src/models/defaults.ts +++ b/apps/x/packages/core/src/models/defaults.ts @@ -4,7 +4,7 @@ import { IModelConfigRepo } from "./repo.js"; import { isSignedIn } from "../account/account.js"; import container from "../di/container.js"; -const SIGNED_IN_DEFAULT_MODEL = "anthropic/claude-opus-4.7"; +const SIGNED_IN_DEFAULT_MODEL = "google/gemini-3.5-flash"; const SIGNED_IN_DEFAULT_PROVIDER = "rowboat"; // KG note-creation historically failed on identity (self-notes, perspective // flips, misread outbound email) — root cause was the owner block never being