@thirdfy/agent-cli 0.2.8 → 0.2.9

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,12 @@ All notable changes to `@thirdfy/agent-cli` are documented here. The format is b
4
4
 
5
5
  ## [Unreleased]
6
6
 
7
+ ## [0.2.9] - 2026-06-16
8
+
9
+ ### Added
10
+
11
+ - Command reference: Allora provider (`get_allora_price_inference`, `get_allora_market_forecast`) via `--provider allora`. Pairs with Thirdfy API v3.4.57+.
12
+
7
13
  ## [0.2.8] - 2026-06-13
8
14
 
9
15
  ### Added
package/README.md CHANGED
@@ -40,11 +40,11 @@ Run without global install:
40
40
  npx @thirdfy/agent-cli --help
41
41
  ```
42
42
 
43
- ## What's new in v0.2.8
43
+ ## What's new in v0.2.9
44
44
 
45
- - Hosted runtimes can set `THIRDFY_EXECUTION_RUNTIME_ID` and `THIRDFY_EXECUTION_ORG_ID` in machine env (EarnClaw also sets legacy `EARNCLAW_*` aliases). The CLI forwards neutral `executionContext` on Thirdfy API POSTs.
46
- - Attribution uses `x-thirdfy-execution-runtime-id`, `x-thirdfy-execution-org-id`, and `executionContext` on execute payloads.
47
- - Pairs with Thirdfy API v3.4.55+ and EarnClaw cost sync `attribution=strict`.
45
+ - Document `provider allora` discovery and `get_allora_price_inference` / `get_allora_market_forecast` (5m and 8h horizons). Advisory read-only; use execute-intent, not Jeff Chat. Pairs with Thirdfy API v3.4.57+.
46
+
47
+ Older versions: see [CHANGELOG.md](./CHANGELOG.md) and [GitHub Releases](https://github.com/thirdfy/agent-cli/releases).
48
48
 
49
49
  Older versions: [CHANGELOG.md](./CHANGELOG.md) and [GitHub Releases](https://github.com/thirdfy/agent-cli/releases).
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thirdfy/agent-cli",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "Thirdfy Agent CLI for onboarding, governance preflight, execute-intent, and status polling.",
5
5
  "type": "module",
6
6
  "bin": {