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 --versionStart Augment/Auggie with Happier
happier auggieNotes
- Capability exposure (resume/modes/permissions/model behavior) depends on 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.