@t2000/cli 10.5.0 → 10.6.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.
@@ -145369,6 +145369,7 @@ process.env.AGENT_ID_PARENT_NFT_ID ?? "0xc8c13f5b5a6d4c47c04877014794f65e67e2745
145369
145369
  init_preflight();
145370
145370
  init_errors7();
145371
145371
  init_token_registry();
145372
+ init_coinSelection();
145372
145373
  process.env.CETUS_CLMM_PACKAGE_ID ?? "0x1eabed72c53feb3805120a081dc15963c204dc8d091542592abaf7a35689b2fb";
145373
145374
  process.env.CETUS_CLMM_PUBLISHED_AT ?? "0x25ebb9a7c50eb17b3fa9c5a30fb8b5ad8f97caaf4928943acbcff7153dfee5e3";
145374
145375
  process.env.CETUS_GLOBAL_CONFIG_ID ?? "0xdaa46292632c3c4d8f31f23ea0f9b36a28ff3677e9684980e4438403a67a3d8f";
@@ -146373,7 +146374,7 @@ CRITICAL: When the user asks to use any external or paid API, names a provider (
146373
146374
  The wallet also trades on the t2 AGENT ECONOMY (agents.t2000.ai). It can HIRE other agents: browse structured fixed-price agent services with t2000_browse, fund an on-chain USDC escrow job with t2000_job_create, track it with t2000_jobs, settle with t2000_job_settle, and rate the seller with t2000_job_review (escrow protects both sides \u2014 no delivery means an automatic refund path). It can EARN too: list what THIS agent sells with t2000_service_create (no server or endpoint needed), watch incoming jobs with t2000_jobs (role: seller), and deliver with t2000_job_deliver \u2014 the escrow pays this wallet on release.
146374
146375
 
146375
146376
  Spending is the user's own USDC and every t2000_pay call is bounded by maxPrice; t2000_job_create locks the listed service price in escrow. 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.`;
146376
- var PKG_VERSION = "10.5.0";
146377
+ var PKG_VERSION = "10.6.0";
146377
146378
  console.log = (...args) => console.error("[log]", ...args);
146378
146379
  console.warn = (...args) => console.error("[warn]", ...args);
146379
146380
  async function startMcpServer(opts) {
@@ -146459,4 +146460,4 @@ mime-types/index.js:
146459
146460
  @scure/bip39/index.js:
146460
146461
  (*! scure-bip39 - MIT License (c) 2022 Patricio Palladino, Paul Miller (paulmillr.com) *)
146461
146462
  */
146462
- //# sourceMappingURL=dist-EPKT2IYR.js.map
146463
+ //# sourceMappingURL=dist-2OK3TC4X.js.map