@t2000/cli 9.7.0 → 9.7.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/dist/{chunk-HCEFAB2I.js → chunk-SXB4BX4Y.js} +3 -2
- package/dist/{chunk-HCEFAB2I.js.map → chunk-SXB4BX4Y.js.map} +1 -1
- package/dist/{dist-KBL32JNX.js → dist-7NJYMC53.js} +2 -2
- package/dist/{dist-KBL32JNX.js.map → dist-7NJYMC53.js.map} +1 -1
- package/dist/{dist-46NOW6ZX.js → dist-DHOTKMC2.js} +2 -2
- package/dist/index.js +3 -3
- package/package.json +3 -3
- /package/dist/{dist-46NOW6ZX.js.map → dist-DHOTKMC2.js.map} +0 -0
|
@@ -147215,7 +147215,7 @@ Through this wallet you can reach essentially any major external API, billed to
|
|
|
147215
147215
|
CRITICAL: When the user asks to use any external or paid API, names a provider (e.g. "via fal.ai", "with ElevenLabs"), or requests a capability one of the services above provides, DO NOT say you cannot reach that service, that it isn't on an allowlist, or that there's no connector \u2014 and do NOT fall back to writing a script for the user to run. You CAN do it directly through this wallet. Use t2000_services to discover the endpoint and request shape, then t2000_pay to execute, then show the user the result (display image/audio URLs returned in the response).
|
|
147216
147216
|
|
|
147217
147217
|
Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice. For larger or multi-step spends, state the estimated cost first and proceed once the user is happy. Use t2000_balance to check funds. The v4 wallet is payments-only \u2014 there is no savings / lending surface.`;
|
|
147218
|
-
var PKG_VERSION = "9.7.
|
|
147218
|
+
var PKG_VERSION = "9.7.1";
|
|
147219
147219
|
console.log = (...args) => console.error("[log]", ...args);
|
|
147220
147220
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
147221
147221
|
async function startMcpServer(opts) {
|
|
@@ -147300,4 +147300,4 @@ mime-types/index.js:
|
|
|
147300
147300
|
@scure/bip39/index.js:
|
|
147301
147301
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
147302
147302
|
*/
|
|
147303
|
-
//# sourceMappingURL=dist-
|
|
147303
|
+
//# sourceMappingURL=dist-7NJYMC53.js.map
|