diff --git a/next/src/lib/agents/detect.ts b/next/src/lib/agents/detect.ts index c72c8db..8f4520c 100644 --- a/next/src/lib/agents/detect.ts +++ b/next/src/lib/agents/detect.ts @@ -60,6 +60,11 @@ export const AGENTS: AgentDef[] = [ { id: "claude-opus-4-7", label: "claude-opus-4-7" }, { id: "claude-sonnet-4-6", label: "claude-sonnet-4-6" }, { id: "claude-haiku-4-5", label: "claude-haiku-4-5" }, + // DeepSeek models (via `cc switch` or direct config) — kept in the + // Claude Code picker so users who route Claude through a custom model + // endpoint can switch models without leaving html-anything's UI. + { id: "deepseek-v4-pro", label: "deepseek-v4-pro" }, + { id: "deepseek-v4-flash", label: "deepseek-v4-flash" }, ], }, {