agentful 0.2.7 → 0.3.1

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 (3) hide show
  1. package/README.md +3 -2
  2. package/dist/index.cjs +567 -126
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -44,8 +44,9 @@ build output and every `.env` file. Uploads are capped at 6 MB.
44
44
 
45
45
  **macOS and Linux** (arm64 and x64 each). The device-flow login works headless:
46
46
  the CLI prints a URL plus a code, opening a browser is best-effort (`xdg-open`).
47
- Windows is not supported yet — win32 engine artifacts are not mirrored and the
48
- credential/spawn/extract assumptions are untested there.
47
+ Windows is not supported natively yet — win32 engine artifacts are not mirrored
48
+ and the credential/spawn/extract assumptions are untested there; use WSL2
49
+ instead (it runs the proven linux builds).
49
50
 
50
51
  ## Engine distribution
51
52