Happier Docs
Providers

Augment (Auggie)

Configure Augment via Happier's Auggie backend integration.

Happier integrates Augment using the Auggie backend/runtime.

Requirements

  • Auggie CLI installed locally.
  • Binary available on PATH (or set HAPPIER_AUGGIE_PATH).

Install Auggie

If you use hstack, you can install Auggie with the providers installer:

hstack providers install auggie
auggie --version

Or install manually:

npm install -g @augmentcode/auggie
auggie --version

Local authentication in Happier

Auggie supports launching its native login flow from:

  • Settings → AI provider settings → Augment (Auggie)

Use that page to:

  • open auggie login directly inside Happier
  • re-run auth checks on the selected machine with Check now

Auth-status detection for Auggie is currently conservative. Happier may still show Unknown even though the login flow is available.

For the shared user guide, see Provider authentication.

Start Augment/Auggie with Happier

happier auggie

Notes

  • Resume availability is session-specific in Happier and depends on valid resume metadata plus the current backend/settings.
  • Modes, permissions, and model behavior can still vary by the installed runtime.
  • Session tools are normalized into canonical Happier timeline tools.

Troubleshooting

If Auggie is not detected:

  1. Verify auggie --version works.
  2. Restart Happier.
  3. Set HAPPIER_AUGGIE_PATH if needed.

On this page