June 22, 2026
Rush CLI 0.2.21
Install
macOS / Linux
curl -fsSL https://cdn.getrush.ai/install.sh | bashWindows
irm https://cdn.getrush.ai/install.ps1 | iexHomebrew
brew install phnx-labs/tap/rushDebian / Ubuntu
sudo apt install rush-cliAlready installed?
rush upgradeAdded
- Channel "last active" tracking: the daemon now records per-channel inbound
activity and exposes it on
GET /channelsaslast_activity_at, powering the menu-bar "used Nm ago" sublabels. Seeded from the durable executions log (internal/daemon/db.goLastChannelActivity) so the value survives daemon restarts —channel_sessionsis TTL-pruned and routinely empty.
Fixed
- Tray channels submenu labels by platform ("Slack"), not the bound agent name, matching the iMessage/Teams rows.
- iMessage connection state resolves via the verified-phone link
(
/api/v1/channels/imessage/status) instead of a per-agent local token, fixing the Settings "Connect" vs menu-bar "connected" mismatch. Disconnect now unlinks server-side.
Downloads
| Platform | Binary | SHA-256 |
|---|---|---|
| macOS · Apple Silicon | download | — |
| macOS · Intel | download | — |
| Linux · x64 | download | — |
| Linux · arm64 | download | — |
| Windows · x64 | download | — |
| Windows · arm64 | download | — |
Checksums are published for the current latest release. Verify older binaries against rush --version after install.