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 CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  ![CMDOP Architecture](https://cmdop.com/images/architecture/vs-personal-agent.png)
4
4
 
5
- **Autonomous AI agent for web browsing and task execution.**
5
+ **Web browsing and task automation plugin for [CMDOP](https://cmdop.com).**
6
6
 
7
- Looking for an agent orchestration SDK for Node.js? Check out [@cmdop/node](https://www.npmjs.com/package/@cmdop/node) a full-featured SDK for building and managing AI agents with terminal access, file operations, browser automation, and more.
7
+ JaceAI extends CMDOP with autonomous web browsingpage 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
@@ -1,5 +1,5 @@
1
1
  /**
2
- * jaceai — placeholder package.
2
+ * jaceai — web browsing and task automation plugin for CMDOP.
3
3
  * Install @cmdop/node for the full SDK: npm install @cmdop/node
4
4
  * https://cmdop.com/sdk/node/
5
5
  */
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * jaceai — this package exists to help you find @cmdop/node.
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: This is a placeholder package. Install @cmdop/node for the full SDK.');
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.25",
4
- "description": "Agent orchestration SDK see @cmdop/node (npm install @cmdop/node) for full features",
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",