Common Issues
keypress command not found
- Reinstall globally:
npm install -g @keypressai/cli - Verify npm global bin path is in your
PATH - Reopen terminal and run
keypress --version
Can't authenticate with Keypress
- Run:
keypress auth login - If state looks broken, force reset auth:
keypress auth login --force
Claude mode does not start
- Confirm
claudeis installed and authenticated - Retry with
keypress connect claude
Codex mode does not start
- Confirm
codexis installed and authenticated - Retry with
keypress connect codex
Gemini auth or project errors
- Reconnect Gemini:
keypress connect gemini - For Workspace accounts, set project:
keypress gemini project set <project-id>
OpenCode mode does not start
- Confirm
opencodeis installed - Verify OpenCode configuration and rerun:
keypress connect opencode
Copilot mode does not start
- Confirm
copilotis installed - Run
copilot login(or setGH_TOKEN) and rerun:keypress connect copilot
Companion app cannot see my session
- Confirm session is running locally
- Check daemon status:
keypress daemon status - Restart daemon:
keypress daemon stop
keypress daemon start
Session feels stuck or out of sync
- Run:
keypress doctor - If needed:
keypress doctor clean - Check latest daemon log path:
keypress daemon logs
Screenshot Placeholder
- What to capture: A troubleshooting decision flow (symptom list to command fixes).
- Why this screenshot matters: Lets users self-serve quickly without reading every section.
- Suggested filename:
troubleshooting-symptom-to-fix-map.png