ideawave 0.0.73 → 0.0.74
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 +5 -5
- package/dist/index.mjs +71 -40
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,9 +33,9 @@ If a runtime appears unavailable, confirm its command is on your `PATH` and that
|
|
|
33
33
|
|
|
34
34
|
For supported runtimes, the CLI fetches small ACP bridge packages on first use. npm caches them, so later runs are fast. If npm's cache was cleared, keep the CLI running and retry after the bridge downloads again.
|
|
35
35
|
|
|
36
|
-
The CLI advertises
|
|
37
|
-
one local browser profile
|
|
38
|
-
|
|
36
|
+
The CLI advertises `browser-proxy-v6` and `browser-dom-snapshot-v1` so browser
|
|
37
|
+
cards can share one local browser profile, route pages and subresources through
|
|
38
|
+
the local browser-kit proxy, and publish a sanitized read-only fallback for
|
|
39
|
+
collaborators. The normal command
|
|
39
40
|
keeps screenshot capture available. `--dev` skips screenshot-engine setup and
|
|
40
|
-
allows Railway PR previews for browser-card development.
|
|
41
|
-
snapshots remain readable, but browser-kit does not create new snapshots yet.
|
|
41
|
+
allows Railway PR previews for browser-card development.
|