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 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
- - Web search
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
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "libfx",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Embed fx agents and terminals in JavaScript hosts",
5
5
  "type": "module",
6
6
  "repository": {