From 5b38a631297b88519cd863ca70b0f2ac61e910fd Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sat, 4 Oct 2025 23:26:42 +0800 Subject: [PATCH] refactor: Remove model specification from CLI command files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove hardcoded model: sonnet from CLI command frontmatter to allow dynamic model selection. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .claude/commands/cli/chat.md | 2 +- .claude/commands/cli/execute.md | 1 - .claude/commands/cli/mode/bug-index.md | 2 +- .claude/commands/cli/mode/code-analysis.md | 2 +- .claude/commands/cli/mode/plan.md | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.claude/commands/cli/chat.md b/.claude/commands/cli/chat.md index 9be63c71..44268e29 100644 --- a/.claude/commands/cli/chat.md +++ b/.claude/commands/cli/chat.md @@ -9,7 +9,7 @@ examples: - /cli:chat --tool qwen --enhance "optimize React component" - /cli:chat --tool codex "review security vulnerabilities" allowed-tools: SlashCommand(*), Bash(*) -model: sonnet + --- ## Purpose diff --git a/.claude/commands/cli/execute.md b/.claude/commands/cli/execute.md index cd688f6a..2204e8a8 100644 --- a/.claude/commands/cli/execute.md +++ b/.claude/commands/cli/execute.md @@ -9,7 +9,6 @@ examples: - /cli:execute --tool codex IMPL-001 - /cli:execute --enhance "fix API performance issues" allowed-tools: SlashCommand(*), Bash(*) -model: sonnet --- # CLI Execute Command (/cli:execute) diff --git a/.claude/commands/cli/mode/bug-index.md b/.claude/commands/cli/mode/bug-index.md index 45e5c7d7..15a975a6 100644 --- a/.claude/commands/cli/mode/bug-index.md +++ b/.claude/commands/cli/mode/bug-index.md @@ -8,7 +8,7 @@ examples: - /cli:mode:bug-index --tool qwen --enhance "login not working" - /cli:mode:bug-index --tool codex --cd "src/auth" "token validation fails" allowed-tools: SlashCommand(*), Bash(*) -model: sonnet + --- # CLI Mode: Bug Index (/cli:mode:bug-index) diff --git a/.claude/commands/cli/mode/code-analysis.md b/.claude/commands/cli/mode/code-analysis.md index 31e50a7a..79633b70 100644 --- a/.claude/commands/cli/mode/code-analysis.md +++ b/.claude/commands/cli/mode/code-analysis.md @@ -8,7 +8,7 @@ examples: - /cli:mode:code-analysis --tool qwen --enhance "explain data transformation pipeline" - /cli:mode:code-analysis --tool codex --cd "src/core" "trace execution path for user registration" allowed-tools: SlashCommand(*), Bash(*) -model: sonnet + --- # CLI Mode: Code Analysis (/cli:mode:code-analysis) diff --git a/.claude/commands/cli/mode/plan.md b/.claude/commands/cli/mode/plan.md index a675627c..db6b63b6 100644 --- a/.claude/commands/cli/mode/plan.md +++ b/.claude/commands/cli/mode/plan.md @@ -8,7 +8,7 @@ examples: - /cli:mode:plan --tool qwen --enhance "plan microservices migration" - /cli:mode:plan --tool codex --cd "src/auth" "authentication system" allowed-tools: SlashCommand(*), Bash(*) -model: sonnet + --- # CLI Mode: Plan (/cli:mode:plan)