Auggie
About
Auggie is the command-line counterpart to Augment Code's IDE extensions, bringing the company's codebase-aware agent to the terminal. It builds a persistent codebase understanding (Augment's context engine) so edits and refactors respect project structure rather than isolated files, driven by natural language from any terminal. Custom slash commands live as markdown files with frontmatter in .augment/commands, shared per repository like dotfiles. Headless flags (-p, --quiet) and official GitHub Actions (augment-agent, review-pr, describe-pr) make it usable in CI for PR review and description generation. It requires Node.js 22+, installs via npm, and is actively maintained, targeting developers who already use Augment's context engine and want the same agent in terminals and CI.