Skip to content

v1.19.0

Latest

Choose a tag to compare

@hadefication hadefication released this 04 Feb 01:04

What's Changed

Breaking Changes

  • Replaced --force flag with --replace flag in generate command
  • Removed unused --backup and --interactive flags from generate command

New Features

  • --replace flag: Completely overwrites AI files with a fresh reference block
  • --yes flag: Skips confirmation prompt when using --replace
  • Confirmation prompt: When using --replace, shows which files will be overwritten and asks for confirmation

Improvements

  • Cleaned up unused code in BaseGenerator
  • Updated README documentation with new flags

Migration

If you were using --force in scripts, replace it with --replace --yes:

# Old
zeri generate claude --force

# New  
zeri generate claude --replace --yes

Full Changelog: v1.18.5...v1.19.0