Integrate reminder.dev links and enhance agent with Quran/Hadith tools#334
Merged
Integrate reminder.dev links and enhance agent with Quran/Hadith tools#334
Conversation
- Card "More" link now goes to the verse on reminder.dev - /reminder route redirects to reminder.dev (JSON API still works) - Remove reminder page HTML rendering and CSS - Update chat room URLs to point to reminder.dev https://claude.ai/code/session_016UhaM3HefwZjArvB7hHbpE
- Inject today's verse, hadith, and name into the agent's system prompt so it shapes responses naturally — like having read the texts - Add quran tool: look up chapters and verses - Add hadith tool: look up Sahih Al Bukhari by book - Add quran_search tool: semantic search across the full corpus via reminder.dev/api/search - Keep local /reminder tool for the cached daily reminder (fast, no hop) https://claude.ai/code/session_016UhaM3HefwZjArvB7hHbpE
Home card link changed from "Read on reminder.dev" to "More" pointing to /reminder. The /reminder handler now renders a full page with verse, name of Allah, hadith, and message instead of redirecting externally. All user-facing URLs updated from reminder.dev to /reminder. https://claude.ai/code/session_016UhaM3HefwZjArvB7hHbpE
…nder.dev/api/daily Remove the mu/reminder import and direct GetDailyReminderData() context injection from the agent. Instead, register a reminder_daily MCP tool with a Handle function that fetches from https://reminder.dev/api/daily. The agent now uses this tool like any other — via the planner or shortcut aliases — rather than always injecting reminder context into every response. https://claude.ai/code/session_016UhaM3HefwZjArvB7hHbpE
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.
No description provided.