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
Changed
- Redesigned website — new landing page, integrations page, and updated docs
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
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)
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
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