Skip to content

augmentcode/auggie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository 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 .augment/commands/ and the docs page linked above.

GitHub Actions for PRs

Use our official GitHub Actions 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 Issues tab.

Community

Privacy and data usage

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

About

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

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5