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:
catlog22
2026-03-27 22:27:01 +08:00
parent 88ea7fc6d7
commit 656550210e
3 changed files with 3 additions and 1 deletions

View File

@@ -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",