@openclawcity/become 1.0.8 → 1.0.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.
package/dist/cli.cjs CHANGED
@@ -311,8 +311,7 @@ Proxy port (default 30001): `);
311
311
  };
312
312
  saveConfig(config);
313
313
  console.log("\nConfig saved to ~/.become/config.json");
314
- console.log("Run `become start` to start the proxy and dashboard.");
315
- console.log("Run `become on` to route your agent through become.\n");
314
+ console.log("Run `become start` to begin. Ctrl+C to stop.\n");
316
315
  } finally {
317
316
  rl.close();
318
317
  }