// changelog

What were building

A running log of whats shipped and whats next newest first.

Shipped

April 2026Cost Intelligence
  • Token usage tracking and burn rate per agent, session, day
  • Automatic cost extraction from hook metadata
  • Model-aware estimation (Opus, Sonnet, Haiku pricing)
  • vigil cost CLI with --agent, --since, --sessions flags
April 2026Confidence Scoring
  • Trust scoring engine (0–100) for agent output quality
  • 7 heuristics: scope, self-correction, tests, diversity, diffs, collisions, commits
  • Live scores in AgentOrb cards (green/amber/red)
April 2026Real-time Streaming
  • Background thread polls SQLite for new events
  • Tauri event push replaces 5s polling
  • Live animations for new events, scores, and collisions
April 2026Claude Code Hooks
  • Native hooks API integration
  • Structured events for tool calls, file edits, commands
  • Automatic registration via vigil init
April 2026Marketing Site
  • Next.js site with animated raining letters hero
  • Feature showcase, terminal demo, docs, changelog
April 2026Menu Bar App
  • Tauri v2 menu bar app with hacker HUD aesthetic
  • AgentOrb cards with sparklines and cost display
  • CollisionBanner with real-time alerts
April 2026Core Daemon
  • File watcher, git monitoring, process detection
  • SQLite store, CLI interface
  • Collision detection for multi-agent file conflicts

Coming Soon

Hallucination DetectionPlanned

Import/require verification for phantom dependencies

Selective RollbackPlanned

Per-file accept/reject after agent sessions

Multi-machine SupportPlanned

Monitor agents across multiple development machines