mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-29 20:11:04 +08:00
chore: bump version to 7.2.24
Add multi_agent_v2=true to Codex config documentation in both README.md and README_CN.md, required for v4 agent API features (fork_context, task_name, send_message, assign_task, list_agents). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -95,6 +95,7 @@ If you use **Codex CLI** with the `.codex/skills/` workflow skills, add these re
|
||||
[features]
|
||||
default_mode_request_user_input = true # Enable request_user_input tool for interactive confirmations
|
||||
multi_agent = true # Enable multi-agent coordination (spawn_agent, wait, etc.)
|
||||
multi_agent_v2 = true # Enable v4 agent API (fork_context, task_name, send_message, assign_task, list_agents)
|
||||
enable_fanout = true # Enable spawn_agents_on_csv for parallel wave execution
|
||||
```
|
||||
|
||||
|
||||
@@ -95,6 +95,7 @@ ccw install -m Global
|
||||
[features]
|
||||
default_mode_request_user_input = true # 启用 request_user_input 工具,用于交互式确认
|
||||
multi_agent = true # 启用多智能体协调(spawn_agent、wait 等)
|
||||
multi_agent_v2 = true # 启用 v4 智能体 API(fork_context、task_name、send_message、assign_task、list_agents)
|
||||
enable_fanout = true # 启用 spawn_agents_on_csv 并行波次执行
|
||||
```
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "claude-code-workflow",
|
||||
"version": "7.2.23",
|
||||
"version": "7.2.24",
|
||||
"description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution",
|
||||
"type": "module",
|
||||
"main": "ccw/dist/index.js",
|
||||
|
||||
Reference in New Issue
Block a user