Skip to content

Update digger extension#25583

Merged
raycastbot merged 10 commits into
raycast:mainfrom
chrismessina:ext/digger
Feb 19, 2026
Merged

Update digger extension#25583
raycastbot merged 10 commits into
raycast:mainfrom
chrismessina:ext/digger

Conversation

@chrismessina
Copy link
Copy Markdown
Contributor

@chrismessina chrismessina commented Feb 18, 2026

Description

[Add Content Signals and Payment Required (x402) detection]

Added: Content Signals detection

  • Digger now parses Content-Signal directives from robots.txt and displays them in the Discoverability section

Added: Payment Required (x402) detection

  • Digger now detects x402 payment-required signals from HTTP responses and surfaces them in two places:
    • Discoverability section: primary indicator showing which signals were found (HTTP 402 status code, PAYMENT-REQUIRED header, PAYMENT-RESPONSE header)
    • HTTP Headers section: supporting detail listing the raw values of x402 protocol headers
  • Payment Required signals are included in the Markdown report export (⌘ ⇧ M)

Added: Favicon display

  • Digger now displays the favicon as the Overview icon when available (thx @jlokos for #1)

Improved: URL processing

  • Enhanced URL extraction and normalization across all input sources (argument, clipboard, selected text, browser extension):
    • Improved extractUrl() to handle trailing punctuation (e.g., https://example.com.https://example.com)
    • Added validation to extracted URLs to ensure only valid URLs are accepted
    • Fixed priority order: bare domains like example.com are now preferred over embedded URLs in mixed input
    • Browser extension tab URLs now benefit from the same extraction logic as other sources
    • normalizeUrl() now properly lowercases scheme and hostname via URL parsing

Changed: Screenshots and dependencies

  • Updated screenshots
  • Updated dependencies

Screenshots

Content Signals:

digger 2026-02-18 at 11 36 40

Payment Required

digger 2026-02-18 at 11 37 16

Checklist

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

extension: digger Issues related to the digger extension extension fix / improvement Label for PRs with extension's fix improvements OP is author The OP of the PR is the author of the extension platform: macOS platform: Windows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants