blacklist
Manage Beacon indexing blacklist — prevent indexing of dangerous directories
Kill a running Beacon sync process and clean up state
> /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.
/terminate-indexerContext preview
What this command does when you run it.
Kill a running Beacon sync process and clean up state
description: Kill a running Beacon sync process and clean up state allowed-tools: [Bash]
Run `node ${CLAUDE_PLUGIN_ROOT}/scripts/terminate-indexer.js` and format the JSON output:
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