mirror of
https://github.com/usestrix/strix.git
synced 2026-08-19 18:13:34 +02:00
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