Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

augmentcode/auggie

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
47 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 /examples/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

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.