Changelog

A running log of what's been built, shipped, and improved across Xeref.ai and related projects.

v2.4May 12, 2026

Phase 2 & Audio Player

  • NewArticle Text-to-Speech Audio Player with Web Speech API
  • NewBlog page redesigned with a timeline layout
  • NewSEO structures, reading time calculations, and Vercel Analytics integration
  • FixContact form replyTo fix to bypass Gmail's Updates tab
v2.3April 26, 2026

Code Session History

  • NewCode session history — sessions are now persisted to Supabase
  • NewSession resume functionality via localStorage
  • NewInline session management with rename/delete actions
  • NewRepository validation with visual feedback and GitHub repo button state highlighting
  • FixRadix UI hydration mismatch resolved through client-only sidebar loading
  • FixSession management state reset on new sessions; code messages reload on session switch
  • ArchNew server actions for code session management
  • ArchSupabase migration with updated_at column and auto-update trigger
  • ArchGitHubRepoButton refactored as controlled component; CodeSessionView accepts session callbacks
v2.2April 25, 2026

Classroom View

  • NewClassroom view — structured course browser with Courses → Modules → Lessons hierarchy
  • NewSemantic search powered by Gemini Embedding 2 and Pinecone
  • NewMemory view with drag-and-drop upload
  • NewProjects, Deploy, and Inbox sections moved to live status
  • ArchSupabase migration with course/lesson tables and RLS policies
  • ArchPinecone integration with inference helpers; admin-gated embedding and search endpoints
v2.1April 22, 2026

MCP Server v1

  • NewMCP server v1 — POST /api/mcp bearer-token-authenticated endpoint
  • NewSettings view with MCP token management
  • NewDeploy view with Telegram bot setup wizard and webhook integration
  • FixCheckout action OAuth mismatch in local development resolved
  • FixLogin page simplified
v2.0April 18, 2026

Design System & Command Palette

  • New/design route — full design system management with artifact versioning
  • NewGlobal search command palette (Cmd/Ctrl+K)
  • NewChat-based workflow triggers — describe a workflow, trigger it from chat
  • FixDatabase migration ordering resolved through three-pass approach
v1.9April 18, 2026

Accessibility Pass

  • NewKeyboard accessibility improvements for sidebar navigation and focus states
  • NewAccessible form controls across chat, task, and workflow interfaces
v1.8April 17, 2026

Notes, Stats & Dashboard

  • NewNotes, stats, workflows, and customizable dashboard views
  • NewEnhanced chat UI
v1.6April 15, 2026

Plan-Aware Routing

  • NewPlan-aware routing with Xeref model for Basic tier
  • NewPer-plan API key isolation and OpenRouter attribution headers
v1.5April 12, 2026

System Agents & Memory

  • NewSystem agents in chat with natural language CRUD operations
  • NewMemory system and task management CRUD
  • NewUser onboarding modal
v1.4April 1, 2026

Home View & Stats Dashboard

  • NewHome page chat/tasks toggle
  • NewXeref Agents team view and live stats dashboard
v1.3March 31, 2026

AI SDK v6 Upgrade

  • ArchUpgraded to AI SDK v6 with corrected message rendering and streaming
v1.2March 31, 2026

Dynamic Model Routing

  • NewDynamic model routing based on task type and user plan
  • NewOpus Plan Mode for architectural reasoning tasks
v1.1March 30, 2026

Payments

  • NewCreem payment integration with checkout confirmation
  • NewWebhook-based subscription handling
v1.0March 2026

Beta Launch

  • LaunchInitial launch with 48+ agent features
  • NewVisual agent builder with drag-and-drop workflow construction
  • NewAuthentication, dark design system, and execution trace inspector