@kritchoff/agent-browser 0.9.11 → 0.9.12

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.
@@ -4,6 +4,7 @@ services:
4
4
  # ---------------------------------------------------------------------------
5
5
  android-service:
6
6
  image: kritchoff/agent-android:latest
7
+ platform: linux/amd64
7
8
  privileged: true # Required for KVM
8
9
  restart: always # Auto-restart on crash
9
10
  ports:
@@ -30,6 +31,7 @@ services:
30
31
  # ---------------------------------------------------------------------------
31
32
  agent-service:
32
33
  image: kritchoff/agent-daemon:latest
34
+ platform: linux/amd64
33
35
  restart: always
34
36
  depends_on:
35
37
  - android-service
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kritchoff/agent-browser",
3
- "version": "0.9.11",
3
+ "version": "0.9.12",
4
4
  "description": "Headless browser automation CLI for AI agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",