refactor: Remove model specification from CLI command files

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 <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-10-04 23:26:42 +08:00
parent 813a307c3d
commit 5b38a63129
5 changed files with 4 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ examples:
- /cli:chat --tool qwen --enhance "optimize React component" - /cli:chat --tool qwen --enhance "optimize React component"
- /cli:chat --tool codex "review security vulnerabilities" - /cli:chat --tool codex "review security vulnerabilities"
allowed-tools: SlashCommand(*), Bash(*) allowed-tools: SlashCommand(*), Bash(*)
model: sonnet
--- ---
## Purpose ## Purpose

View File

@@ -9,7 +9,6 @@ examples:
- /cli:execute --tool codex IMPL-001 - /cli:execute --tool codex IMPL-001
- /cli:execute --enhance "fix API performance issues" - /cli:execute --enhance "fix API performance issues"
allowed-tools: SlashCommand(*), Bash(*) allowed-tools: SlashCommand(*), Bash(*)
model: sonnet
--- ---
# CLI Execute Command (/cli:execute) # CLI Execute Command (/cli:execute)

View File

@@ -8,7 +8,7 @@ examples:
- /cli:mode:bug-index --tool qwen --enhance "login not working" - /cli:mode:bug-index --tool qwen --enhance "login not working"
- /cli:mode:bug-index --tool codex --cd "src/auth" "token validation fails" - /cli:mode:bug-index --tool codex --cd "src/auth" "token validation fails"
allowed-tools: SlashCommand(*), Bash(*) allowed-tools: SlashCommand(*), Bash(*)
model: sonnet
--- ---
# CLI Mode: Bug Index (/cli:mode:bug-index) # CLI Mode: Bug Index (/cli:mode:bug-index)

View File

@@ -8,7 +8,7 @@ examples:
- /cli:mode:code-analysis --tool qwen --enhance "explain data transformation pipeline" - /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" - /cli:mode:code-analysis --tool codex --cd "src/core" "trace execution path for user registration"
allowed-tools: SlashCommand(*), Bash(*) allowed-tools: SlashCommand(*), Bash(*)
model: sonnet
--- ---
# CLI Mode: Code Analysis (/cli:mode:code-analysis) # CLI Mode: Code Analysis (/cli:mode:code-analysis)

View File

@@ -8,7 +8,7 @@ examples:
- /cli:mode:plan --tool qwen --enhance "plan microservices migration" - /cli:mode:plan --tool qwen --enhance "plan microservices migration"
- /cli:mode:plan --tool codex --cd "src/auth" "authentication system" - /cli:mode:plan --tool codex --cd "src/auth" "authentication system"
allowed-tools: SlashCommand(*), Bash(*) allowed-tools: SlashCommand(*), Bash(*)
model: sonnet
--- ---
# CLI Mode: Plan (/cli:mode:plan) # CLI Mode: Plan (/cli:mode:plan)