@mindstudio-ai/browser-agent 0.1.81 → 0.1.83
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 +3 -2
- package/dist/index.js +66 -67
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -106,8 +106,9 @@ Screenshots are captured via SnapDOM (`@zumer/snapdom`) and can be triggered two
|
|
|
106
106
|
A Figma-style animated cursor (`#DD2590` pink with "Remy" name tag) shows the AI agent's actions in real time:
|
|
107
107
|
|
|
108
108
|
- Appears from a random viewport edge on first action
|
|
109
|
-
- Glides
|
|
110
|
-
-
|
|
109
|
+
- Glides to target elements with ease-in-out motion on a distance-scaled clock (280-800ms)
|
|
110
|
+
- Large arrow (64px) with a white outline and drop shadow so it reads on any background and in scaled-down replays
|
|
111
|
+
- Press/release click animation with a ring ripple; the real click dispatches at the bottom of the press
|
|
111
112
|
- Fades out after 1.5s of inactivity
|
|
112
113
|
- Reappears at last known position for subsequent actions
|
|
113
114
|
- Only renders in iframe mode (`?mode=iframe`)
|