Updates & Troubleshooting
Update YeePilot safely and resolve common provider, auth, sandbox, and vault issues.
Last updated: March 1, 2026
Updating
Check availability:
bash
yeepilot update --checkInstall latest:
bash
yeepilot updateForce reinstall:
bash
yeepilot update --forceRollback previous binary:
bash
yeepilot update --rollbackAuthentication Issues
If commands fail due to platform auth/session state:
bash
yeepilot setup --auth
yeepilot statusUse setup --auth instead of legacy login commands.
Provider / Model Errors
- Confirm provider-model match.
- Check API key validity.
- Retry with explicit override:
bash
yeepilot exec --provider openai --model gpt-4o "health check"Config Reset Path
If config drift is severe:
bash
yeepilot setup --resetThen re-run setup.
Sandbox Problems
If sandboxed commands fail unexpectedly:
- inspect current mode in TUI via
/sandbox status - temporarily test
netvsnonet - adjust sandbox limits in config if workload legitimately needs more CPU/memory/processes
Vault Problems
Check state:
bash
yeepilot vault statusUnlock test:
bash
yeepilot vault unlock --method passwordIf recovery key rotation is required:
bash
yeepilot vault rotate-recovery --unlock-method passwordCommon Recovery Steps
yeepilot statusyeepilot setup --auth- verify provider/model config
- run a minimal
yeepilot execsanity task - relaunch TUI and inspect
/status,/autonomy status,/sandbox status
Uninstall Options
bash
yeepilot uninstall --all
yeepilot uninstall --keep-config
yeepilot uninstall --binary-only