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
This commit is contained in:
catlog22
2026-01-15 15:38:15 +08:00
parent 7b5c3cacaa
commit 0c9a6d4154
2 changed files with 16 additions and 1 deletions

View File

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