The headless option was hardcoded to true in the auto-launch section, ignoring the AGENT_BROWSER_HEADED environment variable. This fix checks the env var so users can run the browser in headed mode by setting AGENT_BROWSER_HEADED=1. Fixes #90