From 7c1853cc6dca3c8e8bb30b22f7bfe0a3ee9546da Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 19 Mar 2026 20:32:58 +0800 Subject: [PATCH] chore: bump version to 7.2.8 - Remove ccw-litellm dead UI components - Remove codex-lens-v2 from outer git tracking Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 06aca2bb..41d4beb0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "7.2.7", + "version": "7.2.8", "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",