@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 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.10
43
+ ## What's new in v0.2.11
44
44
 
45
- - `agent_wallet` read-only Allora forecasts (`get_allora_market_forecast`) fall back to `execute-intent` with `solo_owner_mirror` when the execute rail is unavailable. Hermes runtimes should use `--run-mode agent_wallet` after Thirdfy API v3.4.59+.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thirdfy/agent-cli",
3
- "version": "0.2.10",
3
+ "version": "0.2.11",
4
4
  "description": "Thirdfy Agent CLI for onboarding, governance preflight, execute-intent, and status polling.",
5
5
  "type": "module",
6
6
  "bin": {