Autohand Code CLI v0.8.3 is an autonomous LLM-powered coding agent that uses the ReAct (Reason + Act) pattern to read, reason, and write code across entire projects from the terminal. Released as alpha (pre-release) with weekly commits, it features a modular skill system, multi-LLM provider support (OpenRouter, Anthropic, OpenAI, local models), Git integration, and an interactive REPL with slash commands and file autocomplete. Differentiated by autonomous multi-file editing with user approval gates and a minimalistic design, it requires Bun ≥1.0 and Node ≥18.17.0. The CLI ships TypeScript types and is under active development.
npm install autohand-cliVerified import paths — ran on the pinned version, not inferred.
Demonstrates interactive and programmatic usage of Autohand CLI with provider configuration and dry-run mode.
Update Node to >=18.17.0 or use a compatible version like v0.8.2.
Use with caution in CI; monitor for API changes.
Use Ctrl+C once to cancel a running task, Ctrl+C twice to exit.
Monitor subagent behavior and disable parallel execution if needed via config.
Break large pastes into smaller chunks or use file mentions (@file) instead.
Run 'bun install -g autohand-cli' or use curl installer.
Use ESM import: `import autohand from 'autohand-cli'`.
Upgrade Node.js to >=18.17.0 using nvm or Node.js installer.
Install Git from https://git-scm.com and ensure it's in PATH.
Set ANTHROPIC_API_KEY environment variable or pass via --api-key flag.