config
View and modify Beacon configuration — providers, thresholds, indexing rules
Manage Beacon indexing blacklist — prevent indexing of dangerous directories
> /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.
/blacklistContext preview
What this command does when you run it.
Manage Beacon indexing blacklist — prevent indexing of dangerous directories
description: Manage Beacon indexing blacklist — prevent indexing of dangerous directories argument-hint: "[show | add <path> | remove <path> | reset]" allowed-tools: [Bash]
Parse the user's arguments and run the appropriate subcommand:
Format the JSON output as a readable summary:
The default blacklist automatically includes all ancestor directories from `/` to the user's home directory (e.g., `/`, `/Users`, `/Users/<username>`). This prevents accidentally indexing root or home directories. User additions are merged on top of these defaults. The whitelist overrides the blacklist for specific paths.
Semantic code search plugin for Claude Code using hybrid vector search + BM25. 98% accuracy, 5x faster than grep.
Repo: sagarmk/beacon-plugin
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
Kill a running Beacon sync process and clean up state