Skip to content

Commit 6565502

Browse files
catlog22claude
andcommitted
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>
1 parent 88ea7fc commit 6565502

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ If you use **Codex CLI** with the `.codex/skills/` workflow skills, add these re
9595
[features]
9696
default_mode_request_user_input = true # Enable request_user_input tool for interactive confirmations
9797
multi_agent = true # Enable multi-agent coordination (spawn_agent, wait, etc.)
98+
multi_agent_v2 = true # Enable v4 agent API (fork_context, task_name, send_message, assign_task, list_agents)
9899
enable_fanout = true # Enable spawn_agents_on_csv for parallel wave execution
99100
```
100101

README_CN.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ ccw install -m Global
9595
[features]
9696
default_mode_request_user_input = true # 启用 request_user_input 工具,用于交互式确认
9797
multi_agent = true # 启用多智能体协调(spawn_agent、wait 等)
98+
multi_agent_v2 = true # 启用 v4 智能体 API(fork_context、task_name、send_message、assign_task、list_agents)
9899
enable_fanout = true # 启用 spawn_agents_on_csv 并行波次执行
99100
```
100101

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-workflow",
3-
"version": "7.2.23",
3+
"version": "7.2.24",
44
"description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution",
55
"type": "module",
66
"main": "ccw/dist/index.js",

0 commit comments

Comments
 (0)