feat: add reminder system with mention-style creation and /reminders command#4
Merged
cherryroots merged 10 commits intomainfrom Feb 22, 2026
Merged
feat: add reminder system with mention-style creation and /reminders command#4cherryroots merged 10 commits intomainfrom
cherryroots merged 10 commits intomainfrom
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… scheduling Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…der package Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…spatch Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ect menu Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…s handler Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@Volt remind me in 2h check the oven/@Volt remind me at 15:04 EST movie night) — intercepts in the message handler before Gemini, memory extraction still firesfire_atas Unix integer), schedule withtime.AfterFunc; survives bot restarts viareminder.Initon startup/remindersslash command: ephemeral list with Discord relative timestamps (<t:UNIX:R>), select-menu delete (capped at 25 options)New files
internal/reminder/parse.go— time parser supporting relative offsets (in 2h30m) and absolute datetimes (at 2026-03-01 15:04 EST) with IANA + abbreviation timezone supportinternal/reminder/reminder.go—Init,Add,Delete,GetUserReminders,TotalActive; mutex-safe timer map, base64 image storageTest Plan
@Volt remind me in 10s test→ confirmation reply with<t:UNIX:R>; fires ~10s later in channel@Volt reminder at HH:MM UTC message→ fires at absolute time/reminders→ ephemeral list of pending reminders with delete select menugo test ./... -timeout 60spasses (reminder package has full unit test coverage)🤖 Generated with Claude Code