Release v0.9.4
Hey there! We've been busy making Autohand better. Here's what's new since v0.9.3:
New Stuff
- Add negotiated browser automation v2
Bug Fixes
We squashed 3 bugs:
- Narrow simple-chat fast path to anchored casual greetings
- Exclude system messages from tool relevance scan
- Derive client context from --client instead of hardcoding chrome
Updates
- Add model catalog entry from issue #478
- Fixing nodellamacpp incorrect dependency
- Small update on ignore
- Stop retrying provider rate limits and surface them through hooks
- Consolidate the Claude Code gap analysis into a single reviewed document
- Classify OpenRouter provider_unavailable failures as retryable
- Cap provider-supplied Retry-After delays used during session recovery
- Harden experimental prompt cache affinity controls
- Keep the CLI alive while raw-stdin panels are open
- Add hardened Blueprint answer and setup-only RPC contracts
- Keep the Ink composer cursor across footer repaints
- Sync per-session line change totals to mobile clients
- Restore composer cursor placement and stabilize release checks
- Improve mobile handoff scanning and composer identity
- Add mobile composer controls and reliable relay delivery
- Stabilize mobile handoff QR and project status line
- Fixing the mobile relay
- Preflight Homebrew and npm artifacts before release publication
- Normalize stable release versions and repair Homebrew guidance
- Add resumable per-step RPC control
- Align themed composer borders with the input surface
Under the Hood
Some housekeeping and improvements:
- Rename the chrome client context to browser
- Assert anchored simple-chat behaviour
- Cover chat history retention across /statusline save
Full comparison: v0.9.3...v0.9.4
Get it
Quickest way:
curl -fsSL https://autohand.ai/install.sh | shVia npm or bun:
npm install -g autohand-cliVia Homebrew:
brew install autohandai/code/autohand-codeOr 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 |