@t2000/cli 0.20.21 → 0.20.22

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.
@@ -21015,7 +21015,7 @@ function errorResult(err) {
21015
21015
  function registerReadTools(server, agent) {
21016
21016
  server.tool(
21017
21017
  "t2000_overview",
21018
- "Complete account snapshot in ONE call \u2014 balance, savings positions, investment portfolio, health factor, yield earnings, fund status, and pending rewards. Use this for morning briefings, general account questions, or any time you need the full picture. Prefer this over calling t2000_balance + t2000_positions + t2000_portfolio + t2000_health + t2000_earnings individually.",
21018
+ "Complete account snapshot in ONE call \u2014 balance, savings positions, investment portfolio, health factor, yield earnings, fund status, and pending rewards. Use this for morning briefings, general account questions, or any time you need the full picture. Prefer this over calling individual tools. IMPORTANT: If called immediately after a save/withdraw/rebalance and savings shows $0 unexpectedly, wait 3 seconds and call again \u2014 on-chain data may need a moment to propagate.",
21019
21019
  {},
21020
21020
  async () => {
21021
21021
  try {
@@ -21051,7 +21051,7 @@ function registerReadTools(server, agent) {
21051
21051
  );
21052
21052
  server.tool(
21053
21053
  "t2000_balance",
21054
- "Get agent's current balance \u2014 available (checking), savings, credit (debt), gas reserve, and net total. All values in USD. For a full account snapshot, prefer t2000_overview instead.",
21054
+ "Get agent's current balance \u2014 available (checking), savings, credit (debt), gas reserve, and net total. All values in USD. For a full account snapshot, prefer t2000_overview instead. NOTE: After a save or withdraw, on-chain data may take a few seconds to update. If savings shows $0 right after a save transaction succeeded, wait 3 seconds and retry \u2014 funds are NOT missing, just RPC propagation delay.",
21055
21055
  {},
21056
21056
  async () => {
21057
21057
  try {
@@ -21077,7 +21077,7 @@ function registerReadTools(server, agent) {
21077
21077
  );
21078
21078
  server.tool(
21079
21079
  "t2000_positions",
21080
- "View current lending positions across protocols (NAVI, Suilend) \u2014 deposits, borrows, APYs. For a full account snapshot, prefer t2000_overview instead.",
21080
+ "View current lending positions across protocols (NAVI, Suilend) \u2014 deposits, borrows, APYs. For a full account snapshot, prefer t2000_overview instead. NOTE: After a save/withdraw, positions may take a few seconds to update on-chain. If positions shows empty right after a save succeeded, wait 3 seconds and retry.",
21081
21081
  {},
21082
21082
  async () => {
21083
21083
  try {
@@ -21329,7 +21329,7 @@ function registerWriteTools(server, agent) {
21329
21329
  );
21330
21330
  server.tool(
21331
21331
  "t2000_save",
21332
- 'Deposit USDC to savings (earns yield). Amount is in dollars. Use "all" to save entire available balance. Set dryRun: true to preview.',
21332
+ 'Deposit USDC to savings (earns yield). Amount is in dollars. Use "all" to save entire available balance. Set dryRun: true to preview. After a successful save, funds move from checking to savings \u2014 if you check balance immediately and savings shows $0, wait 3 seconds and retry (on-chain propagation delay, funds are safe).',
21333
21333
  {
21334
21334
  amount: external_exports.union([external_exports.number(), external_exports.literal("all")]).describe('Dollar amount to save, or "all"'),
21335
21335
  dryRun: external_exports.boolean().optional().describe("Preview without signing (default: false)")
@@ -21680,7 +21680,7 @@ function registerWriteTools(server, agent) {
21680
21680
  );
21681
21681
  server.tool(
21682
21682
  "t2000_rebalance",
21683
- "Optimize yield by moving funds to the highest-rate protocol. Always previews first \u2014 set dryRun: false to execute. Shows plan with expected APY gain and break-even period.",
21683
+ 'Optimize savings yield \u2014 automatically finds the best rate across ALL assets and protocols, then handles everything: withdraw \u2192 swap \u2192 re-deposit. Works across different assets (e.g. USDC \u2192 USDe for higher APY). Always previews first \u2014 set dryRun: false to execute. Shows plan with APY gain, annual earnings increase, and break-even period. This is the ONE tool to use when the user asks "am I getting the best yield?" or "rebalance my savings".',
21684
21684
  {
21685
21685
  dryRun: external_exports.boolean().optional().describe("Preview without executing (default: true)"),
21686
21686
  minYieldDiff: external_exports.number().optional().describe("Min APY difference to rebalance (default: 0.5%)"),
@@ -22698,4 +22698,4 @@ async function startMcpServer(opts) {
22698
22698
  export {
22699
22699
  startMcpServer
22700
22700
  };
22701
- //# sourceMappingURL=dist-HNUMPYQX.js.map
22701
+ //# sourceMappingURL=dist-MUACHOIR.js.map