Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.asymptotelabs.ai/llms.txt

Use this file to discover all available pages before exploring further.

Devin

Beacon supports Devin through native hook payloads sent to beacon-hooks.

Prerequisites

Before enabling Devin hooks, make sure:
  • Devin is installed for the user or configured in the project where hooks will run.
  • beacon endpoint install has run so shared endpoint config and runtime log paths exist.
  • Beacon hooks are installed with beacon endpoint hooks install --harness devin.
  • For project-level collection, install hooks from the target project with --level project.
  • Devin is restarted after hook install or removal so new sessions load the updated hook configuration.

Collection path

Devin invokes Beacon’s hook adapter from hook entries in Devin configuration. The adapter writes normalized endpoint events to the configured runtime JSONL log.

Discovery and status

Beacon detects Devin through the devin executable, ~/.config/devin, or ./.devin, then checks Beacon hook configuration. Use beacon endpoint hooks status --harness devin to inspect Devin hook status.

Install or configuration support

beacon endpoint install prepares shared endpoint config and runtime log paths. Install Devin hooks separately:
beacon endpoint hooks install --harness devin
For project-level hooks, run:
beacon endpoint hooks install --harness devin --level project

Telemetry coverage

AreaSupport
Prompt telemetrySupported through UserPromptSubmit hooks
Command, tool, and file telemetrySupported for session, prompt, pre-tool, post-tool, permission request, stop, session-end, approval, and file telemetry where Devin exposes payloads
Local JSONL and dashboardSupported
MDM deploymentSupported for the endpoint agent; Devin hooks are installed separately in the logged-in user’s context or project context

Deployment notes

Beacon writes Devin user-level hooks under the hooks key in ~/.config/devin/config.json. Project-level installs write the standalone hook map to ./.devin/hooks.v1.json. Install and uninstall preserve unrelated Devin settings and non-Beacon hook commands. Restart Devin after installing or removing hooks so new sessions pick up the updated hook configuration.

Supported agent harnesses

Return to the runtime support overview.

Hooks

Install, inspect, and uninstall runtime hook integrations.