From 2094622c5334fa6ad4157ac2f394935fe6007f78 Mon Sep 17 00:00:00 2001 From: Aditya Pandey Date: Wed, 13 May 2026 22:37:29 +0530 Subject: [PATCH] Bump plugin to 0.1.4 --- README.md | 10 +++++++++- packages/claw-plugin/README.md | 8 ++++++++ packages/claw-plugin/openclaw.plugin.json | 2 +- packages/claw-plugin/package.json | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1afbe55..5fec937 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,15 @@ Windows: powershell -c "irm https://openui.com/openclaw-os/install.ps1 | iex" ``` -The installer downloads the source, builds the workspace UI, registers it as an OpenClaw plugin, restarts the gateway, and opens the dashboard in your browser. +The installer downloads the latest source, builds the workspace UI, registers it as an OpenClaw plugin, restarts the gateway, and opens the dashboard in your browser. + +or through published package + +```bash +openclaw plugins install @openuidev/openclaw-os-plugin +openclaw gateway restart +openclaw os url +``` > The workspace runs at `http://localhost:18789/plugins/openclawos`; run **`openclaw os url`** for the pre-authenticated URL. diff --git a/packages/claw-plugin/README.md b/packages/claw-plugin/README.md index 1d0d6a1..3424485 100644 --- a/packages/claw-plugin/README.md +++ b/packages/claw-plugin/README.md @@ -39,6 +39,14 @@ Windows: powershell -c "irm https://openui.com/openclaw-os/install.ps1 | iex" ``` +or + +```bash +openclaw plugins install @openuidev/openclaw-os-plugin +openclaw gateway restart +openclaw os url +``` + ### Opening the workspace The workspace is served from your gateway — most likely `http://localhost:18789/plugins/openclawos`. For the pre-authenticated URL, run `openclaw os url`. diff --git a/packages/claw-plugin/openclaw.plugin.json b/packages/claw-plugin/openclaw.plugin.json index f27be9b..8779cc8 100644 --- a/packages/claw-plugin/openclaw.plugin.json +++ b/packages/claw-plugin/openclaw.plugin.json @@ -2,7 +2,7 @@ "id": "openclaw-os-plugin", "name": "Claw — OpenUI for OpenClaw", "description": "Enables Generative UI in the Claw client by injecting the OpenUI Lang system prompt for direct WebSocket chat sessions.", - "version": "0.1.3", + "version": "0.1.4", "enabledByDefault": true, "activation": { "onStartup": true }, "contracts": { diff --git a/packages/claw-plugin/package.json b/packages/claw-plugin/package.json index b8af414..a0d4cc4 100644 --- a/packages/claw-plugin/package.json +++ b/packages/claw-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@openuidev/openclaw-os-plugin", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "description": "OpenClaw plugin that turns agent responses into Generative UI and serves the claw-client at /plugins/openclawos.", "keywords": [