Skip to content

Workflows

When a bookmark with a URL is created, the background script reacts to the bookmark event. If automationEnabled is true, processing starts immediately.

Processing is skipped when:

  • the node is not a URL bookmark
  • the bookmark is inside an excluded source folder
  • the bookmark can no longer be resolved

There are two manual entry points:

  • Recheck current bookmark in the popup
  • Recheck per bookmark row in the dashboard
  • root filters for all bookmarks, bookmark bar, and other bookmarks in the dashboard

Use this after changing the prompt, provider, or folder rules.

The review queue stores low-confidence decisions and failures.

Each item contains:

  • bookmark title and URL
  • suggested target folder
  • reason text
  • confidence value
  • an internal queue status, usually pending in everyday use
  • Accept
  • Re-run
  • Dismiss

Accept and Dismiss remove the queue item after handling it.

Bookmarks can also be deleted directly from the dashboard table. This sends bookmark:delete to the background script and writes a manual event log entry.

The dashboard exposes a structured event log from storage.local. For provider-backed runs, the Open AI Details action shows the captured request and response payloads.