Skip to content

Release v0.6.3

Choose a tag to compare

@github-actions github-actions released this 31 Dec 07:07
· 1471 commits to main since this release

Hey there! We've been busy making Autohand better. Here's what's new since v0.6.3:

Minor updates and improvements to keep things running smoothly.

New Features

  • Theming System - Complete theming infrastructure with 5 built-in themes: dark, light, dracula, sandy, and tui. Theme-aware colorized diffs with visual stats headers.
  • RPC Mode - Full JSON-RPC 2.0 protocol implementation for VS Code extension integration with enhanced error handling and graceful crash prevention.
  • Multimodal Image Support - Drag-and-drop image support in both TTY and RPC modes. Images render as [Image #N] placeholders and are passed to the LLM for vision tasks.
  • Intent Detection - Smart context gathering that analyzes user intent to determine when tool usage vs. simple responses are needed.

Improvements

  • Confirmation Dialog UX - Number keys (1, 2, 3) and letter shortcuts (y/n) now instantly select options in permission prompts.
  • Local Project Permissions - "Ask once" permission support scoped to individual projects.
  • Agent Reliability - Overhauled agent loop with improved error recovery and state management.

Bug Fixes

  • Fixed file path detection for macOS escaped spaces (drag-and-drop from Finder)
  • Fixed slash command detection to not intercept file paths starting with /
  • Fixed CI build external dependency handling

Get it

Quickest way:

curl -fsSL https://autohand.ai/install.sh | sh

Via npm or bun:

npm install -g autohand-cli

Or 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

Full Changelog: v0.6.3...v0.6.3