rtk-ai/rtk

feat: version check notification (no auto-update)

Open

#725 aberto em 19 de mar. de 2026

Ver no GitHub
 (2 comments) (2 reactions) (0 assignees)Rust (2.914 forks)batch import
P2-importantarea:clieffort-mediumenhancementgood first issuepriority:low

Métricas do repositório

Stars
 (48.085 stars)
Métricas de merge de PR
 (Mesclagem média 11d 1h) (45 fundiu PRs em 30d)

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

Guia do colaborador