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
- Top-level
jup-sh init. jup.config.jsongeneration.jup.policy.jsongeneration.- Config-aware defaults for:
- policy file path;
- local intent store;
- Risk Review base URL;
- quote provider.
- Agent Integration documentation.
- Quickstart updates for the
init -> pay --jsonflow.
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
- 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