🌈 jup.sh docs

jup.sh 0.1.0-alpha.3 Release Notes

v0.1.0-alpha.3 improves the first developer experience for jup-sh.

The main change is a top-level init command:

npx jup-sh@alpha init

This writes:

jup.config.json
jup.policy.json

Then an agent or script can create a payment intent:

npx jup-sh@alpha pay --agent deepseek --token SOL --amount 20 --settle USDC --json

What This Release Adds

Current Boundary

This release is still a developer alpha. It is designed for testing the local agent payment contract:

initialize workspace -> agent intent -> local policy -> quote estimate -> local intent -> review URL

It does not move funds.

Not Included

Verification

Run the full release gate:

npm run release:check