balchemy 0.1.20 → 0.1.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.
package/dist/wizard.js CHANGED
@@ -576,7 +576,7 @@ export async function runWizard(outDir) {
576
576
  wallets: {},
577
577
  createdAt: new Date().toISOString(),
578
578
  });
579
- printSuccess("Agent cached to ~/.balchemy/agent.json");
579
+ printSuccess("Agent cached to ~/.balchemy/agents.enc");
580
580
  // ── Done ──────────────────────────────────────────────────────────────
581
581
  printKeyValueBlock("Launch profile", [
582
582
  { label: "Agent", value: publicId },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balchemy",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Scaffold and run a Balchemy autonomous AI trading agent in 5 minutes",