Providers
Gemini
Configure Gemini in Happier, including model selection and ACP-backed behavior.
Happier integrates Gemini through the local Gemini CLI/runtime and ACP-compatible messaging.
Requirements
- Gemini CLI installed on your machine.
- CLI available on
PATH(or setHAPPIER_GEMINI_PATHif needed).
Install Gemini
If you use hstack, you can install Gemini with the providers installer:
hstack providers install gemini
gemini --versionOr install manually:
npm install -g @google/gemini-cli
gemini --versionStart Gemini with Happier
happier geminiModel selection
Model selection is capability-driven and can be set from:
- CLI start options
- App session input settings (when exposed for the current runtime)
For cross-provider model behavior details, see Permissions.
Troubleshooting
- If Gemini is not detected, verify CLI installation and restart Happier.
- If needed, point to binary explicitly with
HAPPIER_GEMINI_PATH.