One agent, every environment

Autohand Code is a unified AI coding agent that adapts to your preferred development environment. The same powerful features - context awareness, multi-file editing, git integration, and autonomous operation - are available across all platforms.

Extend Autohand Code

Build against Autohand in two ways: embed the agent runtime in your own application with the Code Agent SDK, or add declarative tools and specialist agents directly to the CLI with an extension package.

Choose your environment

Each environment offers the same core capabilities with platform-specific enhancements.

FeatureVS CodeJetBrainsZedCLI
Inline code suggestionsYesYesYes-
Chat panelYesYesYesYes
Multi-file editingYesYesYesYes
Git integrationYesYesYesYes
AGENTS.md supportYesYesYesYes
Skills systemYesYesYesYes
Auto-modeYesYesYesYes
HooksLimitedLimitedLimitedFull
CI/CD integration---Yes
Headless operation---Yes

Tip: You can use multiple environments together. Many developers use VS Code, JetBrains, or Zed for interactive coding and the CLI for automation and CI/CD.

Core features

These capabilities are available across all environments.

Context-aware assistance

Autohand Code understands your entire codebase. It reads your project structure, analyzes dependencies, and uses AGENTS.md files to understand your conventions and patterns.

Multi-file operations

Make changes across multiple files in a single operation. Autohand Code tracks dependencies and ensures consistency when refactoring, adding features, or fixing bugs.

Git integration

Built-in git support for reviewing changes, creating commits, and managing branches. Use /commit to generate meaningful commit messages automatically.

Skills system

Extend Autohand Code with specialized skills for frontend development, data analysis, SRE tasks, and more. Skills provide domain-specific knowledge and capabilities.

Autonomous operation

Enable auto-mode for hands-free operation. Autohand Code will work through complex tasks, making decisions and iterating until the job is done.

Getting started

Choose your preferred environment to get started: