Skip to content

Release v0.7.10

Choose a tag to compare

@github-actions github-actions released this 10 Feb 21:38
· 1307 commits to main since this release

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

New Stuff

  • Add pipe mode with JSON output for composable workflows
  • Add native ACP mode for Zed integration
  • Add MCP client manager for Model Context Protocol
  • Add pipe mode with JSON output for composable workflows
  • Add smart stdin detection (fstatSync + isFIFO)
  • Add Homebrew formula for macOS installation
  • Add MCP client manager for Model Context Protocol
  • Add --yolo flag with granular tool allow/deny and timeout
  • Add /history command for session browsing
  • Add --thinking flag for extended reasoning toggle
  • Add pipe mode with JSON output for composable workflows
  • Add smart stdin detection (fstatSync + isFIFO)
  • Add shell command execution with ! prefix
  • Expand indicator to full text on backspace
  • Detect and buffer bracketed paste sequences
  • Enable bracketed paste mode in terminal
  • Add paste state interface and factory
  • Add content display utility for paste detection
  • Add /about command and --about flag
  • 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 13 bugs:

  • Replace vi.useFakeTimers with Bun-compatible approach
  • Replace vi.useFakeTimers with Bun-compatible approach
  • Improve status line readability across all themes
  • Change status line color to white for better readability
  • Clean paste display and preserve prefix content
  • Properly buffer multi-line pastes
  • Make file collection truly non-blocking for instant prompt
  • Improve startup UX and make about links clickable
  • Register missing slash command metadata
  • Add llmgateway provider configuration support
  • 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 | 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