dsclaw 0.1.7 → 0.1.8

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/index.js CHANGED
@@ -4217,7 +4217,7 @@ async function doctorCommand() {
4217
4217
 
4218
4218
  // src/cli/index.ts
4219
4219
  var program = new Command();
4220
- program.name("dsclaw").description("AI-powered dropshipping agent \u2014 chat with your DSers store.").version("0.1.7");
4220
+ program.name("dsclaw").description("AI-powered dropshipping agent \u2014 chat with your DSers store.").version("0.1.8");
4221
4221
  program.action(() => startCommand({}));
4222
4222
  program.command("init").description("Setup wizard \u2014 configure Telegram (optional)").action(initCommand);
4223
4223
  program.command("start").description("Start the DSClaw bot").option("-c, --config <path>", "Path to config file").option("--no-open", "Don't auto-open browser").action(startCommand);