From 0c9a6d4154a8155e5c3735ba5132a4963ac73527 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 15 Jan 2026 15:38:15 +0800 Subject: [PATCH] chore: bump version to 6.3.29 Release 6.3.29 with: - Multi-CLI task and discussion tabs i18n support - Collapsible sections for discussion and summary tabs - Post-Completion Expansion for execution commands - Enhanced multi-CLI session handling - Code structure refactoring --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 701856f9..5fc4c047 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to Claude Code Workflow (CCW) will be documented in this fil The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.3.29] - 2026-01-15 + +### ✨ New Features | 新功能 + +#### Multi-CLI Task & Discussion Enhancements | 多CLI任务与讨论增强 +- **Added**: Internationalization support for multi-CLI tasks and discussion tabs | 多CLI任务和讨论标签的国际化支持 +- **Added**: Collapsible sections for discussion and summary tabs with enhanced layout | 讨论和摘要标签的可折叠区域及增强布局 +- **Added**: Post-Completion Expansion feature for execution commands | 执行命令的完成后扩展功能 + +#### Session & UI Improvements | 会话与UI改进 +- **Enhanced**: Multi-CLI session handling with improved UI updates | 多CLI会话处理及UI更新优化 +- **Refactored**: Code structure for improved readability and maintainability | 代码结构重构以提升可读性和可维护性 + +--- + ## [6.3.19] - 2026-01-12 ### 🚀 Major New Features | 主要新功能 diff --git a/package.json b/package.json index 5fa006c5..64d59871 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.3.28", + "version": "6.3.29", "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/src/index.js",