@sentry/junior-agent-browser 0.106.0 → 0.107.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-agent-browser",
3
- "version": "0.106.0",
3
+ "version": "0.107.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: agent-browser
3
3
  description: Automate websites with the agent-browser CLI for navigation, form flows, screenshots, extraction, and repeatable browser tasks. Use when users ask to interact with web apps, gather evidence from pages, or run browser-based QA steps.
4
- allowed-tools: bash sendMessage
5
4
  ---
6
5
 
7
6
  # Browser Automation
@@ -41,9 +40,9 @@ Use this skill when work requires real browser interaction instead of API-only l
41
40
  - If page load is async-heavy, wait explicitly:
42
41
  - `agent-browser wait --load networkidle`
43
42
  - For user-facing findings, include screenshots and the exact page URL.
44
- - When a user asks to see/share a screenshot in Slack, use `sendMessage` with the screenshot path in `files` so the image is included in the active conversation.
45
- - Never claim a screenshot was shared unless `sendMessage` returned success in this turn.
46
- - If `sendMessage` is unavailable or file attachment fails, state the failure clearly and include the saved screenshot path or error instead of claiming success.
43
+ - When a user asks to see/share a screenshot in Slack, use `sendFiles` with the screenshot path in `files` so the image is included in the active conversation.
44
+ - Never claim a screenshot was shared unless `sendFiles` returned success in this turn.
45
+ - If `sendFiles` is unavailable or file attachment fails, state the failure clearly and include the saved screenshot path or error instead of claiming success.
47
46
 
48
47
  ## Common Patterns
49
48