User can confirm or decline to continue with experimental terminal support
Changed
Fixed
0.3.1 - 2025-07-21
Added
Changed
Fixed
Fixed session ID conflicts between repositories with same branch names
0.3.0 - 2025-07-20
Added
Added agent monitoring system with Claude Code hooks integration
Added autowt agents command for live agent status dashboard
Added autowt hooks-install command to install Claude Code hooks
Added --show flag to hooks-install to display current hook status
Added --waiting and --latest flags to autowt switch for agent-aware navigation
Enhanced autowt ls to display agent status indicators alongside terminal sessions
Changed
Fixed
0.2.1 - 2025-07-18
Added
Added --version flag to CLI to display current version
Changed
Fixed
Fixed Terminal.app session switching that was inconsistently working
Fixed -y/--yes flag not working with dynamic branch commands
0.2.0 - 2025-07-18
Added
Added echo terminal mode for users who want to avoid terminal automation
Enhanced autowt config TUI with additional configuration options:
Support for all four terminal modes (tab, window, inplace, echo)
Auto-fetch toggle for worktree creation
Kill processes toggle for cleanup behavior
Added documentation section on disabling terminal control
Comprehensive test suite for configuration TUI functionality
Changed
Major refactoring of the configuration system. Settings are now managed via a hierarchical system with global config.toml and project autowt.toml/.autowt.toml files, environment variables, and CLI flags. See the configuration guide for full details.
Improved autowt config TUI to display actual platform-specific config file paths
Updated documentation to accurately reflect TUI capabilities and limitations
Fixed
Fixed missing echo terminal mode in configuration TUI
Removed dead configuration TUI code to eliminate confusion
0.1.0 - 2025-07-18
Added
Initial release of autowt
Core worktree management commands: checkout, cleanup, ls