// the control panel for coding agents

VIGIL

Your agents are writing code faster than you can review it. Vigil watches all of them — Claude Code, Cursor, Codex, Conductor, Aider — in one place. Local-first. Zero config. No cloud.

vigil status
$ vigil status
 
AGENTS
────────────────────────────────────────
claude-code pid 41823 ~/projects/vigil 12 events
cursor pid 9102 ~/projects/vigil 8 events
codex pid 55201 ~/projects/api 3 events
 
COLLISIONS (last 5 min)
────────────────────────────────────────
src/api/auth.ts -- [claude-code, cursor]
 
$ _
// features

See everything your agents do

Six capabilities that give you full visibility and control over AI-generated code.

Universal Capture
Watches every file change, git operation, and process on your machine. Any agent, any terminal, zero config.
Collision Detection
Alerts when two agents modify the same file within 5 minutes. Catches conflicts before PRs exist.
Confidence Scoring
Scores agent output 0–100 based on file count, import resolution, test coverage, and self-correction patterns.
Cost Intelligence
Tracks token usage and spend across providers. See burn rate per agent, per session, per day.
Hallucination Detection
Verifies every import and require resolves to a real module. Catches phantom dependencies before they ship.
Selective Rollback
Accept or reject changes per-file after any agent session. Interactive TUI for surgical undo.
// how it works

30 seconds to full visibility

No config files. No API keys. No cloud accounts. Install and go.

1
brew install vigil
Single binary. 5MB. Zero dependencies.
2
vigil watch ~/projects
Daemon starts. Watches filesystem, git, and processes.
3
Start working.
Launch Claude Code, open Cursor, spin up Conductor. Everything captured.
4
vigil status
Active agents, files touched, collision warnings, burn rate. Menu bar always visible.
// architecture

Three layers of intelligence

Works with everything out of the box. Gets smarter with each integration.

L3Trust Intelligence
L2Deep Hooks
L1Universal Capture
// integrations

Works with everything

If it modifies your code, Vigil sees it. Zero configuration required.

Claude Code
Cursor
Codex
Conductor
Aider
Claude Squad
Cline
Any Terminal
AgentMethodDepth
Claude CodeNative hooks API + FS watcherdeep
CursorExtension API + FS watcherrich
ConductorWorktree detection + process scanrich
OpenAI CodexOpenTelemetry collectorrich
AiderFS watcher + git monitormoderate
Cline / RooFS watcher + process detectionmoderate
Any processFS watcher + process detectionuniversal