Agents and models
Augment (Auggie)
Configure Augment via Happier's Auggie backend integration.
Happier integrates Augment using the Auggie backend/runtime.
Auggie is an experimental integration. It works and people use it daily, but its surface is younger than Claude, Codex or OpenCode and is more likely to change. What it supports today is in Agent capabilities.
Requirements
- Auggie CLI installed locally.
- Binary available on
PATH(or setHAPPIER_AUGGIE_PATH).
Install Auggie
Happier can install it for you:
happier install provider 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 & Agents → AI backends → 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.
Related
- Agent capabilities — what this agent supports, generated from the manifest.
- Choosing an agent
- Model and engine selection
- Agent authentication