|
5 | 5 |
|
6 | 6 | <div align="center"> |
7 | 7 |
|
8 | | -[](https://github.com/catlog22/Claude-Code-Workflow/releases) |
| 8 | +[](https://github.com/catlog22/Claude-Code-Workflow/releases) |
9 | 9 | [](https://www.npmjs.com/package/claude-code-workflow) |
10 | 10 | [](LICENSE) |
11 | 11 | []() |
|
18 | 18 |
|
19 | 19 | **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. |
20 | 20 |
|
21 | | -> **🎉 Version 6.1.0: Dashboard Icon Unification & CCW Tool System** |
| 21 | +> **🎉 Version 6.1.2: Dashboard Update Notification & Bug Fixes** |
22 | 22 | > |
23 | 23 | > **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 |
28 | 26 | > |
29 | 27 | > See [CHANGELOG.md](CHANGELOG.md) for complete details. |
30 | 28 |
|
@@ -66,18 +64,6 @@ ccw install -m Global |
66 | 64 | ccw install -m Path -p /path/to/project |
67 | 65 | ``` |
68 | 66 |
|
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 | | - |
81 | 67 | ### **✅ Verify Installation** |
82 | 68 | After installation, open **Claude Code** and verify that workflow commands are available by running: |
83 | 69 | ```bash |
|
0 commit comments