jup.sh 0.1.0-alpha.6
Pre-release
Pre-release
·
10 commits
to main
since this release
jup.sh 0.1.0-alpha.6 Release Notes
v0.1.0-alpha.6 adds local workspace diagnostics.
The main addition:
npx jup-sh@alpha doctorAgents and scripts can use:
npx jup-sh@alpha doctor --jsonWhat This Release Adds
jup-sh doctorjup-sh doctor --json- CLI version reporting.
- Config file detection.
- Policy file detection.
- Intent store status and intent count.
- Review URL and quote provider reporting.
- Trusted recipient reporting.
- Warnings for missing config, missing policy, and inconsistent limits.
Current Boundary
This release is still a developer alpha. Doctor only checks local configuration
and state. It does not call wallets, sign transactions, execute swaps, or 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