Skip to content

jup.sh 0.1.0-alpha.6

Pre-release
Pre-release

Choose a tag to compare

@jerrywang33 jerrywang33 released this 11 May 10:25
· 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 doctor

Agents and scripts can use:

npx jup-sh@alpha doctor --json

What This Release Adds

  • jup-sh doctor
  • jup-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