@oracle-agent/oracle 0.35.0 → 0.35.1
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/README.md +1 -1
- package/dist/assets/skills/oracle-desk-product/SKILL.md +1 -1
- package/dist/bin/desk-server.mjs +23 -23
- package/dist/bin/oracle-data-mcp.mjs +11 -11
- package/dist/bin/oracle-gateway.mjs +36 -37
- package/dist/bin/oracle-telegram-mcp.mjs +12 -13
- package/dist/cli/commands/chat.mjs +196 -187
- package/dist/cli/commands/doctor.mjs +3 -3
- package/dist/cli/commands/eval.mjs +68 -67
- package/dist/cli/commands/farm.mjs +15 -15
- package/dist/cli/commands/model.mjs +200 -191
- package/dist/cli/commands/setup.mjs +24 -24
- package/dist/cli/commands/telegram.mjs +10 -11
- package/dist/data/desk-data.mjs +21 -21
- package/dist/index.mjs +35 -35
- package/package.json +1 -1
- package/public/install.ps1 +3 -3
- package/public/oracle-splash/assets/oracle-cli-v035-poster.jpg +0 -0
- package/public/oracle-splash/assets/oracle-cli-v035.gif +0 -0
- package/public/oracle-splash/downloads/index.html +2 -16
- package/public/oracle-splash/index.html +103 -86
- package/public/oracle-splash/install.ps1 +3 -3
package/README.md
CHANGED
|
@@ -249,7 +249,7 @@ known answer. This matters: the canonical QuoterV2 address also has bytecode on
|
|
|
249
249
|
Base, but does not price that chain's pairs. A codesize check would have
|
|
250
250
|
allowlisted the wrong contract.
|
|
251
251
|
|
|
252
|
-
**
|
|
252
|
+
**109 provider modules** in the read/quote catalog, covering **220 unique
|
|
253
253
|
protocols/venues** across EVM, Solana, and Bitcoin (115 EVM + cross-chain, 98
|
|
254
254
|
Solana venues backed by 101 verified Jupiter program IDs, 6 Bitcoin surfaces).
|
|
255
255
|
One module can cover many protocols: the Jupiter module alone routes 98 Solana
|
|
@@ -97,7 +97,7 @@ does not prove npm users receive it. A locally hosted model/data/policy loop doe
|
|
|
97
97
|
a bundled signer. A merged feature is not public until the npm artifact containing it is
|
|
98
98
|
published and inspected.
|
|
99
99
|
|
|
100
|
-
**Candidate release in this source tree:** public package `@oracle-agent/oracle@0.35.
|
|
100
|
+
**Candidate release in this source tree:** public package `@oracle-agent/oracle@0.35.1`
|
|
101
101
|
ships the encrypted local vault + short-lived loopback signer. Hosted/keyless
|
|
102
102
|
Oracle cannot hold keys or move funds. Self-host after `oracle sign init|import` is **auto-armed**
|
|
103
103
|
for user-initiated actions. Public still charges the disclosed fee card; Administrator
|