Changelog

Everything new, improved, and fixed in Farol.

April 18, 2026 Latest

  • NewAgent Health Score — one number (0-100) combining success rate, cost, quality, and latency for each agent
  • NewDate range filter on runs table — filter by Today, Last 7 days, Last 30 days, Last 90 days, All time
  • NewRun search now includes agent name alongside topic and error
  • Newp95 latency anomaly alerts — get alerted when tail latency worsens week over week
  • NewDuration anomaly alerts — get alerted when a run takes 3× longer than your baseline
  • NewAll/Unread filter on alerts — see only what you haven’t actioned yet
  • ImprovedAlerts persist per user across logout/login

April 15, 2026

  • NewNative Slack integration — send alerts directly to any Slack channel
  • NewFeedback page — share bugs, feature requests, and general feedback at /feedback
  • NewStudio plan — Coming Soon with notify me link
  • ImprovedBuilder plan — €69/mo with unlimited events
  • ImprovedPricing cards show specific features per tier

April 14, 2026

  • NewPolar.sh billing — cleaner checkout, better developer experience
  • NewQuality trend alerts — get alerted when output quality drops week over week
  • NewRun notes — annotate any run with context directly from the trace modal
  • NewError message search — search runs by topic, agent name, or error message

April 12, 2026

  • NewBudget alerts — set monthly spend limits per agent, get notified when crossed
  • NewWeekly digest email — every Monday, a summary of your agents’ health and cost
  • NewShared read-only dashboards — share a link with clients or investors, no login required
  • NewCSV export — download your runs filtered by agent and date
  • NewQuality scoring — rate agent outputs thumbs up/down, track trends over time

April 10, 2026

  • NewNode.js SDK — npm install @usefarol/sdk, full TypeScript support
  • NewSampling support — send only a fraction of runs to reduce noise and costs
  • NewWebhook alerts — send alerts to Discord, Google Chat, Zapier, or any HTTP endpoint
  • ImprovedDocs — spans reference, updated SDK examples, FAQ expanded

April 7, 2026

  • NewRegression alerts — automatic detection when success rate drops week over week
  • Newp95 / p99 latency tracking — see your slowest runs, not just averages
  • NewCost anomaly detection — baseline learning per agent, alerts on spikes
  • NewFull trace inspector — every tool call, LLM call, and error reconstructed end to end
  • NewPython SDK — pip install farol-sdk, one decorator to get started