发布

  • fix: treat empty tab URL as debuggable (fixes first-run doctor --live failure) (#259)

    frostbyte_neo 发布于 2026-03-22 14:10:30 +00:00

    When a new automation window is created, the initial tab URL may be
    empty briefly while Chrome loads the data: URI. isDebuggableUrl('') was
    returning false, causing ensureAttached to reject the tab.

    Fix: only reject known non-debuggable URLs (chrome://, chrome-extension://).
    Empty/undefined URLs are now treated as debuggable since they represent
    tabs still loading.

    Also adds 200ms delay after window creation to let Chrome populate the
    tab URL.

    下载附件