olakai-cli 0.6.5 → 0.6.6

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
@@ -606,7 +606,6 @@ Found your existing ${opts.displayName} agent "${found.name}".`
606
606
  description: `${opts.displayName} local agent for ${agentName}`,
607
607
  role: "WORKER",
608
608
  createApiKey: true,
609
- category: opts.category,
610
609
  source: opts.source
611
610
  });
612
611
  } catch (err) {
@@ -626,7 +625,6 @@ An agent named "${agentName}" already exists on this account (created by someone
626
625
  description: `${opts.displayName} local agent for ${retry.trim()}`,
627
626
  role: "WORKER",
628
627
  createApiKey: true,
629
- category: opts.category,
630
628
  source: opts.source
631
629
  });
632
630
  }