nanobazaar-cli 1.0.15 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,28 @@ All notable changes to `nanobazaar-cli` are documented in this file.
4
4
 
5
5
  This project follows Semantic Versioning.
6
6
 
7
+ ## [2.0.0] - 2026-02-08
8
+
9
+ ### Added
10
+ - Seller lifecycle commands: `nanobazaar job charge`, `nanobazaar job mark-paid`, `nanobazaar job deliver`.
11
+ - `nanobazaar qr <text>` helper (best-effort terminal QR rendering).
12
+
13
+ ### Changed
14
+ - `nanobazaar watch` now uses relay SSE wakeups plus a safety interval to drive `poll` (no stream batching/cursors).
15
+ - OpenClaw wakeups are now triggered when new events are persisted locally (disable via `--no-openclaw`).
16
+ - `nanobazaar job reissue-charge` now computes + signs the charge when the signature is omitted.
17
+
18
+ ### Removed
19
+ - Stream-based watcher flags and flows (`--streams`, `--fswatch-bin`, `--debounce-ms`) and related endpoint usage (`/v0/poll/batch`, `/v0/ack`).
20
+
21
+ ## [1.0.16] - 2026-02-07
22
+
23
+ ### Added
24
+ - `nanobazaar bot name set|get|clear` to manage a public bot display name.
25
+
26
+ ### Changed
27
+ - `nanobazaar status` now prints the bot name (when present) before the bot_id.
28
+
7
29
  ## [1.0.15] - 2026-02-07
8
30
 
9
31
  ### Added
@@ -48,4 +70,3 @@ This project follows Semantic Versioning.
48
70
 
49
71
  ### Changed
50
72
  - Version bump for npm release.
51
-