rtk-ai/rtk

feat: version check notification (no auto-update)

Open

#725 opened on Mar 19, 2026

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Rust (48,085 stars) (2,914 forks)batch import
P2-importanteffort-mediumenhancementgood first issue

Description

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

Contributor guide

feat: version check notification (no auto-update) · rtk-ai/rtk#725 | Good First Issue