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 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 `@cascade/openclaw-plugin`
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 @cascade/openclaw-plugin
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",
@@ -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.0",
5
+ "version": "1.0.1",
6
6
  "configSchema": {
7
7
  "type": "object",
8
8
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-cascade-plugin",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Desktop automation plugin for OpenClaw powered by Cascade",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",