CLI
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
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.
██████ █ █ ██████ ██████ █ ██████
█ █ █ █ █ █ █ █
██████ █ █ █ ███ █ ███ █ █████
█ █ █ █ █ █ █ █ █ █
█ █ ██████ ██████ ██████ █ ██████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
Same semantic codebase understanding that powers IDE agents. Not grep.
Delegate specialized tasks to focused agents. Security audits, test writing, or data analysis run in isolated contexts.
Pick up exactly where you left off. Your conversation history and task state persist across terminal sessions.
Your rough instructions become optimized prompts. Better results without prompt engineering.
Define guardrails that stick. Personal preferences and team standards applied automatically.
Run multiple agents simultaneously. Refactor frontend while tests update in another session.
Drop Auggie into GitHub Actions, Jenkins, or any CI. Context-aware code review on every PR.
Share debugging sessions with teammates. Export conversations as markdown for documentation.
Watch the agent think in real-time. See exactly what it's doing, when it's doing it.
Connect to GitHub, Linear, Jira, and any MCP-compatible tool.
Choose your model. Claude, GPT-4, or bring your own.
Break complex work into steps. Track progress. Resume where you left off.
Build specialized agents for code review, security, or any task your team needs.
Control what the agent can do. Enable or restrict tools per environment.
003
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
Decouple automation from individual users. Create service accounts with dedicated API tokens. Manage lifecycle per task. Monitor usage. Enterprise only.
005
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
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.
Analyze changes and generate comprehensive PR descriptions automatically.
augmentcode/describe-prContext-aware code review with actionable feedback.
augmentcode/review-prUse /github-workflow in Auggie to generate workflows tailored to your needs.
Get Started
Install Auggie and start building.
npm install -g @augmentcode/auggie