Changelog

New features, improvements, and fixes for Recall.

v1.0.0January 10, 2026

Official Launch

Recall is now available! Your AI coding assistant finally remembers what your team has done.

Added
  • MCP Server integration for Claude Code, Cursor, and Windsurf
  • Automatic session capture and summarization
  • Team memory stored in your GitHub repositories
  • Three-tier memory system: context (quick), history (detailed), sessions (complete)
  • Value extraction: decisions, failures, lessons, and prompt patterns
  • Team dashboard with activity feed and stats
  • Member management with roles (Owner, Admin, Developer)
  • Invite links for easy team onboarding
v0.9.0January 8, 2026

Enterprise Features

Added support for enterprise customers who need to bring their own LLM keys.

Added
  • BYOK (Bring Your Own Key) for Enterprise plan
  • Encrypted API key storage with AES-256-GCM
  • Support for OpenAI and Anthropic keys
  • Key testing and validation before saving
  • Enterprise billing with annual pricing
v0.8.0January 5, 2026

Billing & Subscriptions

Stripe integration for subscription management.

Added
  • 14-day free trial for all new teams
  • Monthly and annual billing options
  • Team plan at $12/seat/month
  • Enterprise plan at $30/seat/month
  • Stripe customer portal for self-service
  • Invoice history and PDF downloads
v0.7.0January 3, 2026

GitHub Integration

Memory files now live in your repositories.

Added
  • OAuth with GitHub for authentication
  • Repository selection and enabling
  • .recall/ directory structure in repos
  • Automatic commits for session saves
  • Context files versioned with your code
Improved
  • Session saves now include structured metadata
  • Memory files use clean markdown formatting
v0.6.0December 28, 2025

MCP Server

The core MCP server that powers everything.

Added
  • recall_get_context - Load team memory at session start
  • recall_get_history - "remember" hotword for detailed context
  • recall_get_transcripts - "ultraremember" for full encyclopedia
  • recall_save_session - Save session with extracted value
  • recall_log_decision - Quick capture of important decisions
  • recall_status - Check connection status
  • recall_init - Initialize Recall for a repository