Skip to content

feat: make intelligent crawler the default scan type#230

Open
younglim wants to merge 1 commit into
mainfrom
feat-intel-crawler
Open

feat: make intelligent crawler the default scan type#230
younglim wants to merge 1 commit into
mainfrom
feat-intel-crawler

Conversation

@younglim

@younglim younglim commented May 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Make the intelligent crawler (-c 4 / -c intelligent) the default scan type, replacing the legacy website crawl (-c 2 / -c website)
  • Add "Intelligent" as the first crawler option and relabel the old website crawl as "Legacy"
  • Update subdomain restriction logic to also apply for intelligent crawls

Changes

Oobee Desktop

  • Added "Website crawler (Intelligent)" as the first scan type option mapping to intelligent
  • Moved previous "Website crawl" to third position as "Website crawler (Legacy)"
  • Updated scan type filter indices for the new 5-item list
  • Extended subdomain hostname restriction to also apply for intelligent scan type

Test plan

  • Start a scan with the default (Intelligent) option and verify it uses -c intelligent end-to-end
  • Switch to Legacy option and verify it still uses -c website
  • Switch to Sitemap option and verify it still uses -c sitemap
  • Verify "Include Subdomains" checkbox is visible for both Intelligent and Legacy, hidden for Sitemap
  • Verify unchecking subdomains passes -s same-hostname for both Intelligent and Legacy crawls

Add "Website crawler (Intelligent)" as the first scan type option,
move the old website crawl to third position as "Website crawler (Legacy)".

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant