openclaw-cascade-plugin 1.0.0 → 1.0.1
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/PHASE1_SUMMARY.md +1 -1
- package/README.md +2 -2
- package/openclaw.plugin.json +2 -2
- package/package.json +1 -1
package/PHASE1_SUMMARY.md
CHANGED
|
@@ -6,7 +6,7 @@ Phase 1 of the OpenClaw Plugin for Cascade is **COMPLETE** with comprehensive te
|
|
|
6
6
|
## What Was Built
|
|
7
7
|
|
|
8
8
|
### 1. Project Infrastructure ✅
|
|
9
|
-
- **package.json**: NPM package configuration for
|
|
9
|
+
- **package.json**: NPM package configuration for `openclaw-cascade-plugin`
|
|
10
10
|
- **tsconfig.json**: TypeScript configuration with strict mode
|
|
11
11
|
- **jest.config.js**: Jest testing framework with coverage requirements (80%+)
|
|
12
12
|
- **jest.setup.js**: Test environment setup
|
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ This package provides OpenClaw integration for the Cascade desktop automation pl
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
openclaw plugins install
|
|
10
|
+
openclaw plugins install openclaw-cascade-plugin
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Configuration
|
|
@@ -18,7 +18,7 @@ Add to your OpenClaw config:
|
|
|
18
18
|
{
|
|
19
19
|
plugins: {
|
|
20
20
|
entries: {
|
|
21
|
-
cascade: {
|
|
21
|
+
openclaw-cascade-plugin: {
|
|
22
22
|
enabled: true,
|
|
23
23
|
config: {
|
|
24
24
|
cascadeGrpcEndpoint: "localhost:50051",
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"id": "cascade",
|
|
2
|
+
"id": "openclaw-cascade-plugin",
|
|
3
3
|
"name": "Cascade Desktop Automation",
|
|
4
4
|
"description": "Control Windows desktop apps and web browsers through OpenClaw. Provides desktop automation, web automation with Playwright, and skill learning capabilities.",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.1",
|
|
6
6
|
"configSchema": {
|
|
7
7
|
"type": "object",
|
|
8
8
|
"additionalProperties": false,
|