Releases: autohandai/code-cli
Releases · autohandai/code-cli
Release v0.6.2
Hey there! We've been busy making Autohand better. Here's what's new since v0.5.1:
New Features
- Agentic Communication Protocol (ACP) - Full support for agenticcommunicationprotocol.dev enabling native Zed editor integration
- External Events - Autohand CLI now supports external events for control outputs
- Agent Skills System - Native support for the new
AGENTSKILLS.mdformat - modular instruction packages that extend the agent with domain expertise - Auto-Skills Generation - New
--auto-skillsflag lets the LLM generate new skills for you automatically, you just review and approve - Sub-agents - Parallel agent execution (up to 5 concurrent) with markdown and JSON support
Bug Fixes
- Fixed dependency ansi conflict in ink packages
- Fixed ACP protocol bugs and non-blocking UI for Zed native support
- Improved first-run experience - removed git init prompt, auto-create config with safe defaults
- Default model updated to claude-sonnet-4-20250514
- Friendly welcome message on first run
Under the Hood
- CI improvements: always bump patch version, use manual override for minor/major
- Allow manual workflow_dispatch to bypass release commit check
- Telemetry enabled by default
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 |
Release vv0.6.2
Hey there! We've been busy making Autohand better. Here's what's new since v0.6.2:
Bug Fixes
We squashed a bug:
- Add --external react-devtools-core to CI build
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 |