@modeloslab/modelcode 0.1.0 → 0.1.1

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.mjs CHANGED
@@ -1576,9 +1576,7 @@ async function main() {
1576
1576
  await interactiveLogin(rl, cfg);
1577
1577
  rl.close();
1578
1578
  }
1579
- if (!cfg.apiKey)
1580
- return;
1581
- const { runTui } = await import("./tui-0r2q70wm.mjs");
1579
+ const { runTui } = await import("./tui-5an9t3j5.mjs");
1582
1580
  return runTui(cfg, resume);
1583
1581
  }
1584
1582
  if (cmd === "tui")