docs: update README to v6.1.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-12-09 00:01:13 +08:00
parent ed32b95de1
commit 0c7f13d9a4
2 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
<div align="center"> <div align="center">
[![Version](https://img.shields.io/badge/version-v6.0.0-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases) [![Version](https://img.shields.io/badge/version-v6.1.0-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases)
[![npm](https://img.shields.io/npm/v/claude-code-workflow.svg)](https://www.npmjs.com/package/claude-code-workflow) [![npm](https://img.shields.io/npm/v/claude-code-workflow.svg)](https://www.npmjs.com/package/claude-code-workflow)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]() [![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]()
@@ -15,13 +15,13 @@
**Claude Code Workflow (CCW)** is a JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution. It transforms AI development from simple prompt chaining into a powerful orchestration system. **Claude Code Workflow (CCW)** is a JSON-driven multi-agent development framework with intelligent CLI orchestration (Gemini/Qwen/Codex), context-first architecture, and automated workflow execution. It transforms AI development from simple prompt chaining into a powerful orchestration system.
> **🎉 Version 6.0.0: npm Package & Simplified Installation** > **🎉 Version 6.1.0: Dashboard Icon Unification & CCW Tool System**
> >
> **Core Improvements**: > **Core Improvements**:
> - 📦 **npm Package**: Now available as `claude-code-workflow` on npm for simplified global installation > - 🎨 **Dashboard Icon Unification**: Complete migration to Lucide Icons library across all views
> - 🖥 **CCW CLI Tool**: New `ccw` command with dashboard viewer, installation management, and workflow visualization > - 🛠 **CCW Tool Exec System**: New `ccw tool exec` command for executing tools with JSON parameters
> - 🎯 **Simplified Install Flow**: Unified installation via npm with local-only operation (no GitHub API dependency) > - 🚀 **Explorer Enhancements**: Async task execution, CLI selector improvements, WebSocket frame handling
> - ✨ **Enhanced Dashboard**: MCP manager, review session improvements, and UI enhancements > - ✨ **Smart Server Recognition**: Intelligent workspace switching and MCP multi-source configuration
> >
> See [CHANGELOG.md](CHANGELOG.md) for complete details. > See [CHANGELOG.md](CHANGELOG.md) for complete details.

View File

@@ -2,7 +2,8 @@
<div align="center"> <div align="center">
[![Version](https://img.shields.io/badge/version-v5.9.6-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases) [![Version](https://img.shields.io/badge/version-v6.1.0-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases)
[![npm](https://img.shields.io/npm/v/claude-code-workflow.svg)](https://www.npmjs.com/package/claude-code-workflow)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE) [![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]() [![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]()
@@ -14,14 +15,13 @@
**Claude Code Workflow (CCW)** 将 AI 开发从简单的提示词链接转变为一个强大的、上下文优先的编排系统。它通过结构化规划、确定性执行和智能多模型编排,解决了执行不确定性和误差累积的问题。 **Claude Code Workflow (CCW)** 将 AI 开发从简单的提示词链接转变为一个强大的、上下文优先的编排系统。它通过结构化规划、确定性执行和智能多模型编排,解决了执行不确定性和误差累积的问题。
> **🎉 版本 5.9.6: 审查周期增强与仪表盘自动化** > **🎉 版本 6.1.0: 仪表盘图标统一 & CCW 工具系统**
> >
> **核心改进**: > **核心改进**:
> - **增强的审查仪表盘** - `review-cycle` 仪表盘支持实时进度跟踪和高级过滤 > - 🎨 **仪表盘图标统一** - 全面迁移至 Lucide Icons 图标库
> - 🎯 **新修复追踪仪表盘** - 新增独立的 `fix-dashboard.html` 监控 Bug 修复进度 > - 🛠️ **CCW Tool Exec 系统** - 新增 `ccw tool exec` 命令,支持 JSON 参数执行工具
> - 🚀 **`lite-fix` 工作流** - 新增智能化、流程化的 Bug 诊断和修复命令 > - 🚀 **Explorer 增强** - 异步任务执行、CLI 选择器改进、WebSocket 帧处理
> - 🛠️ **`lite-plan` 优化** - 成本感知并行执行、智能复杂度分析、健壮的上下文保护 > - **智能服务器识别** - 智能工作空间切换和 MCP 多源配置
> - 🧠 **智能测试周期** - 改进 `test-cycle-execute` 智能迭代策略和通用 `@test-fix-agent`
> >
> 详见 [CHANGELOG.md](CHANGELOG.md)。 > 详见 [CHANGELOG.md](CHANGELOG.md)。