Skip to content

v6.1.3 - CLI Tool Simplification

Choose a tag to compare

@catlog22 catlog22 released this 09 Dec 07:56
· 417 commits to main since this release

🔧 CLI Tool Simplification

This release simplifies the ccw tool exec edit_file command for better usability.

Changed

  • Simplified edit_file: Removed JSON input support, now uses parameter-based input only (--path, --old, --new)
  • Removed line mode: Line operations now recommended via sed command
  • Updated tool-strategy.md: Added sed as line operation alternative with usage examples

Usage

ccw tool exec edit_file --path "file.txt" --old "old text" --new "new text"

Install/Upgrade

npm install -g claude-code-workflow
# or
ccw upgrade -a