v1.1.5

February 13, 2026 Stable

Added

  • 8 new MCP tools: snooze_reminder, bulk_complete, get_context, get_overdue, get_upcoming, get_summary, get_config, set_config
  • 15 MCP tools total for complete Claude Code workflow integration

Fixed

  • Optimized AI prompt for better rephrasing with smaller models

v1.1.3

February 13, 2026 Stable

Changed

  • Redesigned website — new landing page, integrations page, and updated docs

v1.1.2

February 13, 2026 Stable

Added

  • update_reminder MCP tool for editing reminders directly from Claude Code
  • 7 MCP tools total for full Claude Code integration

Fixed

  • DatabaseSession singleton bug that broke the MCP server after the first tool call

v1.1.0

February 12, 2026 Stable

Added

  • MCP server for Claude Code integration via remind mcp
  • Agent reminders — schedule Claude Code to execute tasks autonomously
  • update command for self-updating the CLI
  • Resend email integration for welcome and notification emails

Changed

  • Replaced SMTP email delivery with Resend API
  • Notification sound fix for Linux (GObject import)

v1.0.1

February 2026 Stable

Added

  • Polar checkout integration for paid plans (register, upgrade commands)
  • Backend API with AI suggestions via Groq
  • Background scheduler with platform-native notifications (LaunchAgent / systemd)
  • doctor command for diagnostics
  • usage command for usage statistics

Changed

  • Flattened backend structure for cleaner architecture

v1.0.0

February 2026 Stable

Added

  • Core CLI commands: add, list, done, search
  • Natural language date parsing
  • Priority levels (high / medium / low)
  • Local SQLite storage
  • AI-powered reminder suggestions
  • Cross-platform support (macOS, Linux)
  • PyPI publication as remind-cli