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 setHAPPIER_AUGGIE_PATH).
Install Auggie
If you use hstack, you can install Auggie with the providers installer:
hstack providers install auggie
auggie --versionOr install manually:
npm install -g @augmentcode/auggie
auggie --versionLocal authentication in Happier
Auggie supports launching its native login flow from:
- Settings → AI provider settings → Augment (Auggie)
Use that page to:
- open
auggie logindirectly 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 auggieNotes
- 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:
- Verify
auggie --versionworks. - Restart Happier.
- Set
HAPPIER_AUGGIE_PATHif needed.