Skip to content

v0.1.46: deep-research skill defaults to headless mode

Choose a tag to compare

@billy-enrizky billy-enrizky released this 02 Jul 02:02
60a9152

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.

Files changed

  • plugin/skills/deep-research/SKILL.md: +13/-2