Skip to content

v4.20.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 18:53
· 10 commits to main since this release

[4.20.0] - 2026-09-04

Features

  • session rollover guard (v4.20.0) (#653)
  • session rollover guard (v4.20.0)

Installation

One-paste (no npm needed)

Paste this into Claude Code (or any AI agent):

curl -sSL https://raw.githubusercontent.com/prjct-app/cli/main/scripts/install-standalone.sh | bash

The script downloads the standalone binary for your platform
from this release — no Node, no npm, no Bun required at install time.

Package manager (fallback)

bun install -g prjct-cli@4.20.0
# or
npm install -g prjct-cli@4.20.0

View on npm