Changelog
All notable changes to vibe are documented here.
v0.5.0
Section titled “v0.5.0”Released: 2026-01-10
--no-hooksoption to skip hook execution duringvibe start--no-copyoption to skip file copying duringvibe start- GitHub Sponsors and Patreon funding configuration
Changed
Section titled “Changed”- Improved documentation for development workflows
v0.4.0
Section titled “v0.4.0”Released: 2026-01-08
- Copy strategies with performance optimization
- Native clone using FFI (
clonefileon macOS,FICLONEon Linux) - Copy-on-Write (CoW) support for APFS and Btrfs/XFS
- rsync fallback for cross-filesystem copies
- Native clone using FFI (
- Directory copy support with glob patterns
- Progress display improvements with new marker format
Changed
Section titled “Changed”- Refactored CopyService for better performance
- Enhanced progress display with cleaner output
- Resource leaks in CopyService tests
- Empty marker lines in progress display
v0.3.0
Section titled “v0.3.0”Released: 2026-01-02
- Trust system for repository security
- Repositories must be explicitly trusted before running hooks
vibe trustcommand for managing trusted repositories- Security-first approach to prevent malicious hook execution
- Idempotent
vibe start- running on existing worktree reuses it
Changed
Section titled “Changed”- Replaced Japanese UI messages with English for international users
- Improved repository root path normalization
- Repository root normalization issues
v0.2.0
Section titled “v0.2.0”Released: 2025-12-28
- Hook system for automated workflows
pre_start,post_start,pre_clean,post_cleanhooksfilesconfiguration for copying files to worktrees
- Local configuration support (
.vibe.local.toml) vibe configcommand for managing settings
Changed
Section titled “Changed”- Enhanced worktree management
- Improved shell integration
v0.1.0
Section titled “v0.1.0”Released: 2025-12-28
- Initial release
- Basic worktree creation with
vibe start - Worktree cleanup with
vibe clean - Multi-shell support (Bash, Zsh, Fish, Nushell, PowerShell)
.vibe.tomlconfiguration file support