Providers
Pi (experimental)
Configure Pi Coding Agent in Happier (ACP), including install and detection.
Happier can run Pi Coding Agent through the local pi CLI.
Install Pi
If you use hstack, you can install Pi with the providers installer:
hstack providers install pi
pi --versionOr install manually:
npm install -g @mariozechner/pi-coding-agent
pi --versionStart Pi with Happier
happier piTroubleshooting
If Pi is not detected:
- Verify
pi --versionworks. - Restart Happier.
- Set
HAPPIER_PI_PATHif your binary is not inPATH.