libfx 0.0.6 → 0.0.7
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 -1
- package/fx-core.wasm +0 -0
- package/fx-term.wasm +0 -0
- package/libfx.darwin-arm64.node +0 -0
- package/libfx.darwin-x64.node +0 -0
- package/libfx.linux-arm64.node +0 -0
- package/libfx.linux-x64.node +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -305,7 +305,11 @@ The WebAssembly runtime intentionally does not provide:
|
|
|
305
305
|
- Automatic upgrades
|
|
306
306
|
- Clipboard integration
|
|
307
307
|
- Arbitrary WASI filesystem access
|
|
308
|
-
-
|
|
308
|
+
- Public web fetch, web search, and general outbound network access
|
|
309
|
+
|
|
310
|
+
The embedded runtime tells the model not to retry unavailable network work
|
|
311
|
+
through terminal commands. Use locally installed fx when the full native tool
|
|
312
|
+
suite is required.
|
|
309
313
|
|
|
310
314
|
The optional browser workspace exposes foreground terminal execution through
|
|
311
315
|
the typed contract:
|
package/fx-core.wasm
CHANGED
|
Binary file
|
package/fx-term.wasm
CHANGED
|
Binary file
|
package/libfx.darwin-arm64.node
CHANGED
|
Binary file
|
package/libfx.darwin-x64.node
CHANGED
|
Binary file
|
package/libfx.linux-arm64.node
CHANGED
|
Binary file
|
package/libfx.linux-x64.node
CHANGED
|
Binary file
|