@petercha90/oasis 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,7 @@ Agent requests tool call
39
39
 
40
40
 
41
41
  ┌─────────────────┐
42
- │ before_tool_call │ ◄── OASIS hook
42
+ │ before_tool_call│ ◄── OASIS hook
43
43
  └────────┬────────┘
44
44
 
45
45
  Read tool? ─── Yes ──→ Pass through ✅
@@ -83,7 +83,7 @@ A dedicated Slack app is **required** for OASIS to work. It handles approval but
83
83
  #### Step 1: Create the App
84
84
 
85
85
  1. Go to [api.slack.com/apps](https://api.slack.com/apps)
86
- 2. Click **Create New App**
86
+ 2. Click **Create New App**<br>
87
87
  <img src="https://raw.githubusercontent.com/PeterCha90/oasis/main/public/1.png"/>
88
88
  → **From scratch** <br>
89
89
  <img src="https://raw.githubusercontent.com/PeterCha90/oasis/main/public/2.png"/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@petercha90/oasis",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "type": "module",
5
5
  "description": "OASIS — OpenClaw Antidote for Suspicious Injection Signals",
6
6
  "main": "dist/index.js",