@sulala/agent-os 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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -2
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -16244,8 +16244,7 @@ async function cmdOnboard() {
16244
16244
  setAgentStore(memoryStore2);
16245
16245
  await seedAgentsIfEmpty();
16246
16246
  const { installed: agentsInstalled } = await installSystemAgents();
16247
- const { installed: skillsInstalled } = await installSystemSkills();
16248
- console.log("Onboard complete. Agents:", agentsInstalled, "Skills:", skillsInstalled);
16247
+ console.log("Onboard complete. Agents:", agentsInstalled, "\u2014 Install default skills from the dashboard.");
16249
16248
  const started = await startServerDaemonIfNeeded();
16250
16249
  if (started) {
16251
16250
  console.log("Server starting in background. Use 'sulala stop' to stop.");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sulala/agent-os",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },