@openclaw/lobster 2026.5.28-beta.3 → 2026.5.28-beta.4
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 +19 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
Adds the `lobster` agent tool as an **optional** plugin tool.
|
|
4
4
|
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
openclaw plugins install @openclaw/lobster
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
Restart the Gateway after installing or updating the plugin.
|
|
12
|
+
|
|
5
13
|
## What this is
|
|
6
14
|
|
|
7
15
|
- Lobster is a standalone workflow shell (typed JSON-first pipelines + approvals/resume).
|
|
@@ -72,3 +80,14 @@ Notes:
|
|
|
72
80
|
- Runs Lobster in process via the published `@clawdbot/lobster/core` runtime.
|
|
73
81
|
- Does not manage OAuth/tokens.
|
|
74
82
|
- Uses timeouts, stdout caps, and strict JSON envelope parsing.
|
|
83
|
+
|
|
84
|
+
## Docs
|
|
85
|
+
|
|
86
|
+
- https://docs.openclaw.ai/tools/lobster
|
|
87
|
+
|
|
88
|
+
## Package
|
|
89
|
+
|
|
90
|
+
- Plugin id: `lobster`
|
|
91
|
+
- Tool: `lobster`
|
|
92
|
+
- Package: `@openclaw/lobster`
|
|
93
|
+
- Minimum OpenClaw host: `2026.4.25`
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/lobster",
|
|
3
|
-
"version": "2026.5.28-beta.
|
|
3
|
+
"version": "2026.5.28-beta.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@openclaw/lobster",
|
|
9
|
-
"version": "2026.5.28-beta.
|
|
9
|
+
"version": "2026.5.28-beta.4",
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@clawdbot/lobster": "2026.5.22",
|
|
12
12
|
"typebox": "1.1.38"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openclaw/lobster",
|
|
3
|
-
"version": "2026.5.28-beta.
|
|
3
|
+
"version": "2026.5.28-beta.4",
|
|
4
4
|
"description": "Lobster workflow tool plugin for typed pipelines and resumable approvals.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"minHostVersion": ">=2026.4.25"
|
|
22
22
|
},
|
|
23
23
|
"compat": {
|
|
24
|
-
"pluginApi": ">=2026.5.28-beta.
|
|
24
|
+
"pluginApi": ">=2026.5.28-beta.4"
|
|
25
25
|
},
|
|
26
26
|
"build": {
|
|
27
|
-
"openclawVersion": "2026.5.28-beta.
|
|
27
|
+
"openclawVersion": "2026.5.28-beta.4"
|
|
28
28
|
},
|
|
29
29
|
"release": {
|
|
30
30
|
"publishToClawHub": true,
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"SKILL.md"
|
|
43
43
|
],
|
|
44
44
|
"peerDependencies": {
|
|
45
|
-
"openclaw": ">=2026.5.28-beta.
|
|
45
|
+
"openclaw": ">=2026.5.28-beta.4"
|
|
46
46
|
},
|
|
47
47
|
"peerDependenciesMeta": {
|
|
48
48
|
"openclaw": {
|