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.
- package/package.json +1 -1
- package/src/index.js +3 -3
package/package.json
CHANGED
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('
|
|
207
|
-
console.log('
|
|
208
|
-
|
|
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
|
|