@thirdfy/agent-cli 0.2.3 → 0.2.4
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 +6 -0
- package/README.md +7 -6
- package/package.json +1 -1
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.4] - 2026-05-28
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Hyperliquid docs: `complete_hyperliquid_onboarding` as the preferred runtime-owned setup action; clarify separated Hyperliquid main wallet vs managed API/execution wallet params (`mainWalletAddress`, `apiWalletAddress`, order `userAddress`).
|
|
12
|
+
|
|
7
13
|
## [0.2.3] - 2026-05-26
|
|
8
14
|
|
|
9
15
|
### Added
|
package/README.md
CHANGED
|
@@ -40,12 +40,13 @@ 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.4
|
|
44
44
|
|
|
45
|
-
-
|
|
46
|
-
- Hyperliquid
|
|
47
|
-
-
|
|
48
|
-
|
|
45
|
+
- Hyperliquid setup docs now lead with `complete_hyperliquid_onboarding` for runtime-owned Li.Fi, Bridge2, and approval steps.
|
|
46
|
+
- Clarified the separated Hyperliquid wallet model: pass `mainWalletAddress` / order `userAddress` for the funded HL account and `apiWalletAddress` for the managed execution/API wallet when they differ.
|
|
47
|
+
- Operator previews still use `get_hyperliquid_onboarding_plan` and `prepare_hyperliquid_onboarding`.
|
|
48
|
+
|
|
49
|
+
Older versions: [CHANGELOG.md](./CHANGELOG.md) and [GitHub Releases](https://github.com/thirdfy/agent-cli/releases).
|
|
49
50
|
|
|
50
51
|
Older versions: [CHANGELOG.md](./CHANGELOG.md) and [GitHub Releases](https://github.com/thirdfy/agent-cli/releases).
|
|
51
52
|
|
|
@@ -182,7 +183,7 @@ Auth expectations by mode:
|
|
|
182
183
|
- `hybrid`: requires execution identity and governed mirror semantics (`--hybrid-wallet-mode self|agent_wallet`, default `self`).
|
|
183
184
|
- `thirdfy`: requires execution identity and delegated governance path.
|
|
184
185
|
- `agent_wallet`: requires execution identity and owner `userDid`, but does not require subscriber delegation when the owner identity matches the agent wallet/creator. Thirdfy credits/free quota still gate execution; Privy gas sponsorship only covers network gas when enabled.
|
|
185
|
-
- Hyperliquid Bridge2 setup is the Arbitrum exception to the Base-focused `agent_wallet` rule: Bridge2 credits the transaction sender. Pass **`--estimated-amount-usd`** as a top-level flag (not inside `--params`). When USDC sits on your linked email-login wallet (`primaryEvmWallet`) instead of the managed execution wallet, Thirdfy API returns **`FUND_AGENT_EXECUTION_WALLET`** / **`MANUAL_BRIDGE2_DEPOSIT_REQUIRED`** with `fundedWallet` and `executionWalletAddress`; move native Arbitrum USDC to `executionWalletAddress` and retry.
|
|
186
|
+
- Hyperliquid setup uses `complete_hyperliquid_onboarding` for runtime-owned funding/setup. It can submit Li.Fi and Bridge2 steps automatically, then return `bridge2_submitted` while Hyperliquid credits the deposit. Bridge2 setup is the Arbitrum exception to the Base-focused `agent_wallet` rule: Bridge2 credits the transaction sender. Pass **`--estimated-amount-usd`** as a top-level flag (not inside `--params`). The normal solo `agent_wallet` path uses the managed execution wallet as the Hyperliquid main wallet. If margin already sits on a different Hyperliquid main wallet, pass that wallet as `mainWalletAddress` / order `userAddress`, and pass the approved execution/API wallet as `apiWalletAddress`. When USDC sits on your linked email-login wallet (`primaryEvmWallet`) instead of the managed execution wallet, Thirdfy API returns **`FUND_AGENT_EXECUTION_WALLET`** / **`MANUAL_BRIDGE2_DEPOSIT_REQUIRED`** with `fundedWallet` and `executionWalletAddress`; move native Arbitrum USDC to `executionWalletAddress` and retry.
|
|
186
187
|
- custody mode defaults are profile-aware:
|
|
187
188
|
- `managed` default for `thirdfy`
|
|
188
189
|
- `external` default for `self` and `hybrid`
|