Agents and models
Kimi
Configure Kimi in Happier via ACP-backed local runtime integration.
Happier supports Kimi as a local CLI-backed provider.
Kimi 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
- Kimi CLI installed locally.
- Binary available on
PATH(or setHAPPIER_KIMI_PATH).
Install Kimi
Happier can run the vendor installer for you:
happier install provider kimiOr install it yourself (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 --versionLocal authentication in Happier
Kimi supports launching its native setup/login flow from:
- Settings → AI & Agents → AI backends → Kimi
Happier opens Kimi and sends /setup for you.
Auth-status detection for Kimi is currently conservative, so Happier may still show Unknown even though the login flow is available.
For the shared user guide, see Provider authentication.
Start Kimi with Happier
happier kimiNotes
- Resume availability is session-specific in Happier and depends on valid resume metadata plus the current backend/settings.
- Model, mode, and permission behavior can still vary by installed Kimi runtime.
- 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.
Related
- Agent capabilities — what this agent supports, generated from the manifest.
- Choosing an agent
- Model and engine selection
- Agent authentication