@t2000/cli 5.21.0 → 5.22.0
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.
|
@@ -97863,7 +97863,7 @@ Through this wallet you can reach essentially any major external API, billed to
|
|
|
97863
97863
|
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).
|
|
97864
97864
|
|
|
97865
97865
|
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; savings / lending live on audric.ai.`;
|
|
97866
|
-
var PKG_VERSION = "5.
|
|
97866
|
+
var PKG_VERSION = "5.22.0";
|
|
97867
97867
|
console.log = (...args) => console.error("[log]", ...args);
|
|
97868
97868
|
console.warn = (...args) => console.error("[warn]", ...args);
|
|
97869
97869
|
async function startMcpServer(opts) {
|
|
@@ -97937,4 +97937,4 @@ mime-types/index.js:
|
|
|
97937
97937
|
@scure/bip39/index.js:
|
|
97938
97938
|
(*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
|
|
97939
97939
|
*/
|
|
97940
|
-
//# sourceMappingURL=dist-
|
|
97940
|
+
//# sourceMappingURL=dist-3T3V2562.js.map
|
package/dist/index.js
CHANGED
|
@@ -32064,7 +32064,7 @@ function receiptLine(receiptId) {
|
|
|
32064
32064
|
printLine(import_picocolors9.default.dim(`\u{1F512} confidential \xB7 attested \xB7 receipt ${receiptId}`));
|
|
32065
32065
|
}
|
|
32066
32066
|
}
|
|
32067
|
-
var DEFAULT_MODEL = "
|
|
32067
|
+
var DEFAULT_MODEL = "openai/gpt-oss-120b";
|
|
32068
32068
|
function numOrUndef(v) {
|
|
32069
32069
|
if (v === void 0) {
|
|
32070
32070
|
return;
|
|
@@ -32577,7 +32577,7 @@ function registerMcpStart(parent) {
|
|
|
32577
32577
|
parent.command("start", { isDefault: true }).description("Start MCP server (stdio transport \u2014 for AI client integration)").option("--key <path>", "Custom wallet path (default ~/.t2000/wallet.key)").action(async (opts) => {
|
|
32578
32578
|
let mod3;
|
|
32579
32579
|
try {
|
|
32580
|
-
mod3 = await import("./dist-
|
|
32580
|
+
mod3 = await import("./dist-3T3V2562.js");
|
|
32581
32581
|
} catch {
|
|
32582
32582
|
console.error("MCP server not installed. Run:\n npm install -g @t2000/mcp");
|
|
32583
32583
|
process.exit(1);
|