From 88d3666b7f2e64f8fc55e1e573dd4eca949e6181 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Thu, 9 Oct 2025 10:11:08 -0700 Subject: [PATCH] Remove model specification from new-sdk-app command (#9232) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The model field is no longer needed in the command frontmatter as model selection is now handled at a different level. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude --- plugins/agent-sdk-dev/commands/new-sdk-app.md | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/agent-sdk-dev/commands/new-sdk-app.md b/plugins/agent-sdk-dev/commands/new-sdk-app.md index ded8397c..ca63dc29 100644 --- a/plugins/agent-sdk-dev/commands/new-sdk-app.md +++ b/plugins/agent-sdk-dev/commands/new-sdk-app.md @@ -1,7 +1,6 @@ --- description: Create and setup a new Claude Agent SDK application argument-hint: [project-name] -model: sonnet --- You are tasked with helping the user create a new Claude Agent SDK application. Follow these steps carefully: