osai-agent 4.2.36 → 4.2.37

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/package.json +1 -1
  2. package/src/index.js +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osai-agent",
3
- "version": "4.2.36",
3
+ "version": "4.2.37",
4
4
  "type": "module",
5
5
  "description": "OS AI Agent - YOUR AI AGENT",
6
6
  "main": "src/index.js",
package/src/index.js CHANGED
@@ -203,9 +203,9 @@ switch (cmd) {
203
203
  console.log(' skills Manage skills');
204
204
  console.log(' mcp Manage MCP servers');
205
205
  console.log(' stop-subagent Stop a running subagent');
206
- console.log(' pro Activate a pro access code');
207
- console.log(' account delete Permanently delete your account and all data');
208
- console.log();
206
+ console.log(' pro Activate a pro access code');
207
+ console.log(' account delete Permanently delete your account and all data');
208
+ console.log();
209
209
  process.exit(cmd ? 1 : 0);
210
210
  }
211
211