jup.sh 0.1.0-alpha.5 Release Notes
v0.1.0-alpha.5 improves the review-required path.
The main addition is a top-level review shortcut:
npx jup-sh@alpha review intent_xxx
This prints the full hosted Risk Review URL for a saved intent.
Agents and scripts can use JSON mode:
npx jup-sh@alpha review intent_xxx --json
What This Release Adds
jup-sh review <intent_id>jup-sh review <intent_id> --jsonjup-sh review <intent_id> --payload-only- Shared review URL generation with
intent export. - Agent Integration docs for the review branch.
- Smoke test coverage for review URL and review JSON output.
Current Boundary
This release is still a developer alpha. Risk Review is a static handoff path for policy exceptions. It does not approve, sign, or execute payments.
Not Included
- No wallet signing.
- No swap execution.
- No Solana Pay transaction request generation.
- No custody.
- No remote backend persistence.
- No authentication.
- No published SDK package.
Verification
Run the full release gate:
npm run release:check