Docs指南更新与故障排查
返回文档
指南

更新与故障排查

保持 YeePilot 为最新状态,并解决 provider、model、sandbox、Vault、配置和支持相关问题。

最后更新: 2026年5月12日

更新 YeePilot

手动更新:

bash
yeepilot update

查看总体状态:

bash
yeepilot status

更新通道

常见通道:

  • public
  • canary

可通过以下方式设置:

  • ~/.yeepilot/config.yml
  • YEEPILOT_UPDATE_CHANNEL
  • YEEPILOT_UPDATE_CHANNEL_TOKEN

更新设置

update 部分通常包括:

  • auto_check
  • check_interval_hours
  • channel
  • channel_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,尤其是:

  • enabled
  • network_access
  • max_cpu_seconds
  • max_memory_mb
  • denied_paths

Vault 无法解锁

检查:

  • 主解锁方法
  • HUD 中的锁定状态
  • 如果丢失常用方式,则检查 recovery key

配置似乎损坏

先备份当前配置,再重新运行:

bash
yeepilot setup

如果想从头开始,可先把 ~/.yeepilot/config.yml 临时移走,再重新运行向导。

出现问题后的推荐顺序

  1. yeepilot status
  2. 查看 HUD 中的 Settings 和 Audit
  3. yeepilot diagnostics pending
  4. yeepilot diagnostics report-last
  5. yeepilot support report --message "..."