Update remaining create_case references in README files

Co-authored-by: No-Github <18167071+No-Github@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-23 12:39:15 +00:00
parent df01f8d103
commit 906418178d
2 changed files with 2 additions and 2 deletions

View File

@@ -366,7 +366,7 @@ redc mcp sse localhost:9000
- `list_templates` - List all available templates
- `list_cases` - List all cases in the project
- `create_case` - Create a new case from template
- `plan_case` - Plan a new case from template (preview resources without creating)
- `start_case` / `stop_case` / `kill_case` - Manage case lifecycle
- `get_case_status` - Check case status
- `exec_command` - Execute commands on cases

View File

@@ -374,7 +374,7 @@ redc mcp sse localhost:9000
- `list_templates` - 列出所有可用模板
- `list_cases` - 列出项目中的所有场景
- `create_case` - 从模板创建新场景
- `plan_case` - 从模板规划新场景(预览资源而不实际创建)
- `start_case` / `stop_case` / `kill_case` - 管理场景生命周期
- `get_case_status` - 检查场景状态
- `exec_command` - 在场景上执行命令