Skip to content

仓库 files navigation

Auggie

Node.js 22+ npm

Auggie is Augment’s agentic coding CLI that runs in your terminal. It understands your codebase and helps you ship faster by analyzing code, making safe edits, and automating routine tasks — all via natural language.

Learn more in the Augment Docs:

Quick start

  1. Install Auggie (Node 22+ required):
npm install -g @augmentcode/auggie@latest
  1. Login:
auggie login
  1. Run Auggie in your project directory:
cd /path/to/your/project
auggie "optional initial prompt"
  • Use auggie --print "your instruction" to run once and print to stdout (great for CI)
  • Add --quiet to return only the final output

Custom slash commands

Store reusable prompts in .augment/commands/ as markdown files with frontmatter. Once added, they’re available as slash commands (e.g., /code-review path/to/file).

Example structure:

your-project/
├─ .augment/
│  └─ commands/
│     ├─ code-review.md
│     ├─ bug-fix.md
│     ├─ security-review.md
│     └─ performance-optimization.md
└─ ...

See example command templates in /examples/commands and the docs page linked above.

GitHub 操作 for PRs

Use our official GitHub 操作 to improve PR quality automatically:

Examples:

Add the workflows under .github/workflows/ in your repository.

Feedback and bug reports

  • In Auggie or the IDE agent, use /feedback to send feedback or report bugs directly with helpful context.
  • Alternatively, open a GitHub issue using our templates (Bug report / Feature request) in the Github 问题 tab.

Community

Privacy and data usage

See Augment’s policies at augmentcode.com/legal and product docs for latest details.

关于

An AI agent that brings Augment Code's power to the terminal.

Resources

安全 policy

Stars

276 stars

关注者

2 watching

复刻s

发布

Used by

贡献者

Languages