@thirdfy/agent-cli 0.2.10 → 0.2.11
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 +7 -0
- package/README.md +3 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,13 @@ All notable changes to `@thirdfy/agent-cli` are documented here. The format is b
|
|
|
4
4
|
|
|
5
5
|
## [Unreleased]
|
|
6
6
|
|
|
7
|
+
## [0.2.11] - 2026-06-17
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Command reference documents `get_allora_topics` and `get_allora_topic_inference` for provider `allora`.
|
|
12
|
+
- Removed incorrect Allora API key requirement from public CLI docs. Allora reads use standard Thirdfy auth and credits.
|
|
13
|
+
|
|
7
14
|
## [0.2.10] - 2026-06-17
|
|
8
15
|
|
|
9
16
|
### Changed
|
package/README.md
CHANGED
|
@@ -40,9 +40,10 @@ Run without global install:
|
|
|
40
40
|
npx @thirdfy/agent-cli --help
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
## What's new in v0.2.
|
|
43
|
+
## What's new in v0.2.11
|
|
44
44
|
|
|
45
|
-
-
|
|
45
|
+
- Command reference adds `get_allora_topics` and `get_allora_topic_inference` examples for provider `allora`. Pairs with Thirdfy API **v3.4.60+**.
|
|
46
|
+
- Public docs no longer imply you need an Allora API key in the CLI. Allora reads bill through Thirdfy credits like other provider actions.
|
|
46
47
|
|
|
47
48
|
Older versions: see [CHANGELOG.md](./CHANGELOG.md) and [GitHub Releases](https://github.com/thirdfy/agent-cli/releases).
|
|
48
49
|
|