Skip to content

jup.sh 0.1.0-alpha.2

Pre-release
Pre-release

Choose a tag to compare

@jerrywang33 jerrywang33 released this 11 May 08:22
· 16 commits to main since this release

jup.sh 0.1.0-alpha.2 Release Notes

v0.1.0-alpha.2 is the first npm alpha packaging checkpoint for jup-sh.

The goal is simple: make the agent-facing CLI easy to try without cloning the
repository.

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

What This Release Adds

  • Public npm package name: jup-sh.
  • Public binary: jup-sh.
  • Self-contained Node.js alpha CLI.
  • Local payment intent creation.
  • Local policy checks.
  • Mock settlement quotes.
  • Optional Jupiter quote-only settlement estimates.
  • Local intent storage.
  • Risk Review URL export.
  • Agent-facing JSON output and exit codes.

Current Boundary

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

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

The release gate covers:

  • website JavaScript syntax checks;
  • SDK typecheck and smoke tests;
  • Rust CLI check;
  • alpha CLI smoke tests;
  • npm package dry-run checks;
  • Rust workspace tests.