@0xmaxma/claude-gateway 1.2.16 → 1.2.17
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.
|
@@ -53,9 +53,16 @@ If `browser_navigate` or `browser_navigate_tab` returns error like `tab "t99" no
|
|
|
53
53
|
|
|
54
54
|
### Step 5 — Screenshot and confirm
|
|
55
55
|
|
|
56
|
-
Call `mcp__gateway__browser_screenshot`
|
|
56
|
+
Call `mcp__gateway__browser_screenshot` → `result` is either an HTTP URL or an absolute file path.
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
Detect channel: `api_reply` tool available = API session; `telegram_reply` tool available = Telegram session.
|
|
59
|
+
|
|
60
|
+
| Channel | Condition | Action |
|
|
61
|
+
|---------|-----------|--------|
|
|
62
|
+
| API | result starts with `http` | `api_reply(text=result)` |
|
|
63
|
+
| API | result is a file path | `api_reply(attachments=[result])` |
|
|
64
|
+
| Telegram | — | `telegram_reply(files=[result])` |
|
|
65
|
+
| Other | — | include path in text response |
|
|
59
66
|
|
|
60
67
|
## Multi-tab Management
|
|
61
68
|
|