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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. 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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "surfagent",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Local API that gives AI agents structured page data from Chrome for fast, precise web navigation",
5
5
  "main": "dist/api/server.js",
6
6
  "type": "module",