From 44fa6e0a42265da1b00ff28ded3f367c58c7c675 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Tue, 9 Dec 2025 15:52:43 +0800 Subject: [PATCH] chore: bump version to 6.1.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update README version badge and release notes - Published to npm with simplified edit_file CLI 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- README.md | 8 ++++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index db90e409..02ef8b72 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
-[![Version](https://img.shields.io/badge/version-v6.1.2-blue.svg)](https://github.com/catlog22/Claude-Code-Workflow/releases) +[![Version](https://img.shields.io/badge/version-v6.1.3-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) [![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS-lightgrey.svg)]() @@ -18,11 +18,11 @@ **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.1.2: Dashboard Update Notification & Bug Fixes** +> **🎉 Version 6.1.3: CLI Tool Simplification** > > **Core Improvements**: -> - 🔔 **Version Update Notification**: Dashboard now checks npm for updates and displays upgrade banner -> - 🔧 **Hook Manager Fix**: Fixed button click event handling for edit/delete operations +> - 🔧 **Simplified edit_file**: Parameter-based input only (`--path`, `--old`, `--new`) +> - 📝 **Updated tool-strategy.md**: Added sed as line operation alternative > > See [CHANGELOG.md](CHANGELOG.md) for complete details. diff --git a/package-lock.json b/package-lock.json index 2d0bea94..af03433b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "claude-code-workflow", - "version": "6.0.5", + "version": "6.1.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "claude-code-workflow", - "version": "6.0.5", + "version": "6.1.3", "license": "MIT", "dependencies": { "boxen": "^7.1.0", diff --git a/package.json b/package.json index d487675f..273007fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "claude-code-workflow", - "version": "6.1.2", + "version": "6.1.3", "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",