Skip to content

Releases: tempoxyz/wallet-cli

v0.6.7

Choose a tag to compare

@github-actions github-actions released this 15 Jul 22:55
22c49b0

Patch Changes

  • Support P-256 access keys for V2 MPP session vouchers.

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 14 Jul 14:23
74067cb

Patch Changes

  • Use stored P-256 access keys when creating MPP payment credentials.
  • Fix typed sessionOutput schema to allow nullable created_at and last_used_at fields.
  • Wrap tempo wallet services list results in a services object for MCP tool calls.
  • Use the network-appropriate TIP-20 token for wallet balances, funding, sessions, and transfers, including six-decimal PathUSD support on Moderato testnet.

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:58
afa85e9

Patch Changes

  • Use accounts SDK managed access keys for request payments and report their local key status correctly.
  • Harden supply chain configuration, dependency updates, and release workflows.

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 23 Jun 22:59
195512a

Patch Changes

  • Show all stored access key limits, periods, scopes, and local key status in wallet key output.
  • Automatically dispatch the build and publish workflow after creating a release tag, so release assets and extension manifests publish without manual intervention.
  • Migrate legacy keys.toml wallet state into the new store.json format on first run.
  • Fix tempo wallet login --no-browser and tempo wallet fund --no-browser option parsing.
  • Update production dependencies and pin transitive WebSocket dependencies to patched advisory ranges.
  • Harden wallet store writes so local key material is saved under private file and directory permissions.
  • Keep local CLI version output aligned with the package version.
  • Add a wallet command to revoke access keys and remove revoked local key state.
  • Align generated wallet command metadata for service discovery and integration schema requests.

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 19 Jun 16:04
ccb163e

Patch Changes

  • Add changelog enforcement, generation, release PR automation, and automatic tag creation for future wallet-cli releases.
  • Make release PR updates detect existing changelog-release/main pull requests reliably before attempting to create a new one.
  • Allow changelog-generated commits and release PR updates to use a configured GH_PAT, so automation-created branches can trigger normal CI when the token is available.
  • Fix tempo request handling for services that return both Tempo WWW-Authenticate challenges and x402 payment-required descriptors, and extend refreshed wallet access keys to 30 days.

v0.6.0

Choose a tag to compare

@alexrisch alexrisch released this 17 Jun 13:30
ac2ba51

Adds tempo request packaging and fixes v2 session reuse, top-up, close/finalize, TIP-1034 descriptors, and wallet balance reporting.