Changelog

What webwhen has been up to.

Built in the open. New since you last looked.

May 5, 2026
infrastructure

Webhook headers renamed to X-Webwhen-*

Webhook delivery headers were renamed as part of the rebrand from Torale to webwhen. The four custom headers (Event, Signature, Delivery, Timestamp) now use the X-Webwhen-* prefix instead of X-Torale-*, and the User-Agent string is now Webwhen-Webhooks/1.0. If you have any webhook receivers that parse these headers — particularly any signature-verification code matching on X-Torale-Signature — update them to the new names.

Apr 26, 2026
new

Custom Connectors: Notion, Linear, GitHub

Attach private data sources to your monitoring tasks. The agent can now reach into Notion, Linear, and GitHub at run time via Composio's hosted MCP gateway, with per-user OAuth handled end-to-end. Connect tools from /settings/connectors, then pick which ones each task can use. Behind the VITE_ENABLE_CONNECTORS flag at launch.

Mar 12, 2026
new

Headless Browser for Deep Page Reading

The monitoring agent can now read full web pages using a Lightpanda headless browser, going beyond search snippets to extract detailed content directly from sources. Includes SSRF protection with DNS resolution validation and redirect safeguards.

Mar 12, 2026
new

Public Task RSS Feeds

Subscribe to any public task's results via RSS. Each public task now has an auto-discoverable feed so you can follow monitoring results in your favorite reader. Also simplified task URLs by removing the slug system.

Mar 12, 2026
new

Agent Activity Trail

Execution timeline now shows a step-by-step trail of what the agent did during each run — searches performed, pages fetched, and decisions made. Full transparency into the monitoring process.

Mar 8, 2026
new

Parallel Web Search

The monitoring agent now runs multiple web searches in parallel, casting a wider net for relevant results. Combined with improved search memory handling and an updated default model, task monitoring is more accurate and reliable.

Feb 11, 2026
improvement

Admin Console Task Controls

Admin console now has full task lifecycle controls. Pause and resume monitoring tasks without deletion, reset stuck executions with one click, and manually trigger task runs on demand. Improved reliability of manual task execution coordination with scheduled retries.

Feb 9, 2026
new

Premium First-Time User Experience

Arc browser-inspired welcome flow for new users. Beautiful morphing animations transition from search icon to bell with mesh gradient backgrounds. Five-step guided introduction showcases Torale's core value proposition with silky smooth animations and premium design. Accessible anytime at /welcome route.

Feb 9, 2026
new

PostHog Analytics & User Feedback

Privacy-first analytics powered by PostHog. Track user behavior patterns, task lifecycle events, execution performance, and agent usage metrics without capturing any search queries or sensitive data. New feedback modal and inline widget let users share suggestions directly from the dashboard. Session replay with automatic input masking ensures privacy.

Feb 9, 2026
improvement

Dashboard & Task Creation UX Polish

Refined dashboard experience with improved task creation flow, better admin console mobile responsiveness, and fixed Clerk metadata persistence. TaskCreationDialog now has cleaner layout and validation, dashboard filters work more intuitively, and welcome flow properly tracks user onboarding state. Multiple small UX papercuts resolved.

Feb 10, 2026
infrastructure

A2A SDK Migration & Agent Infrastructure

Migrated from fasta2a to official a2a-sdk for agent communication. Pydantic-based structured data exchange ensures type-safe agent responses. Dual agent deployment with automatic paid tier fallback provides reliability when free tier hits rate limits. Clean 429 error propagation via A2A task status improves error visibility.

Feb 8, 2026
improvement

Agent Intelligence & Reliability Improvements

Major agent reliability and intelligence enhancements. Agent now has improved memory retention across executions, intelligent task failure handling with exponential backoff retry logic, and enhanced temporal awareness to prevent stale results. Admin 'Run Now' button triggers immediate task execution. Simplified backend testing by removing 81 low-value tests while adding comprehensive agent evaluation CLI. Display improvements for notification and evidence fields in execution views.

Feb 2, 2026
new

Agentic Monitoring

The agent now runs the show. No more cron schedules — just describe what you want to monitor and the AI decides when and how often to check. Simplified task creation and backend infrastructure. Powered by Gemini + Perplexity search with persistent memory.

Dec 11, 2025
new

Public Task Sharing & Explore Page

Share your monitoring tasks with the world. New Explore page lets anyone discover public tasks without signing in. Users can view full task details, execution history, and results, then copy tasks to their own dashboard with one click. Perfect for sharing monitoring templates, building a community library, or showing off interesting use cases.

Dec 5, 2025
improvement

Reusable Design System Components

New shared component library for consistent UI across the app. Includes StatusBadge, FilterGroup, ActionMenu, BrutalistCard, CollapsibleSection, and EmptyState components. Dashboard list view now has expandable rows with quick actions. Improved mobile experience with responsive filters that collapse to dropdowns on small screens.

Dec 2, 2025
improvement

Next-Gen Design System & Documentation Overhaul

