@agentvault/agentvault 0.19.66 → 0.19.67

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.js CHANGED
@@ -88250,7 +88250,7 @@ var init_index = __esm({
88250
88250
  init_skill_invoker();
88251
88251
  await init_skill_telemetry();
88252
88252
  await init_policy_enforcer();
88253
- VERSION = true ? "0.19.66" : "0.0.0-dev";
88253
+ VERSION = true ? "0.19.67" : "0.0.0-dev";
88254
88254
  }
88255
88255
  });
88256
88256
 
@@ -88778,7 +88778,7 @@ async function runCreateCommand(options) {
88778
88778
  }
88779
88779
  console.log(" Step 3/7 \u2014 Creating agent with OpenClaw...");
88780
88780
  try {
88781
- execSync2(`openclaw agents add -- ${name2}`, { stdio: "pipe", env });
88781
+ execSync2(`openclaw agents add --non-interactive --workspace "${workspaceDir}" -- ${name2}`, { stdio: "pipe", env });
88782
88782
  console.log(` Agent '${name2}' created.
88783
88783
  `);
88784
88784
  } catch {