Skip to content

v4.18.4

Choose a tag to compare

@github-actions github-actions released this 03 Sep 22:05
· 16 commits to main since this release
0f5288e

[4.18.4] - 2026-09-03

Performance

  • work --md cuts required sections at line boundaries with a named receipt, and recalls once per work start (v4.18.4)

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

View on npm