Complete platform redesign with neo-brutalist 'The Machine' design system featuring Space Grotesk, JetBrains Mono, and Inter typography. Comprehensive mobile-first responsive design with bottom navigation, brutalist toast notifications, and modernized admin console. Documentation consolidated into docs-site with VitePress theme, comprehensive sitemap system for SEO, legal pages (Terms & Privacy) with admin transparency disclosures, and fixed mobile UX issues including dashboard overflow and changelog layout improvements.

Dec 1, 2025
improvement

Critical UX Improvements & Bug Fixes

Major quality-of-life update fixing several critical issues: email notifications now send reliably with proper Novu integration, task status badges show accurate states with last execution tracking, timezone displays work correctly across the app, grounding sources show clean domain names with working links, post-task creation feedback is clearer, AI-powered notify behavior selection works smoothly, and welcome emails deliver with improved UX. Comprehensive testing added for task status logic and timezone handling.

Nov 29, 2025
improvement

Simplified Task Creation Experience

Completely redesigned task creation with a streamlined single-page dialog. Removed the multi-step wizard in favor of progressive disclosure for advanced options. Added instant task execution after creation, improved Magic Input AI suggestions with prompt injection protection, modernized task editing dialog to match creation UX, and added comprehensive testing for the suggest endpoint. Over 900 lines of wizard code removed for a cleaner, faster experience.

Nov 29, 2025

Staging Environment with Isolated Task Queues

Added full staging environment at staging.torale.ai for safer testing before production. Configurable Temporal task queues provide complete isolation between environments while sharing the same database and authentication. GitHub Actions workflow supports deployment via 'deploy' label on PRs or manual dispatch. Helmfile environments enable easy multi-environment management with environment-specific configuration.

Nov 18, 2025
new

Comprehensive Documentation Site

Launched docs.torale.ai with complete platform documentation. Includes user guides, API reference, SDK documentation, CLI commands, architecture diagrams, deployment guides, and self-hosting instructions. Built with VitePress featuring Mermaid diagrams, code examples, and interactive navigation.

Nov 17, 2025
new

Developer API Portal & SDK Examples

Build with Torale programmatically. New developer portal lets admins generate API keys and manage team roles. Complete Python SDK documentation with runnable examples showing how to create tasks, check executions, and integrate Torale into your applications. Bulk role management for easier team administration.

Nov 16, 2025
new

Notification Settings & Email Verification

Manage how you get notified. Configure email delivery with verification, set up webhooks with secret signing, and view your notification history. Choose notification channels when creating tasks.

Nov 13, 2025
new

New Task Creation Wizard

Creating tasks is now easier with a guided wizard. Browse templates, preview results before saving, and get smarter change detection that only notifies you about genuinely new information.

Nov 11, 2025
improvement

Mobile-Friendly Admin Console

Admin console now works beautifully on mobile devices with touch-optimized card layouts, responsive tables, and proper spacing. Monitor your platform on the go with a native-feeling mobile experience.

Nov 11, 2025
new

Python SDK with Notification Infrastructure

Introducing the beautiful new Python SDK with fluent API for programmatic task management. Create monitors with: monitor().when().notify().create(). Includes comprehensive notification system with email and webhook support.

Nov 10, 2025
infrastructure

Enhanced Development Mode

Developers can now configure custom email addresses for no-auth development mode via TORALE_NOAUTH_EMAIL environment variable. Improved Docker Compose integration for faster local development setup.

Nov 9, 2025
new

Beautiful Changelog Page

Introducing our new changelog page with animated timeline, scroll-based reveals, and PR links. Track every update, improvement, and fix as we build in the open. See exactly what's changing and when.

Nov 9, 2025
research

Grounded Search Research & Evaluation

Built comprehensive research harness to evaluate different grounded search approaches. Tested Gemini Grounded, Perplexity, and OpenAI Web Search across 17 test cases with Langfuse tracking. Research findings inform our production search quality.

Nov 9, 2025
improvement

Automatic Schedule Cleanup

Improved system reliability with automatic cleanup of orphaned Temporal schedules. When monitoring tasks are deleted, their background schedules are now properly removed with comprehensive error handling to prevent resource leaks.

Nov 9, 2025
new

Email & Webhook Notifications

Get notified when your monitoring conditions are met via email or webhook. Features beautifully designed HTML emails with spam protection and automatic email verification through Clerk integration.

Nov 8, 2025
improvement

Mobile Task Creation UX

Completely redesigned task creation interface with improved mobile responsiveness. Fixed scrolling overflow issues, optimized touch interactions, and enhanced template selection for seamless task creation on any device.

Nov 8, 2025
infrastructure

Kubernetes Migration Reliability

Unified database migration architecture using init containers across local and production environments. Upgraded Cloud SQL Proxy to v2.19.0 with proper graceful shutdown handling. Added registry cache fallback for faster deployments.

Nov 7, 2025
new

Admin Console Launch

Comprehensive admin dashboard for platform monitoring. Track users, task executions, popular queries, Temporal workflows/schedules, and system errors all in one place. Includes user management with account deactivation controls.

