@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.
- package/README.md +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
|
|
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"/>
|