Skip to content

Commit fcc811d

Browse files
catlog22claude
andcommitted
docs(readme): update to v6.1.2 and simplify installation
- Update version badge and release notes to v6.1.2 - Remove one-click script install section (npm only) - Update changelog highlights for latest release 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 906404f commit fcc811d

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<div align="center">
77

8-
[![Version](https://img.shields.io/badge/version-v6.1.0-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases)
8+
[![Version](https://img.shields.io/badge/version-v6.1.2-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases)
99
[![npm](https://img.shields.io/npm/v/claude-code-workflow.svg)](https://www.npmjs.com/package/claude-code-workflow)
1010
[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
1111
[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]()
@@ -18,13 +18,11 @@
1818

1919
**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.
2020

21-
> **🎉 Version 6.1.0: Dashboard Icon Unification & CCW Tool System**
21+
> **🎉 Version 6.1.2: Dashboard Update Notification & Bug Fixes**
2222
>
2323
> **Core Improvements**:
24-
> - 🎨 **Dashboard Icon Unification**: Complete migration to Lucide Icons library across all views
25-
> - 🛠️ **CCW Tool Exec System**: New `ccw tool exec` command for executing tools with JSON parameters
26-
> - 🚀 **Explorer Enhancements**: Async task execution, CLI selector improvements, WebSocket frame handling
27-
> -**Smart Server Recognition**: Intelligent workspace switching and MCP multi-source configuration
24+
> - 🔔 **Version Update Notification**: Dashboard now checks npm for updates and displays upgrade banner
25+
> - 🔧 **Hook Manager Fix**: Fixed button click event handling for edit/delete operations
2826
>
2927
> See [CHANGELOG.md](CHANGELOG.md) for complete details.
3028
@@ -66,18 +64,6 @@ ccw install -m Global
6664
ccw install -m Path -p /path/to/project
6765
```
6866

69-
### **🚀 Alternative: One-Click Script Install**
70-
71-
**Windows (PowerShell):**
72-
```powershell
73-
Invoke-Expression (Invoke-WebRequest -Uri "https://raw.githubusercontent.com/catlog22/Claude-Code-Workflow/main/install-remote.ps1" -UseBasicParsing).Content
74-
```
75-
76-
**Linux/macOS (Bash/Zsh):**
77-
```bash
78-
bash <(curl -fsSL https://raw.githubusercontent.com/catlog22/Claude-Code-Workflow/main/install-remote.sh)
79-
```
80-
8167
### **✅ Verify Installation**
8268
After installation, open **Claude Code** and verify that workflow commands are available by running:
8369
```bash

0 commit comments

Comments
 (0)