Nov 7, 2025
improvement

New Logo & Brand Identity

Refreshed brand identity with new logo design, updated favicon, comprehensive brand pack, and animated network background on landing page. The new visual identity better represents Torale's modern, intelligent monitoring platform.

Nov 7, 2025
infrastructure

Production Infrastructure Enhancements

Configured Clerk for production OAuth flows, integrated Temporal Cloud UI for workflow monitoring, and implemented dynamic capacity management with configurable user limits. Production-ready authentication and monitoring now live.

Nov 6, 2025
improvement

Social Sharing & Security

Added OpenGraph meta tags for beautiful link previews when sharing on social media. Patched esbuild CORS vulnerability (CVE) to enhance frontend security. Share Torale confidently with rich previews on Twitter, LinkedIn, and Slack.

Nov 6, 2025
infrastructure

CI/CD Pipeline Optimization

Complete overhaul of deployment infrastructure: Docker layer caching with native GitHub Actions backend, integrated security scanning, helmfile v2 integration, simplified GKE authentication, and automated multi-environment deployments to production.

Nov 5, 2025
new

Torale V2: Grounded Search Platform

Major platform evolution to grounded search monitoring. Create tasks that intelligently monitor the web using Google Search + LLM analysis. Features task templates, runtime frontend configuration, Temporal Cloud integration, and state-based change detection.

Nov 6, 2025
new

Modern Landing Page

Launched beautiful new landing page with scroll animations, clear use cases, and modern design. Features honest, fun copy that explains what Torale does and how it helps. Now easier than ever to understand and get started.

Nov 4, 2025
new

Clerk Authentication System

Complete authentication overhaul with Clerk integration. OAuth support for Google and GitHub, email/password login, API key management for CLI access, and no-auth development mode. Simplified user model with secure session management.

Nov 4, 2025
infrastructure

GKE Production Deployment

Production infrastructure on Google Kubernetes Engine with Cloud SQL PostgreSQL, Helm orchestration, multi-stage Docker builds, and comprehensive deployment scripts. Includes detailed documentation for setup and management.

Nov 4, 2025
new

React Dashboard with Real API Integration

Fully functional React dashboard with Clerk authentication, real-time task management, execution history, and notification viewing. Built with TypeScript, Vite, and shadcn/ui components for a modern, type-safe experience.

Nov 4, 2025
new

Grounded Search Monitoring System

Core monitoring engine using Google Search + Gemini LLM for intelligent web monitoring. Features state comparison for change detection, condition evaluation, source attribution, and configurable notification behavior (once/always/track_state).

Nov 3, 2025
new

Automatic Temporal Scheduling

Integrated Temporal for automatic cron-based task execution. Create monitoring tasks with custom schedules and let Temporal handle reliable, distributed execution with built-in retries and error handling.

Nov 3, 2025
infrastructure

PostgreSQL with FastAPI Users

Migrated from Supabase to self-hosted PostgreSQL with FastAPI Users authentication. Includes Docker Compose support, Alembic migrations, and comprehensive testing framework. Full control over database and user management.

Jul 1, 2025
infrastructure

Service Architecture Decomposition

Refactored monolithic backend into decomposed services: content discovery service with Supabase integration, notification service with email/webhook support, and Gemini-powered standardization. Improved modularity and maintainability.

Jun 11, 2025
improvement

AmbiAlert → Torale Rebrand

Complete project rebrand from AmbiAlert to Torale. New name, new logo, modernized frontend with beautiful landing page, improved sign-in UX, and consistent branding across platform. Fresh identity for our monitoring platform.

Jun 11, 2025
infrastructure

Generation 2 Backend Architecture

Major backend refactor with improved service architecture, better error handling, enhanced API design, and comprehensive testing. Linting fixes across Python and TypeScript codebases for code quality consistency.

May 13, 2025
infrastructure

Documentation & Testing Framework

Comprehensive documentation overhaul and testing framework setup. Added linting enforcement for Python (ruff) and TypeScript (eslint), CI pipeline for automated testing, and detailed project documentation.

May 9, 2025
new

Frontend Foundation

Implemented core frontend architecture with authentication, API client, state management, and CRUD operations for monitored sources. Built with React, TypeScript, and modern state management patterns.

May 7, 2025
new

Perplexity API Integration

Added Perplexity API for enhanced search capabilities. Includes example implementations and test harness for evaluating search quality across different providers.

Apr 14, 2025
new

Authentication System V1

Initial authentication system implementation with user registration, login, session management, and protected routes. Foundation for secure user access to monitoring platform.

Mar 30, 2025
infrastructure

Platform Architecture Refactor

Massive refactor establishing modern platform architecture. Introduced service-oriented design, improved database schema, enhanced API structure, and better separation of concerns across backend components.

Feb 7, 2025
infrastructure

Project Genesis

Initial project setup with UV package manager, beautiful documentation site, comprehensive testing framework, and foundational architecture. Established code quality standards with ruff linting and modern Python tooling.