blacklist
Manage Beacon indexing blacklist — prevent indexing of dangerous directories
Manage Beacon indexing whitelist — allow indexing in specific directories that would otherwise be blacklisted
> /plugin marketplace add sagarmk/beacon-plugin > /plugin install beacon@claude-code-beacon-plugin
How it fires
How this command gets triggered: by you, by Claude, or both.
/whitelistContext preview
What this command does when you run it.
Manage Beacon indexing whitelist — allow indexing in specific directories that would otherwise be blacklisted
description: Manage Beacon indexing whitelist — allow indexing in specific directories that would otherwise be blacklisted argument-hint: "[show | add [path] | remove <path> | clear]" allowed-tools: [Bash]
Parse the user's arguments and run the appropriate subcommand:
Format the JSON output as a readable summary:
Whitelisted paths override the blacklist. Subdirectories of whitelisted paths are also allowed. This is useful for allowing indexing in project directories that happen to be under a blacklisted parent.
Semantic code search plugin for Claude Code using hybrid vector search + BM25. 98% accuracy, 5x faster than grep.
Repo: sagarmk/beacon-plugin
Manage Beacon indexing blacklist — prevent indexing of dangerous directories
View and modify Beacon configuration — providers, thresholds, indexing rules
Show Beacon embedding index health — file count, chunk count, last sync
Force a full re-index of the codebase (escape hatch if index gets corrupted)
Manually trigger Beacon indexing (useful when auto-index is off)
Hybrid code search — semantic + keyword + BM25