jaceai 2026.2.28 → 2026.3.3

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/README.md +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,6 +40,17 @@ const data = await agent.extract('https://news.ycombinator.com', 'top 5 story ti
40
40
  console.log(data.text);
41
41
  ```
42
42
 
43
+ ## CLI
44
+
45
+ No SDK needed? Connect via standalone binary:
46
+
47
+ ```bash
48
+ curl -fsSL cmdop.com/install-cli.sh | bash
49
+ cmdok ssh
50
+ ```
51
+
52
+ ![cmdok ssh](https://raw.githubusercontent.com/commandoperator/cmdop-sdk-js/main/assets/cmdok-ssh.gif)
53
+
43
54
  ## Links
44
55
 
45
56
  - [CMDOP Homepage](https://cmdop.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jaceai",
3
- "version": "2026.2.28",
3
+ "version": "2026.3.3",
4
4
  "description": "JaceAI \u2014 web browsing and task automation plugin for CMDOP",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",