Configuration
Where vigie stores data, the local port, and bringing your own agent.
Local storage
vigie stores all data locally in the ~/.vigie/ directory:
data.db— SQLite database with sessions, terminal chunks, and input historydaemon.sock— Unix socket for CLI-to-daemon communication- Snapshots — checkpoint data for rollback (stored in
data.db)
No configuration file is needed to start; vigie works out of the box.
Dashboard port
The embedded HTTP server runs on localhost:19191 by default. The dashboard is served from this port (React SSR).
Bring your own agent (BYOA)
vigie is CLI-agnostic — you can supervise any command-line agent.
Today: Claude Code is fully integrated.
Roadmap: aider, Codeium codex, OpenCode, Cline, and others.
You pay your provider directly at standard rates — vigie never touches your tokens or credentials. No per-token markup, no lock-in, no vendor lock.
To add a new agent, vigie’s infrastructure layer handles CLI spawning and PTY stream capture. The domain model (AgentSpec, AgentCatalog) is agent-agnostic, so new agents integrate with minimal changes.
Where to next
- Privacy & data — what is stored and where
- Getting started — install and run