← All CLI releases

Rush CLI 0.2.21

Install

macOS / Linux

curl -fsSL https://cdn.getrush.ai/install.sh | bash

Windows

irm https://cdn.getrush.ai/install.ps1 | iex

Homebrew

brew install phnx-labs/tap/rush

Debian / Ubuntu

sudo apt install rush-cli

Already installed?

rush upgrade

Added

  • Channel "last active" tracking: the daemon now records per-channel inbound activity and exposes it on GET /channels as last_activity_at, powering the menu-bar "used Nm ago" sublabels. Seeded from the durable executions log (internal/daemon/db.go LastChannelActivity) so the value survives daemon restarts — channel_sessions is 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

PlatformBinarySHA-256
macOS · Apple Silicondownload
macOS · Inteldownload
Linux · x64download
Linux · arm64download
Windows · x64download
Windows · arm64download

Checksums are published for the current latest release. Verify older binaries against rush --version after install.