surfagent 1.0.3 → 1.0.4
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 +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -159,8 +159,17 @@ Agents never need to guess selectors or parse screenshots. The recon response ha
|
|
|
159
159
|
- CodePen (cross-origin iframe interaction)
|
|
160
160
|
- Polymarket (market data extraction)
|
|
161
161
|
|
|
162
|
+
## Platform Support
|
|
163
|
+
|
|
164
|
+
| Platform | Status |
|
|
165
|
+
|---|---|
|
|
166
|
+
| macOS | Fully supported |
|
|
167
|
+
| Linux | Fully supported |
|
|
168
|
+
| Windows | Not yet supported — coming soon |
|
|
169
|
+
|
|
162
170
|
## Requirements
|
|
163
171
|
|
|
172
|
+
- macOS or Linux
|
|
164
173
|
- Chrome (any recent version)
|
|
165
174
|
- Node.js 18+
|
|
166
175
|
|