diff --git a/packages/coding-agent/examples/sdk/12-full-control.ts b/packages/coding-agent/examples/sdk/12-full-control.ts index 12b7607d..cd23108b 100644 --- a/packages/coding-agent/examples/sdk/12-full-control.ts +++ b/packages/coding-agent/examples/sdk/12-full-control.ts @@ -26,7 +26,7 @@ if (process.env.MY_ANTHROPIC_KEY) { // Model registry with no custom models.json const modelRegistry = ModelRegistry.inMemory(authStorage); -const model = getModel("anthropic", "claude-sonnet-4-20250514"); +const model = getModel("anthropic", "claude-sonnet-4-5"); if (!model) throw new Error("Model not found"); // In-memory settings with overrides