rtk-ai/rtk

feat: version check notification (no auto-update)

Open

#725 创建于 2026年3月19日

在 GitHub 查看
 (2 评论) (1 反应) (0 负责人)Rust (48,085 star) (2,914 fork)batch import
P2-importanteffort-mediumenhancementgood first issue

描述

Show a one-line message when a newer version is available:

[rtk] v0.32.0 available. Run: brew upgrade rtk
  • Check once per day (cache in ~/.local/share/rtk/)
  • Silent on failure (no network = no message)
  • No auto-download, no auto-install
  • Detect install method (brew, cargo, binary) and show the right upgrade command

贡献者指南