You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(tui): add /update command, surface auto-update in doctor, alias pythinker update
The welcome banner advertised /update but no such command existed. /update
(alias /upgrade) refreshes the CDN cache and starts the existing detached
background installer, ignoring the rollout hold and the auto_install
preference since the user explicitly asked; sources that cannot self-update
get a copyable command instead. pythinker doctor now reports the auto-update
state (on / off via tui.toml [upgrade].auto_install / disabled by
PYTHINKER_CODE_NO_AUTO_UPDATE), and 'pythinker update' aliases the existing
upgrade subcommand.
Add the `/update` slash command (alias `/upgrade`) the welcome banner has been advertising: it checks the CDN for a newer version and installs it in the background, falling back to a copyable command for installs that cannot self-update (e.g. Homebrew). `pythinker doctor` now reports whether auto-update is on, off via `tui.toml [upgrade].auto_install`, or disabled by `PYTHINKER_CODE_NO_AUTO_UPDATE`.
0 commit comments