@autonoma-ai/planner 0.1.3 → 0.1.4-canary.23c9cdd

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/index.js CHANGED
@@ -6485,7 +6485,6 @@ async function main() {
6485
6485
  p8.log.info(`No --project flag passed; using current working directory.`);
6486
6486
  }
6487
6487
  p8.log.info(`Project: ${config.projectRoot}`);
6488
- p8.log.info(`Model: ${modelName}`);
6489
6488
  track("cli_run_started", { model: modelName, non_interactive: nonInteractive });
6490
6489
  const outputDir = await ensureOutputDir(config.projectSlug);
6491
6490
  let state = await loadState(outputDir);