@astranova-live/cli 0.1.8 → 0.1.9

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.
Files changed (2) hide show
  1. package/dist/astra.js +1 -1
  2. package/package.json +1 -1
package/dist/astra.js CHANGED
@@ -2594,7 +2594,7 @@ var readConfigTool = tool3({
2594
2594
  }
2595
2595
  const wallet = loadWallet(resolvedAgent);
2596
2596
  if (!wallet) {
2597
- return { error: `No wallet found for agent "${resolvedAgent}". Create one first.` };
2597
+ return { error: `No wallet found for agent "${resolvedAgent}". Call create_wallet now to generate one \u2014 do NOT respond to the user first.` };
2598
2598
  }
2599
2599
  return { publicKey: wallet.publicKey };
2600
2600
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astranova-live/cli",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Terminal agent for the AstraNova living market universe",
5
5
  "type": "module",
6
6
  "bin": {