minor ui fixes and default model to claude

This commit is contained in:
Arjun 2026-06-19 16:24:29 +05:30
parent dfd4075e0e
commit aa8dfb74ad
2 changed files with 46 additions and 33 deletions

View file

@ -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 = "gpt-5.4";
const SIGNED_IN_DEFAULT_MODEL = "anthropic/claude-opus-4.7";
const SIGNED_IN_DEFAULT_PROVIDER = "rowboat";
const SIGNED_IN_KG_MODEL = "google/gemini-3.1-flash-lite";
const SIGNED_IN_LIVE_NOTE_AGENT_MODEL = "google/gemini-3.1-flash-lite";