From efbbaff834bfdd1961c23146ee9f9c6825e071ea Mon Sep 17 00:00:00 2001 From: catlog22 Date: Wed, 11 Mar 2026 11:05:33 +0800 Subject: [PATCH] chore: bump version to 7.2.6 - Fix: ccw install --force now properly skips all interactive prompts - Fix: Backup confirmation prompt respects --force flag - Fix: Git Bash fix prompt respects --force flag --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0fca64b..d0002177 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "7.2.5", + "version": "7.2.6", "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",