blacklist
Manage Beacon indexing blacklist — prevent indexing of dangerous directories
View and modify Beacon configuration — providers, thresholds, indexing rules
> /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.
/configContext preview
What this command does when you run it.
View and modify Beacon configuration — providers, thresholds, indexing rules
description: View and modify Beacon configuration — providers, thresholds, indexing rules argument-hint: "[show | set <key> <value> | provider <name> | reset [section]]" allowed-tools: [Bash, Read]
Manage Beacon plugin configuration. All changes are saved to the repo-local `.claude/beacon.json` override file.
Parse `$ARGUMENTS` to determine the subcommand:
---
1. Run: `node ${CLAUDE_PLUGIN_ROOT}/scripts/config-manager.js show` 2. Format the JSON output as a readable config overview:
1. Run: `node ${CLAUDE_PLUGIN_ROOT}/scripts/config-manager.js set <key> <value>` 2. If the script exits with an error (JSON on stderr), show the error message. If it's an unknown key, show the list of valid keys. 3. If `dimensions_changed` is `true` in the output:
4. Otherwise, confirm: `Set search.similarity_threshold → 0.5`
1. Run: `node ${CLAUDE_PLUGIN_ROOT}/scripts/config-manager.js provider <name>` 2. If no name given, the script lists available providers — format them as a table with name, description, model, and dimensions. 3. If the provider is not found, show the error with available provider names. 4. If successful, show what was applied: model, endpoint, dimensions. 5. If `api_key_env` is not empty/none, remind: "Make sure `OPENAI_API_KEY` is set in your environment." 6. If `dimensions_changed` is `true`:
1. Run: `node ${CLAUDE_PLUGIN_ROOT}/scripts/config-manager.js reset [section]` 2. Confirm what was reset: "Reset all overrides to defaults" or "Reset `embedding` section to defaults" 3. If `dimensions_changed` is `true`, same warning and `/reindex` offer as above.
---
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
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