You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes
deep-research skill now exports OPENBROWSER_HEADLESS=true in Step 0, ensuring the daemon always starts Chrome without a visible window even when the user's config file overrides the default.
The daemon default in daemon/server.py is already headless: True; this change closes the config-file override gap.
Documented in Setup section and Tips; escape hatch: export OPENBROWSER_HEADLESS=false for debugging.