Skip to content

Commit 204cb20

Browse files
author
catlog22
committed
chore(release): version 6.3.49
- Update package.json version to 6.3.49 - Add changelog entry for v6.3.49 with all commits since v6.3.48 - New features: CLI tools enhancements, skills system improvements, security fixes - Documentation updates and UI improvements
1 parent 63f0dae commit 204cb20

2 files changed

Lines changed: 69 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,74 @@ All notable changes to Claude Code Workflow (CCW) will be documented in this fil
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [6.3.49] - 2026-01-28
9+
10+
### ✨ New Features | 新功能
11+
12+
#### CLI Tools & Configuration | CLI工具与配置
13+
- **Added**: In-memory configuration prioritization for CLI tool selection initialization | CLI工具选择初始化的内存配置优先级
14+
- **Added**: Codex CLI settings with toggle and refresh actions | Codex CLI设置的切换和刷新操作
15+
- **Added**: Codex CLI enhancement settings with API integration and UI toggle | Codex CLI增强设置,包含API集成和UI切换
16+
- **Added**: ccw-cli-tools skill specification with unified execution framework and configuration-driven tool selection | ccw-cli-tools技能规范,包含统一执行框架和配置驱动的工具选择
17+
- **Added**: Commands management feature with API endpoints and UI integration | 命令管理功能,包含API端点和UI集成
18+
19+
#### Skills & Workflows | 技能与工作流
20+
- **Enhanced**: lite-skill-generator with single file output and improved validation | lite-skill-generator单文件输出和验证增强
21+
- **Added**: brainstorm-to-cycle adapter for converting brainstorm output to parallel-dev-cycle input | brainstorm-to-cycle适配器,用于将brainstorm输出转换为parallel-dev-cycle输入
22+
- **Added**: brainstorm-with-file prompt for interactive brainstorming workflow | 交互式brainstorm工作流的brainstorm-with-file提示
23+
- **Added**: Document consolidation, assembly, and compliance refinement phases | 文档整合、汇编和合规性细化阶段
24+
- **Added**: Skill enable/disable functionality with enhanced moveDirectory rollback on failure | 技能启用/禁用功能,增强的moveDirectory失败回滚
25+
26+
#### Review & Quality | 审查与质量
27+
- **Updated**: Review commands to use review-cycle-fix for automated fixing | 审查命令更新为使用review-cycle-fix进行自动修复
28+
- **Fixed**: Changelog workflow references from review-fix to review-cycle-fix for consistency | 更改changelog工作流引用从review-fix到review-cycle-fix以保持一致性
29+
30+
#### Documentation & CLI Integration | 文档与CLI集成
31+
- **Added**: CLI endpoints documentation and unified script template for Bash and Python | CLI端点文档和Bash/Python统一脚本模板
32+
- **Enhanced**: Skill generator documentation and templates | 技能生成器文档和模板增强
33+
- **Added**: Skill tuning diagnosis report for skill-generator | skill-generator的技能调优诊断报告
34+
35+
### 🔒 Security | 安全
36+
37+
#### Critical Fixes | 关键修复
38+
- **Fixed**: 3 critical security vulnerabilities | 修复3个关键安全漏洞
39+
40+
### 🛠️ Improvements | 改进
41+
42+
#### Core Logic | 核心逻辑
43+
- **Refactored**: Orchestrator logic with enhanced problem taxonomy | 重构编排器逻辑,增强问题分类
44+
- **Improved**: Skills enable/disable operations robustness | 改进技能启用/禁用操作的健壮性
45+
46+
#### Planning & Context Management | 规划与上下文管理
47+
- **Enhanced**: Workflow commands and context management | 增强工作流命令和上下文管理
48+
- **Enhanced**: CLI Lite Planning Agent with mandatory quality check | 增强CLI Lite规划代理的强制性质量检查
49+
- **Added**: Planning notes feature for task generation and constraint management | 规划笔记功能,用于任务生成和约束管理
50+
51+
#### Issue Management | Issue管理
52+
- **Added**: convert-to-plan command to convert planning documents to issue solutions | convert-to-plan命令,将规划文档转换为问题解决方案
53+
- **Enhanced**: Queue status validation with "merged" status | 队列状态验证,增加"merged"状态
54+
- **Refactored**: Issue queue management to use "archived" instead of "merged" | 重构issue队列管理,使用"archived"代替"merged"
55+
56+
#### Multi-CLI Analysis | 多CLI分析
57+
- **Added**: Interactive analysis workflow with documented discussions and CLI exploration | 交互式分析工作流,包含文档化讨论和CLI探索
58+
- **Added**: Parent/child directory lookup for ccw cli output | ccw cli输出的父/子目录查找
59+
60+
### 📚 Documentation | 文档
61+
62+
- **Added**: Level 5 intelligent orchestration workflow guide to English version | 英文版添加Level 5智能编排工作流指南
63+
- **Added**: Level 5 workflow guide with CCW Coordinator and decision flowchart | Level 5工作流指南,包含CCW协调器和决策流程图
64+
- **Added**: /ccw and /ccw-coordinator as recommended commands | 添加/ccw和/ccw-coordinator作为推荐命令
65+
- **Removed**: Codex Subagent usage documentation | 移除Codex Subagent使用规范文档
66+
- **Removed**: CLI endpoints section from Codex Code Guidelines | 从Codex代码指南中移除CLI端点部分
67+
- **Fixed**: README_CN.md交流群二维码图片扩展名 | 修复README_CN.md交流群二维码图片扩展名
68+
- **Archived**: Unused test scripts and temporary documents | 归档未使用的测试脚本和临时文档
69+
70+
### 🎨 UI & Integration | UI与集成
71+
72+
- **Refactored**: CLI Config Manager and added Provider Model Routes | 重构CLI配置管理器并添加Provider模型路由
73+
74+
---
75+
876
## [6.3.29] - 2026-01-15
977

1078
### ✨ New Features | 新功能

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "claude-code-workflow",
3-
"version": "6.3.48",
3+
"version": "6.3.49",
44
"description": "JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution",
55
"type": "module",
66
"main": "ccw/src/index.js",

0 commit comments

Comments
 (0)