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/auggie001
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.
██████ █ █ ██████ ██████ █ ██████
█ █ █ █ █ █ █ █
██████ █ █ █ ███ █ ███ █ █████
█ █ █ █ █ █ █ █ █ █
█ █ ██████ ██████ ██████ █ ██████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.
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.
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.
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
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.
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.
PR Description
Analyze changes and generate comprehensive PR descriptions automatically.
augmentcode/describe-prPR Review
Context-aware code review with actionable feedback.
augmentcode/review-prCustom Workflows
Use /github-workflow in Auggie to generate workflows tailored to your needs.
Get Started
Ship from your terminal
Install Auggie and start building.
npm install -g @augmentcode/auggie