v0.7.0 - Apply System with Automatic Backups & Rollback
v0.7.0 - Apply System
OwnKey can now automatically fix your code! Apply AI-generated suggestions with automatic backups and instant rollback.
New Features
Apply System
- Auto-Fix Code - Apply AI suggestions to fix bugs, security issues, and more
- Automatic Backups - Every apply creates a timestamped backup
- Interactive Confirmation- Review changes before applying with colored diff preview
- Dry Run Mode - Preview what would change without applying
- Validation - Prevents conflicts and bad applies
- Automatic Rollback - Reverts changes if apply fails
Undo System
- List Recent Applies - See all your recent changes
- Instant Rollback - Undo any applied change
- Selective Undo - Choose specific applies to revert
- Batch Undo - Undo all applies from today
🚀 Usage
Apply a Suggestion
# Interactive mode (recommended)
ownkey apply <suggestion-id>
# Auto mode (no confirmation)
ownkey apply <suggestion-id> --auto
# Preview only
ownkey apply <suggestion-id> --dry-run