Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changelog/add-wallet-swap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/binary-output.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/close-exit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/handle-missing-browser-opener.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/payment-outcomes.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/payment-safety.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/pending-refund.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/report-all-token-balances.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/request-io.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/wallet-readiness.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 0.11.0 (2026-09-09)

### Minor Changes

- Add an access-key-aware `tempo wallet swap` command with quoting, slippage bounds, dry-run review, and explicit submission confirmation.
- Report every held Tempo token and its active access-key limit from `tempo wallet whoami` while preserving the existing payment balance output.

### Patch Changes

- Preserve binary response bytes in default stdout and file output without requiring `--stream`.
- Exit nonzero when any session close fails, while preserving the structured summary and successful pending-close exit status.
- Handled missing browser opener errors on headless systems without terminating the CLI.
- Preserve final payment responses and HTTP error output, and report uncertain payment outcomes with safe recovery references.
- Enforce payment caps and network selection before credential creation, validate request options, and preview decoded payment quotes without paying.
- Show closing and finalizable session reserves as `balance.pending_refund` in `whoami` and include them in `balance.total` until withdrawal completes.
- Stream SSE JSON incrementally, respect retry deadlines, preserve repeated multipart fields, and route HEAD output consistently.
- Report unavailable wallet balances as unknown instead of zero and include RPC diagnostics in wallet readiness output.

## 0.10.4 (2026-09-01)

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wallet-cli",
"version": "0.10.4",
"version": "0.11.0",
"description": "Tempo wallet and request CLI extension package",
"homepage": "https://github.com/tempoxyz/wallet-cli#readme",
"bugs": {
Expand Down