fix(config): align claude defaults across catalogs

This commit is contained in:
Tam Nhu Tran
2026-03-07 15:41:26 +07:00
parent 3d183fe0e8
commit bea3084d5e
5 changed files with 58 additions and 8 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ async function handleCreate(args: string[]): Promise<void> {
}
// Step 4: Model configuration (use preset default if available)
const defaultModel = preset?.defaultModel || 'claude-sonnet-4-5-20250929';
const defaultModel = preset?.defaultModel || 'claude-sonnet-4-6';
let model = parsedArgs.model || openRouterModel || preset?.defaultModel;
if (!model && !parsedArgs.yes && !preset) {
model = await InteractivePrompt.input('Default model (ANTHROPIC_MODEL)', {