LatestJuly 7, 2026
Rush CLI 0.2.31
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 upgradeFixed
- Scheduled and daemon-run agents can send Gmail/Outlook again. The
multi-account token injection in
rush runwas passing the raw on-diskaccess_tokenstraight through — a value the account list deliberately does not refresh — so daemon-spawned runs (schedules) shipped an expired token and every send came back401 GMAIL_ERROR. Both the Google and Microsoft multi-account paths now refresh each account through the daemon (with a fresh on-disk fast path that skips the RPC, parallel per-account fan-out, and a warning when it must fall back to a stale token), matching the single-account path (RUSH-1490). - Daemon-scheduled runs resolve the agent again. The scheduler fires
rush run <uuid>, butrush runonly understood slugs and paths, so every scheduled execution died with "agent not found". It now translates a metadata.db UUID back to the agent — including user-created agents (RUSH-1485). rush run <slug>finds app-created agents. Agents created in the Rush app (developeruser, not registry-installed) were missed by the by-slug lookup and failed with "agent not found" even thoughrush listshowed them (RUSH-1440).- The daemon self-heals stale DNS. A single "no such host api.prix.dev" blip at daemon start (e.g. network not yet up after wake) used to wedge every subsequent token refresh until a manual restart; the config resolver now retries instead of caching the first failure, and network failures are classified distinctly from auth failures (RUSH-1441).
- External agents no longer trip the native consent hook, and bridged permission approval works end-to-end.
- The device-login flow polls at least once before honoring its deadline, so a fast deadline no longer aborts the login before it starts.
Downloads
| Platform | Binary | SHA-256 |
|---|---|---|
| macOS · Apple Silicon | download · 80.0 MB | 5a8c3d0ec668… |
| macOS · Intel | download · 89.7 MB | b71e6290e463… |
| Linux · x64 | download · 88.1 MB | 0770d37143d1… |
| Linux · arm64 | download · 78.6 MB | f1c3d955c9fa… |
| Windows · x64 | download · 88.9 MB | 3c0e79141800… |
| Windows · arm64 | download · 78.9 MB | e509fca09ee1… |