rtk-ai/rtk

feat: version check notification (no auto-update)

Open

#725 ouverte le 19 mars 2026

Voir sur GitHub
 (2 commentaires) (2 réactions) (0 assignés)Rust (2 914 forks)batch import
P2-importantarea:clieffort-mediumenhancementgood first issuepriority:low

Métriques du dépôt

Stars
 (48 085 stars)
Métriques de merge PR
 (Merge moyen 11j 1h) (45 PRs mergées en 30 j)

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

Guide contributeur