Providers
OpenCode
Configure OpenCode in Happier (ACP), including resume and permissions behavior.
Happier runs OpenCode through the local OpenCode CLI using ACP-backed integration.
Requirements
- OpenCode CLI installed on your machine.
- Binary available on
PATH(or setHAPPIER_OPENCODE_PATH).
Install OpenCode
If you use hstack, you can install OpenCode with the providers installer (macOS / Linux only):
hstack providers install opencode
opencode --versionOr install manually:
curl -fsSL https://opencode.ai/install | bash
opencode --versionStart OpenCode with Happier
happier opencodeNotes
- Session capabilities (resume/model/mode/permissions) are capability-driven.
- Tool events are normalized into Happier's canonical tool timeline.
Troubleshooting
If OpenCode is not detected:
- Verify
opencode --versionworks. - Restart Happier.
- Set
HAPPIER_OPENCODE_PATHif your binary is not in PATH.