更新与故障排查
保持 YeePilot 为最新状态,并解决 provider、model、sandbox、Vault、配置和支持相关问题。
最后更新: 2026年5月12日
更新 YeePilot
手动更新:
bash
yeepilot update查看总体状态:
bash
yeepilot status更新通道
常见通道:
publiccanary
可通过以下方式设置:
~/.yeepilot/config.ymlYEEPILOT_UPDATE_CHANNELYEEPILOT_UPDATE_CHANNEL_TOKEN
更新设置
update 部分通常包括:
auto_checkcheck_interval_hourschannelchannel_token
诊断命令
bash
yeepilot diagnostics pending
yeepilot diagnostics report-last
yeepilot diagnostics report-last --context "vault unlock issue"Support report
需要向支持团队提交上下文时:
bash
yeepilot support report --message "describe the problem"也可以附加 --title、--context、--severity 和 --include-debug-log。
常见问题
provider 或 model 无法使用
请检查:
- 当前 provider
- 已配置 model
- 认证信息
- provider 侧是否可用
sandbox 限制过强
检查 config.yml 中的 sandbox,尤其是:
enablednetwork_accessmax_cpu_secondsmax_memory_mbdenied_paths
Vault 无法解锁
检查:
- 主解锁方法
- HUD 中的锁定状态
- 如果丢失常用方式,则检查 recovery key
配置似乎损坏
先备份当前配置,再重新运行:
bash
yeepilot setup如果想从头开始,可先把 ~/.yeepilot/config.yml 临时移走,再重新运行向导。
出现问题后的推荐顺序
yeepilot status- 查看 HUD 中的 Settings 和 Audit
yeepilot diagnostics pendingyeepilot diagnostics report-lastyeepilot support report --message "..."