jaceai 2026.2.25 → 2026.2.26
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/README.md +2 -2
- package/index.d.ts +1 -1
- package/index.js +2 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|

|
|
4
4
|
|
|
5
|
-
**
|
|
5
|
+
**Web browsing and task automation plugin for [CMDOP](https://cmdop.com).**
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
JaceAI extends CMDOP with autonomous web browsing — page navigation, form filling, data extraction, and multi-step web task execution.
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
10
|
npm install @cmdop/node
|
package/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* jaceai —
|
|
2
|
+
* jaceai — web browsing and task automation plugin for CMDOP.
|
|
3
3
|
*
|
|
4
4
|
* Install the real SDK:
|
|
5
5
|
* npm install @cmdop/node
|
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
* Learn more: https://cmdop.com/sdk/node/
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
|
-
console.log('jaceai:
|
|
10
|
+
console.log('jaceai: CMDOP plugin for web browsing and task automation. Install @cmdop/node for the full platform.');
|
|
11
11
|
console.log(' npm install @cmdop/node');
|
|
12
12
|
console.log(' https://cmdop.com/sdk/node/');
|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jaceai",
|
|
3
|
-
"version": "2026.02.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "2026.02.26",
|
|
4
|
+
"description": "JaceAI — web browsing and task automation plugin for CMDOP",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"jaceai",
|
|
10
10
|
"cmdop",
|
|
11
|
+
"plugin",
|
|
11
12
|
"agent",
|
|
12
13
|
"automation",
|
|
13
14
|
"orchestration",
|