Files
strix/containers
Ahmed Allam 1f30e1ed8b fix(container): make headed browsing actually work in the sandbox
Headed mode was documented but never functional: the image ships Chromium
with no X server, so `agent-browser --headed` died with "Missing X server or
$DISPLAY" while still exiting 0.

- install xvfb/x11-utils/xdotool/dbus-x11/imagemagick and Noto fonts
- start Xvfb and export DISPLAY for every shell from the entrypoint
- derive the browser User-Agent from the installed Chromium instead of
  pinning a version that drifts
- assert headed launch at build time, since the CLI cannot be relied on to
  exit non-zero
- document the bot-protection escape hatch and its traps in the skill
2026-08-09 23:58:20 +00:00
..