My coding agent isn't being intercepted
My coding agent isn't being intercepted
Ensure Beacon is configured for your agent. See the Coding Agent Integrations docs for setup instructions for your specific tool.
How do I disconnect all repositories?
How do I disconnect all repositories?
In GitHub: Organization → Settings → GitHub Apps → Beacon Security, then suspend or uninstall the app.
How do I remove agent hooks from my local machine?
How do I remove agent hooks from my local machine?
Use Claude CodeFactory DroidAll supported hook integrationsAfter uninstalling hooks, restart the affected agent or IDE so new sessions pick up the updated hook configuration. See the hook command docs for supported harness names and flags.
beacon endpoint hooks uninstall for whichever hook harness you set up:Cursorbeacon endpoint install fails with Collector ports are not listening
beacon endpoint install fails with Collector ports are not listening
A user-mode collector cannot run beside a system-mode one, because the collector health-check port
127.0.0.1:13133 is fixed, so the install rolls back; run beacon endpoint install --user --no-start or uninstall the system endpoint first. Tracked as GitHub issue #447.Endpoint package self-update is not running
Endpoint package self-update is not running
For signed macOS package installs, self-update is off by default. Check the
configured mode, updater LaunchDaemon state, and local update events:See Troubleshooting self-update
for mode explanations, manual apply, and scheduled updater checks.
Contact us at support@asymptotelabs.ai and we’ll help you get sorted.