Release v0.7.8
Hey there! We've been busy making Autohand better. Here's what's new since v0.7.5:
New Features
- Internationalization (i18n) - Autohand now supports 16 languages with auto-detection based on your OS locale:
- English, Chinese (Simplified/Traditional), French, German, Italian, Spanish, Japanese, Korean, Russian, Portuguese (Brazil), Turkish, Polish, Czech, Hungarian, Hindi
- Directory permissions for automation - New --add-dir flag lets you add write permissions to directories in existing projects for automated systems
- Sync settings - Cloud sync for settings now available for paid users
- Session sharing - Share your Autohand sessions with teammates
- Git auto-init - Automatic git repository initialization when needed
- Thinking level support - Control the verbosity of AI reasoning output
- Onboarding wizard - New guided setup experience for first-time users
Improvements
- Added Windows PowerShell (.ps1) equivalents for native Windows hook support
- Improved input handling with caching and non-blocking writes
- Fixed CI pipeline to correctly embed version numbers in binaries
Bug Fixes
We squashed a bug:
- Update package.json version before build
- Fixed automode skipping worktree merge operations
- Fixed sync service edge cases
- Fixed hook scripts not being created on first install - scripts now properly write to ~/.autohand/hooks/
- Fixed duplicate keypress listeners causing input issues
- Fixed prompt visibility in certain terminal configurations
- Fixed --add-dir edge case handling
Get it
Quickest way:
curl -fsSL https://autohand.ai/install.sh | shVia npm or bun:
npm install -g autohand-cliOr grab a binary below for your platform.
| Platform | Architecture | Binary |
|---|---|---|
| macOS | Apple Silicon | autohand-macos-arm64 |
| macOS | Intel | autohand-macos-x64 |
| Linux | x64 | autohand-linux-x64 |
| Linux | ARM64 | autohand-linux-arm64 |
| Windows | x64 | autohand-windows-x64.exe |