Release v0.7.9
Hey there! We've been busy making Autohand better. Here's what's new since v0.6.12:
New Stuff
- Support implicit GitHub format owner/repo
- Extend Modal component with confirm/input/password modes
- Add fetchRepoInfo for GitHub and GitLab
- Add URL parsing for GitHub and GitLab
- Add feedback command with plan mode integration and constants
- Improve input handling with caching and non-blocking writes
- Add session sharing, git auto-init, and thinking level support
- Autonomous coding loop with session persistence
Bug Fixes
We squashed 3 bugs:
- Enable hot-reload language switching without restart
- Update package.json version before build
- Prevent duplicate keypress listeners and improve prompt visibility
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 |