jup.sh 0.1.0-alpha.4 Release Notes
v0.1.0-alpha.4 makes the local risk policy easier to tune from the CLI.
The main workflow:
npx jup-sh@alpha init
npx jup-sh@alpha policy trust api.vendor.example
npx jup-sh@alpha policy set max-auto 10
npx jup-sh@alpha pay --agent deepseek --token SOL --amount 6 --settle USDC --recipient api.vendor.example --json
What This Release Adds
jup-sh policy trust <recipient>jup-sh policy untrust <recipient>jup-sh policy set <field> <value>- Common field aliases:
max-automax-allowedmax-price-impactreview-high-price-impactreview-unknown-recipients
- Agent Integration docs for policy tuning.
- Smoke test coverage for policy mutations.
Current Boundary
This release is still a developer alpha. auto_pay means an intent is inside
local policy and ready for a future authorization layer. It does not mean the
CLI signed or moved funds.
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