@petercha90/oasis 1.3.5 → 1.3.7

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.
Files changed (2) hide show
  1. package/README.md +8 -1
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -138,7 +138,14 @@ A dedicated Slack app is **required** for OASIS to work. It handles approval but
138
138
 
139
139
  5. Click **Save Changes**
140
140
 
141
- #### Step 5: Install to Workspace
141
+ #### Step 5: Messages Tab (On)
142
+
143
+ 1. Left sidebar → **App Home**
144
+ 2. Enable **Messages Tab** under **Show Tabs**
145
+
146
+ <img src="https://raw.githubusercontent.com/PeterCha90/oasis/main/public/10.png"/>
147
+
148
+ #### Step 6: Install to Workspace
142
149
 
143
150
  1. Left sidebar → **Install App**
144
151
  2. Click **Install to Workspace** → **Allow**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@petercha90/oasis",
3
- "version": "1.3.5",
3
+ "version": "1.3.7",
4
4
  "type": "module",
5
5
  "description": "OASIS — OpenClaw Antidote for Suspicious Injection Signals",
6
6
  "main": "dist/index.js",
@@ -36,6 +36,9 @@
36
36
  "extensions": [
37
37
  "./dist/index.js"
38
38
  ],
39
+ "build": {
40
+ "openclawVersion": "2026.3.28"
41
+ },
39
42
  "compat": {
40
43
  "pluginApi": ">=2026.3.28",
41
44
  "minGatewayVersion": "2026.3.28"