Release v0.9.5
Hey there! We've been busy making Autohand better. Here's what's new since v0.9.4:
Updates
- Harden read_file with bounded streaming and recovery
- Publish Autohand AI in the model catalog
- Show live Autohand quota in status usage
- Show Autohand plan allowances in usage and status commands
- Recommend paid plans when Autohand AI quota is exhausted
- Repair Fantail context accounting and catalog contracts
- Commit in-progress working-tree changes across auth, status line, UI, and tooling
- Add built-in brainstorm skill with plan-mode and intent-based auto-injection
- Update provider persistence Tuistory for Autohand AI
- Clamp Autohand AI max_tokens per model and fix negative context percentage
- Sort /model provider list and route configured custom providers to settings flow
Full comparison: v0.9.4...v0.9.5
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 |