Plugin Claude Code
Beacon — semantic code search for Claude Code.
Plugin Claude Code
Beacon — semantic code search for Claude Code.
Plugin Claude Code
Beacon — semantic code search for Claude Code.
Agent
Delegate to this agent for deep codebase exploration — semantic search, exact symbol lookup and reference tracing over a Beacon index. Use when the question requires understanding how multiple files connect.
Command
Manage Beacon indexing blacklist — prevent indexing of dangerous directories.
Command
View and modify Beacon configuration — providers, thresholds, indexing rules.
Command
Show Beacon embedding index health — file count, chunk count, last sync.
Command
Visual overview of Beacon index — chunks, coverage, provider. Pass --files to list indexed files.
Command
Force a full re-index of the codebase (escape hatch if index gets corrupted).
Command
Manually trigger Beacon indexing (useful when auto-index is off).
Command
Hybrid code search — semantic + keyword + BM25.
Command
Kill a running Beacon sync process and clean up state.
Command
Manage Beacon indexing whitelist — allow indexing in specific directories that would otherwise be blacklisted.
Hook
Runs before the agent uses a tool for Grep and Bash tool calls, executing grep-intercept.js via node. From sagarmk/beacon-plugin.
Hook
Runs when a session starts, executing ensure-deps.js, sync.js and session-context.js via node (3 commands). From sagarmk/beacon-plugin.
Hook
Runs after a tool call finishes for Write, Edit, MultiEdit and Bash tool calls, executing embed-file.js and gc.js via node (2 commands). From sagarmk/beacon-plugin.
Hook
Runs before the context is compacted, executing status.js via node with --compact-warning. From sagarmk/beacon-plugin.
Skill Claude CodeCodex
Code search for this repo — pick the right Beacon tool for the question: exact symbol lookup, reference tracing, file outline, or semantic search.