autohealer
docssign in
docs
⌘K

docs

Autohealer Docs

Autohealer is a Node.js CLI that turns production issues into draft pull requests using local agent CLIs. Your code stays on your machine: the CLI uses your provider tokens and your agent subscriptions.

Supported issue providers: Sentry, Jira Cloud, and Discord forum threads. Supported repo provider: Bitbucket. Supported agents: Codex, Claude, Cursor, OpenCode, Gemini, Copilot.

Install

shellsh
curl -fsSL https://cli.getautohealer.com/install.sh | bash
export PATH="$HOME/.autohealer/bin:$PATH"
autohealer login

Commands

shellsh
autohealer init
autohealer login
autohealer logout
autohealer config validate
autohealer config env init
autohealer doctor
autohealer run backend --issue 123456789
autohealer watch backend
autohealer runs list
autohealer clean
autohealer update

Where files live

  • ~/.autohealer/.env: global provider tokens
  • ~/.autohealer/credentials.json: CLI login session
  • ~/.autohealer/state.db: run history — inspect with autohealer runs list (override with --work-dir)
  • ./autohealer.yml: per-repository workflow config
  • ./.env: optional per-repository token overrides

Repair loop

Each run fetches issue context, creates isolated git worktrees, runs builder agents (optionally in race mode), validates patches with configured commands, runs reviewer cycles, pushes a branch, and opens a draft pull request. Notifications can go to Discord or Telegram.

© 2026 autohealer

docsget startedgithubdiscordxsign in