@t2000/cli 5.20.1 → 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.
@@ -96453,7 +96453,8 @@ async function listModels(opts) {
96453
96453
  contextWindow: m.context_window ?? m.context_length,
96454
96454
  inputPer1M: m.pricing?.input_per_1m ?? m.pricing?.prompt,
96455
96455
  outputPer1M: m.pricing?.output_per_1m ?? m.pricing?.completion,
96456
- privacy: m.privacy ?? m.privacy_tier
96456
+ privacy: m.privacy ?? m.privacy_tier,
96457
+ reasoning: m.reasoning
96457
96458
  }));
96458
96459
  }
96459
96460
  var RECEIPT_ANCHORED_SUFFIX = "::anchor::ReceiptAnchored";
@@ -97862,7 +97863,7 @@ Through this wallet you can reach essentially any major external API, billed to
97862
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).
97863
97864
 
97864
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.`;
97865
- var PKG_VERSION = "5.20.1";
97866
+ var PKG_VERSION = "5.22.0";
97866
97867
  console.log = (...args) => console.error("[log]", ...args);
97867
97868
  console.warn = (...args) => console.error("[warn]", ...args);
97868
97869
  async function startMcpServer(opts) {
@@ -97936,4 +97937,4 @@ mime-types/index.js:
97936
97937
  @scure/bip39/index.js:
97937
97938
  (*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
97938
97939
  */
97939
- //# sourceMappingURL=dist-O7YCMJB2.js.map
97940
+ //# sourceMappingURL=dist-3T3V2562.js.map