🌈 jup.sh docs

jup.sh 0.1.0-alpha.7 Release Notes

v0.1.0-alpha.7 improves the review handoff path for agents.

When policy returns review_required, pay --json now includes both a full Risk Review URL and a local CLI handoff command:

{
  "nextAction": "open_review",
  "reviewUrl": "https://www.jup.sh/pay/intent_xxx#intent=...",
  "reviewCommand": "npx jup-sh@alpha review intent_xxx"
}

What This Release Adds

Why This Matters

Agents should not need to reconstruct review URLs by hand. They can create a payment intent, branch on nextAction, and hand off the exact review path when policy requires human review.

Current Boundary

This release is still a developer alpha. It improves handoff metadata only. It does not call wallets, sign transactions, execute swaps, or move funds.

Not Included

Verification

Run the full release gate:

npm run release:check