Providers
Kimi
Configure Kimi in Happier via ACP-backed local runtime integration.
Happier supports Kimi as a local CLI-backed provider.
Requirements
- Kimi CLI installed locally.
- Binary available on
PATH(or setHAPPIER_KIMI_PATH).
Install Kimi
If you use hstack, you can install Kimi with the providers installer:
hstack providers install kimi
kimi --versionOr install manually (macOS / Linux):
curl -LsSf https://code.kimi.com/install.sh | bash
kimi --versionWindows (PowerShell):
Invoke-RestMethod https://code.kimi.com/install.ps1 | Invoke-Expression
kimi --versionStart Kimi with Happier
happier kimiNotes
- Resume/model/mode/permission behavior is capability-driven.
- Tool calls are normalized to canonical Happier tool renderers.
Troubleshooting
If Kimi is not detected:
- Verify
kimi --versionworks. - Restart Happier.
- Set
HAPPIER_KIMI_PATHif needed.