@thirdfy/agent-cli 0.2.52 → 0.2.53

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.53] - 2026-08-25
8
+
9
+ ### Added
10
+
11
+ - Polymarket provider hints include `get_polymarket_balance_allowance` on CLOB reads and order management so agents can check collateral balance and allowance before placing orders. Pairs with Thirdfy API **3.14.7** and `thirdfy-mcp` **0.0.101**.
12
+
7
13
  ## [0.2.52] - 2026-08-18
8
14
 
9
15
  ### Added
package/README.md CHANGED
@@ -40,10 +40,9 @@ Run without global install:
40
40
  npx @thirdfy/agent-cli --help
41
41
  ```
42
42
 
43
- ## What's new in v0.2.52
43
+ ## What's new in v0.2.53
44
44
 
45
- - Yield.xyz incentive claims use `claim_earn_rewards` (no amount; optional `passthrough` from `get_earn_position.claimableRewards`).
46
- - Claim writes wait up to 180s, same as earn deposit and withdraw.
45
+ - Polymarket CLOB discovery includes `get_polymarket_balance_allowance` so agents can read collateral balance and allowance before placing orders.
47
46
  - See [CHANGELOG.md](./CHANGELOG.md) and GitHub Releases for older versions.
48
47
 
49
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thirdfy/agent-cli",
3
- "version": "0.2.52",
3
+ "version": "0.2.53",
4
4
  "description": "Thirdfy Agent CLI for onboarding, governance preflight, execute-intent, and status polling.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -248,6 +248,7 @@ export function createProviderHints({ getNegotiatedCapabilitiesCache }) {
248
248
  'get_polymarket_order',
249
249
  'get_polymarket_user_orders',
250
250
  'get_polymarket_user_positions',
251
+ 'get_polymarket_balance_allowance',
251
252
  'get_polymarket_bridge_supported_assets',
252
253
  'get_polymarket_bridge_status',
253
254
  ],
@@ -267,6 +268,7 @@ export function createProviderHints({ getNegotiatedCapabilitiesCache }) {
267
268
  'get_polymarket_order',
268
269
  'get_polymarket_user_orders',
269
270
  'get_polymarket_user_positions',
271
+ 'get_polymarket_balance_allowance',
270
272
  'cancel_polymarket_order',
271
273
  ],
272
274
  setupActions: [