Skip to content

v4.18.3

Choose a tag to compare

@github-actions github-actions released this 03 Sep 21:50
· 17 commits to main since this release
7746b24

[4.18.3] - 2026-09-03

Performance

  • batch the preventive sweep and id resolves on the retrieval hot path (v4.18.3)

Maintenance

  • verify npm publication polls for up to 10 minutes

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.18.3
# or
npm install -g prjct-cli@4.18.3

View on npm