Install

CLI

Your terminal never felt this smart

Run context-aware agents that plan, execute, and review work across large codebases.
One tool to automate it all: code review, test failures, incident response, and more.

$npm install -g @augmentcode/auggie
View on GitHub
auggie-cli - zsh
Welcome to Auggie
Type 'help' to see available commands
Type 'terminal' or 'fullscreen' for immersive mode
@augment.new:~$

001

Interactive when you want it. Automated when you need it.

Interactive Mode

Run auggie and get a rich interactive experience. Real-time streaming, visual progress, tool calls you can follow.

Perfect for building features, debugging issues, and exploring your codebase with an agent that actually understands it.

auggie-cli
···

 ██████  █    █  ██████  ██████  █  ██████
 █    █  █    █  █       █       █  █
 ██████  █    █  █  ███  █  ███  █  █████
 █    █  █    █  █    █  █    █  █  █
 █    █  ██████  ██████  ██████  █  ██████
BY AUGMENT CODE
Personalized prompt suggestions, for you (.•◡•.)
Remove unnecessary packages: dist, node-sass, sass-loader
Reorganize dependencies: Moved sass to devDependencies where it belongs
Added essential dev tools: ESLint, Prettier, TypeScript support
For automation, use 'auggie --print "your task"'
>Try 'how do I log an error?' or type / for commands
? to show shortcuts~/Augment/Augment

Automation Mode

Add --print for single-shot execution. Add --quiet for clean output. Pipe data in, pipe results out.

Runs anywhere Node.js runs: CI pipelines, serverless functions, cron jobs.

ci-pipeline
···
$ cat build.log | auggie --print --quiet \
"Summarize the failure"
Build failed due to missing dependency 'lodash'
in src/utils/helpers.ts:42
Fix: npm install lodash @types/lodash

002

Everything you need in the terminal

Context Engine

Same semantic codebase understanding that powers IDE agents. Not grep.

Sub Agents

Delegate specialized tasks to focused agents. Security audits, test writing, or data analysis run in isolated contexts.

Resumable Sessions

Pick up exactly where you left off. Your conversation history and task state persist across terminal sessions.

Prompt Enhancer

Your rough instructions become optimized prompts. Better results without prompt engineering.

User & Repo Rules

Define guardrails that stick. Personal preferences and team standards applied automatically.

Parallel Agents

Run multiple agents simultaneously. Refactor frontend while tests update in another session.

Headless Mode

Drop Auggie into GitHub Actions, Jenkins, or any CI. Context-aware code review on every PR.

Session Sharing

Share debugging sessions with teammates. Export conversations as markdown for documentation.

Streaming Output

Watch the agent think in real-time. See exactly what it's doing, when it's doing it.

MCP Support

Connect to GitHub, Linear, Jira, and any MCP-compatible tool.

Multi-model

Choose your model. Claude, GPT-4, or bring your own.

Task Manager

Break complex work into steps. Track progress. Resume where you left off.

Custom Commands

Build specialized agents for code review, security, or any task your team needs.

Tool Permissions

Control what the agent can do. Enable or restrict tools per environment.

003

Put AI in your development stack

Auggie was purpose-built for automation. Code reviews that run on every PR. Issue triage that happens in seconds. Incident response that starts before you wake up.

automation-workflows

Dependabot opens 47 PRs and your team ignores them for weeks. Auggie reviews each dependency update with full codebase context. It assesses breaking change risk, checks for conflicts with your code, verifies that tests pass, and approves safe updates automatically. Keep dependencies current without the merge queue anxiety.

lodash4.17.204.17.21
Auto-approved
react18.2.018.3.1
Auto-approved
typescript5.0.05.3.0
Needs review

004

Service accounts for production workloads

Decouple automation from individual users. Create service accounts with dedicated API tokens. Manage lifecycle per task. Monitor usage. Enterprise only.

  • Non-human identities for CI/CD
  • Per-automation token management
  • Usage monitoring and controls
app.augmentcode.com — Service Accounts
···
Service Accounts
3 active
pr-reviewer
12.4kreq
2m ago
issue-triage
3.2kreq
15m ago
nightly-audit
890req
8h ago

005

Works with any ACP client

Auggie supports the Agent Client Protocol (ACP), an open standard for connecting AI agents to editors and tools. Use Auggie with any ACP-compatible client.

Zed
Zed
JetBrains
JetBrains
Neovim
Neovim
Emacs
Emacs

006

First-class GitHub integration

We built official GitHub Actions so you can add Auggie to your workflows in minutes. Auto-generate PR descriptions. Run context-aware code reviews. Build custom workflows.

Get Started

Ship from your terminal

Install Auggie and start building.

$npm install -g @augmentcode/auggie