@thirdfy/agent-cli 0.1.23 → 0.1.24
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 +10 -0
- package/README.md +4 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,16 @@ All notable changes to `@thirdfy/agent-cli` are documented here. The format is b
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.1.24] - 2026-05-02
|
|
8
|
+
|
|
9
|
+
**npm:** [`@thirdfy/agent-cli@0.1.24`](https://www.npmjs.com/package/@thirdfy/agent-cli/v/0.1.24)
|
|
10
|
+
**Git tag:** `v0.1.24`
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **Public docs / npm README:** Replaced stale “What’s new in 0.1.12” with a **Release notes** pointer to `CHANGELOG.md`; refreshed the release footer example to **v0.1.23**.
|
|
15
|
+
- **Discovery docs:** Documented **case-insensitive** `actions --provider` matching and earn-row normalization aligned with MCP `getProviderActions`, in `README.md`, `docs/command-reference.md`, and `docs/action-inventory-and-compatibility.md`.
|
|
16
|
+
|
|
7
17
|
## [0.1.23] - 2026-05-02
|
|
8
18
|
|
|
9
19
|
**npm:** [`@thirdfy/agent-cli@0.1.23`](https://www.npmjs.com/package/@thirdfy/agent-cli/v/0.1.23)
|
package/README.md
CHANGED
|
@@ -38,12 +38,9 @@ Run without global install:
|
|
|
38
38
|
npx @thirdfy/agent-cli --help
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
##
|
|
41
|
+
## Release notes
|
|
42
42
|
|
|
43
|
-
|
|
44
|
-
- Added `onboarding begin` and `onboarding complete` aliases for clearer operator flows.
|
|
45
|
-
- Aligned bootstrap completion to session-proof issuance (`session_token`), with wallet challenge/signature supported as an exchange step into session proof.
|
|
46
|
-
- Hardened bootstrap path behavior for safer timeout and one-time challenge handling.
|
|
43
|
+
Version history and highlights: [CHANGELOG.md](./CHANGELOG.md). Recent CLI releases document earn/prediction provider discovery, case-insensitive `actions --provider` filtering, self-lane guards for offchain venue orders, and npm-facing README refresh (**v0.1.24**).
|
|
47
44
|
|
|
48
45
|
## Quick start
|
|
49
46
|
|
|
@@ -269,7 +266,7 @@ Provider and venue guides are kept outside `README` so this page stays stable as
|
|
|
269
266
|
|
|
270
267
|
## Command groups
|
|
271
268
|
|
|
272
|
-
- Discovery: `catalogs list`, `actions`
|
|
269
|
+
- Discovery: `catalogs list`, `actions` (optional `--provider`, `--chain-id`; see [`docs/command-reference.md`](./docs/command-reference.md) for trading vs earn vs prediction providers and case-insensitive matching)
|
|
273
270
|
- Execution: `preflight`, `run`, `intent-status`, `jeff preflight`, `jeff trade`, `jeff status`
|
|
274
271
|
- Managed signer execution: `wallet execute`, `wallet sign`, `wallet submit`, `agent run`
|
|
275
272
|
- Profiles: `profile init`, `profile use`, `profile show`, `whoami`
|
|
@@ -407,7 +404,7 @@ npm run e2e:managed:delegation:parity
|
|
|
407
404
|
|
|
408
405
|
## Release
|
|
409
406
|
|
|
410
|
-
Version history and user-facing notes: [CHANGELOG.md](./CHANGELOG.md) (for example [
|
|
407
|
+
Version history and user-facing notes: [CHANGELOG.md](./CHANGELOG.md) (for example [v0.1.24](https://github.com/thirdfy/agent-cli/releases/tag/v0.1.24) — npm README and discovery docs aligned with MCP).
|
|
411
408
|
|
|
412
409
|
```bash
|
|
413
410
|
npm version patch
|