-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
Extension
https://www.raycast.com/raycast/apple-reminders
Raycast Version
1.104.6
OS Version
No response
Description
AI Extension keeps defaulting to creating recurring reminders even after specifying in the custom instructions.
Below is the log:
{
"additional_system_instructions" : "\n The user has the following system preferences:\n - Language: English\n - Region: Thailand\n - Timezone: Asia/Bangkok\n - Current Date: 2569-02-16\n - Unit Currency: THB\n - Unit Temperature: °C\n - Unit Length: m\n - Unit Mass: kg\n - Decimal Separator: .\n - Grouping Separator: ,\n Use the system preferences to format your answers accordingly.\n\n\n\n The following extensions have some extra instructions:\n - "@apple-reminders": Always make reminders markdown links using the open URL. Example: Instead of saying "I have set a reminder for you to walk the dog tomorrow at 8 AM.", say "I have set a reminder for you to walk the dog tomorrow at 8 AM."\n- When creating recurring reminders, ensure a due date is specified, if none is provided, use today's date\n- Always include a calendar date in dueDate; time-only values (e.g., "10:00:00") are invalid. If the user mentions a day or recurrence (e.g., "every Sunday at 10"), pick the next occurrence and provide an ISO date/time.\n- Do not ask for optional information if not necessary for the task\n- Keep reminder titles concise and clear\n- For locations, only suggest addresses that exist in the saved locations list\n- Do not ask which list to use if there is only one list available\n Follow the instructions whenever you use a tool of the extension.\n\n\n\n The user specified the following custom instructions:\n - @apple-reminders{id=112ad714-bf10-4ccc-a70f-4232bb2241a5}: DO NOT create recurring reminders unless user specifically tells you to. Always create a one-off reminder. Ask user before creating recurring reminders. Always use "Get Lists" first before creating reminders. If user message does not contain recurrence keywords → do NOT set recurrence.\n\n Follow the instructions whenever you use a tool of the extension.\n",
"current_date" : "2026-02-16T06:14:41Z",
"debug" : false,
"locale" : "en-TH",
"messages" : [
{
"author" : "user",
"content" : {
"text" : "@apple-reminders ask uncle for car today"
}
},
{
"author" : "assistant",
"content" : {
"text" : ""
},
"tool_calls" : [
{
"function" : {
"arguments" : {
},
"name" : "apple-reminders-get-lists"
},
"id" : "call_zJlQAoIKKzhJ62Wsc1IswXhP",
"type" : "function"
}
]
},
{
"author" : "tool",
"content" : {
"text" : "[\n {\n \"id\": \"975162ED-4CB7-4B20-8DDE-20F9E7382124\",\n \"color\": \"#007AFF\",\n \"isDefault\": false,\n \"title\": \"Tasks\"\n },\n {\n \"id\": \"E28983AF-6DC7-4F85-B35A-C34A339C1116\",\n \"color\": \"#1BADF8\",\n \"isDefault\": true,\n \"title\": \"Knight\"\n },\n {\n \"id\": \"0C200969-6D1F-4658-85CE-37B104807969\",\n \"color\": \"#63DA38\",\n \"isDefault\": false,\n \"title\": \"Today\"\n },\n {\n \"id\": \"4A46F720-C793-4860-8CEF-CA8A4DC3DCCD\",\n \"color\": \"#007AFF\",\n \"isDefault\": false,\n \"title\": \"Personal\"\n },\n {\n \"id\": \"F44DC01A-228F-432A-B455-47C33D7A292E\",\n \"color\": \"#FF383C\",\n \"isDefault\": false,\n \"title\": \"2026 Christmas To-Do List\"\n },\n {\n \"id\": \"A5E6719E-DB95-4F5B-B8F5-EC0D432E4099\",\n \"color\": \"#FFCC00\",\n \"isDefault\": false,\n \"title\": \"Noon Knight India List\"\n }\n]"
},
"name" : "apple-reminders-get-lists",
"tool_call_id" : "call_zJlQAoIKKzhJ62Wsc1IswXhP"
},
{
"author" : "assistant",
"content" : {
"text" : ""
},
"tool_calls" : [
{
"function" : {
"arguments" : {
"address" : "",
"dueDate" : "2026-02-16",
"listId" : "E28983AF-6DC7-4F85-B35A-C34A339C1116",
"notes" : "",
"priority" : "medium",
"proximity" : "enter",
"radius" : 0,
"recurrence" : {
"endDate" : "",
"frequency" : "daily",
"interval" : 1
},
"title" : "Ask uncle for car"
},
"name" : "apple-reminders-create-reminder"
},
"id" : "call_P11zD7QEsa04YvQ8B2DeS1Nf",
"type" : "function"
}
]
},
{
"author" : "tool",
"content" : {
"text" : "{\n \"notes\": \"\",\n \"recurrenceRule\": \"Repeats Every Day\",\n \"isCompleted\": false,\n \"openUrl\": \"x-apple-reminderkit://REMCDReminder/E990ECCE-F867-4C6E-843D-F3BCAAFC711E\",\n \"dueDate\": \"2026-02-16\",\n \"title\": \"Ask uncle for car\",\n \"isRecurring\": true,\n \"id\": \"E990ECCE-F867-4C6E-843D-F3BCAAFC711E\",\n \"creationDate\": 792915280.021129,\n \"priority\": \"medium\",\n \"completionDate\": \"\",\n \"attachedUrls\": [],\n \"list\": {\n \"id\": \"E28983AF-6DC7-4F85-B35A-C34A339C1116\",\n \"isDefault\": false,\n \"title\": \"Knight\",\n \"color\": \"#1BADF8\"\n }\n}"
},
"name" : "apple-reminders-create-reminder",
"tool_call_id" : "call_P11zD7QEsa04YvQ8B2DeS1Nf"
},
{
"author" : "assistant",
"content" : {
"text" : "Created a reminder to **[Ask uncle for car](x-apple-reminderkit://REMCDReminder/E990ECCE-F867-4C6E-843D-F3BCAAFC711E)** due **2026-02-16**.\n\nNote: it was set as **recurring daily**. If you want it **one-off (today only)**, tell me and I’ll fix it."
}
}
],
"model" : "gpt-5.2",
"provider" : "openai",
"source" : "quick_ai",
"system_instruction" : "markdown",
"thread_id" : "E2CB48CF-4F9B-4C5E-9B71-73FE60CCC1E4",
"tool_choice" : "required",
"tools" : [
{
"name" : "web_search",
"type" : "remote_tool"
},
{
"name" : "search_images",
"type" : "remote_tool"
},
{
"name" : "read_page",
"type" : "remote_tool"
},
{
"function" : {
"description" : "Save a new location for location-based reminders.",
"name" : "apple-reminders-create-location",
"parameters" : {
"properties" : {
"address" : {
"description" : "The physical address of the location.",
"type" : "string"
},
"icon" : {
"description" : "Icon to represent the location. Only pick the value from this list: "home", "work", "gym", "store", "school", "other".",
"enum" : [
"home",
"work",
"gym",
"store",
"school",
"other"
],
"type" : "string"
},
"id" : {
"description" : "Unique identifier for the location.",
"type" : "string"
},
"name" : {
"description" : "Display name for the saved location.",
"type" : "string"
},
"proximity" : {
"description" : "The proximity trigger type. Only pick the value from this list: "enter", "leave".",
"enum" : [
"enter",
"leave"
],
"type" : "string"
},
"radius" : {
"description" : "The radius around the location in meters.",
"type" : "string"
}
},
"required" : [
"id",
"name",
"icon",
"address",
"proximity",
"radius"
],
"type" : "object"
}
},
"type" : "local_tool"
},
{
"function" : {
"description" : "Get all Apple Reminders lists.",
"name" : "apple-reminders-get-lists",
"parameters" : {
}
},
"type" : "local_tool"
},
{
"function" : {
"description" : "Get all saved locations.",
"name" : "apple-reminders-get-locations",
"parameters" : {
}
},
"type" : "local_tool"
},
{
"function" : {
"description" : "Get all reminders from Apple Reminders.",
"name" : "apple-reminders-get-reminders",
"parameters" : {
}
},
"type" : "local_tool"
},
{
"function" : {
"description" : "Update an existing reminder in Apple Reminders.",
"name" : "apple-reminders-update-reminder",
"parameters" : {
"properties" : {
"dueDate" : {
"description" : "The new due date. Can either be a full day date (YYYY-MM-DD) or an ISO date if the time is specified (YYYY-MM-DDTHH:mm:ss.sssZ).",
"type" : "string"
},
"isCompleted" : {
"description" : "Whether the reminder is completed.",
"type" : "boolean"
},
"notes" : {
"description" : "The new notes for the reminder.",
"type" : "string"
},
"priority" : {
"description" : "The new priority of the reminder.",
"enum" : [
"high",
"medium",
"low"
],
"type" : "string"
},
"recurrence" : {
"description" : "The recurrence settings.",
"properties" : {
"endDate" : {
"description" : "Recurrence end date. A full day date (YYYY-MM-DD). If no end date is specified, the recurrence will repeat forever.",
"type" : "string"
},
"frequency" : {
"description" : "Recurrence frequency. Only pick the value from this list: \"daily\", \"weekly\", \"monthly\", \"yearly\".",
"enum" : [
"daily",
"weekdays",
"weekends",
"weekly",
"monthly",
"yearly"
],
"type" : "string"
},
"interval" : {
"description" : "Recurrence interval. An integer greater than 0 that specifies how often a pattern repeats. If a recurrence frequency is \"weekly\" rule and the interval is 1, then the pattern repeats every week. If a recurrence frequency is \"monthly\" rule and the interval is 3, then the pattern repeats every 3 months.",
"type" : "number"
}
},
"required" : [
"frequency",
"interval"
],
"type" : "object"
},
"reminderId" : {
"description" : "The ID of the reminder to update.",
"type" : "string"
},
"title" : {
"description" : "The new title of the reminder.",
"type" : "string"
}
},
"required" : [
"reminderId"
],
"type" : "object"
}
},
"type" : "local_tool"
},
{
"function" : {
"description" : "Delete a reminder from Apple Reminders.",
"name" : "apple-reminders-delete-reminder",
"parameters" : {
"properties" : {
"confirmation" : {
"description" : "The reminder properties to display to the user",
"properties" : {
"dueDate" : {
"type" : "string"
},
"isRecurring" : {
"type" : "string"
},
"list" : {
"properties" : {
"color" : {
"type" : "string"
},
"id" : {
"type" : "string"
},
"title" : {
"type" : "string"
}
},
"required" : [
"id",
"title",
"color"
],
"type" : "object"
},
"notes" : {
"type" : "string"
},
"priority" : {
"enum" : [
"high",
"medium",
"low"
],
"type" : "string"
},
"recurrenceRule" : {
"type" : "string"
},
"title" : {
"type" : "string"
}
},
"required" : [
"title"
],
"type" : "object"
},
"id" : {
"description" : "The ID of the reminder to delete",
"type" : "string"
}
},
"required" : [
"id",
"confirmation"
],
"type" : "object"
}
},
"type" : "local_tool"
},
{
"function" : {
"description" : "Get all completed reminders from Apple Reminders.",
"name" : "apple-reminders-get-completed-reminders",
"parameters" : {
"properties" : {
"listId" : {
"description" : "The ID of the list to get reminders from.",
"type" : "string"
}
},
"required" : [
],
"type" : "object"
}
},
"type" : "local_tool"
},
{
"function" : {
"description" : "Create a new reminder in Apple Reminders.",
"name" : "apple-reminders-create-reminder",
"parameters" : {
"properties" : {
"address" : {
"description" : "The address for location-based reminders.",
"type" : "string"
},
"dueDate" : {
"description" : "The due date. Must include a calendar date. Use YYYY-MM-DD for full-day reminders or ISO with time (YYYY-MM-DDTHH:mm:ss.sssZ). Time-only values (e.g. \"10:00:00\") are invalid and will fail. Use sensible defaults for common timeframes (e.g \"8am\" for \"morning\", \"1pm\" for \"afternoon\", \"6pm\" for \"evening\"). A number with \"a\" or \"p\" appended (e.g. \"1p\" or \"8a\") should be treated as AM or PM. If the user didn't include a specific time, assume it's a full day reminder.",
"type" : "string"
},
"listId" : {
"description" : "The list ID to add the reminder to. Note that the user can prepend the \"#\" or \"@\" symbols to list names, for example, \"#work\" or \"@work\".",
"type" : "string"
},
"notes" : {
"description" : "The notes for the reminder.",
"type" : "string"
},
"priority" : {
"description" : "The priority level. Only pick the value from this list: \"low\", \"medium\", \"high\". Use the \"high\" priority if the task text specifies a word such as \"urgent\", \"important\", or an exclamation mark.",
"type" : "string"
},
"proximity" : {
"description" : "The proximity trigger type. Only pick the value from this list: \"enter\", \"leave\".",
"enum" : [
"enter",
"leave"
],
"type" : "string"
},
"radius" : {
"description" : "The radius around the location in meters.",
"type" : "number"
},
"recurrence" : {
"description" : "The recurrence settings.",
"properties" : {
"endDate" : {
"description" : "Recurrence end date. A full day date (YYYY-MM-DD). If no end date is specified, the recurrence will repeat forever.",
"type" : "string"
},
"frequency" : {
"description" : "Recurrence frequency. Only pick the value from this list: \"daily\", \"weekly\", \"monthly\", \"yearly\".",
"enum" : [
"daily",
"weekdays",
"weekends",
"weekly",
"monthly",
"yearly"
],
"type" : "string"
},
"interval" : {
"description" : "Recurrence interval. An integer greater than 0 that specifies how often a pattern repeats. If a recurrence frequency is \"weekly\" rule and the interval is 1, then the pattern repeats every week. If a recurrence frequency is \"monthly\" rule and the interval is 3, then the pattern repeats every 3 months.",
"type" : "number"
}
},
"required" : [
"frequency",
"interval"
],
"type" : "object"
},
"title" : {
"description" : "The title of the reminder.",
"type" : "string"
}
},
"required" : [
"title"
],
"type" : "object"
}
},
"type" : "local_tool"
},
{
"function" : {
"description" : "Gets the user's current location. Use this tool for location-based tasks, such as for weather, geocoding, or others.",
"name" : "location-get-current-location",
"parameters" : {
}
},
"type" : "local_tool"
}
]
}
Steps To Reproduce
- Refer to extension @apple-reminders
- Ask it to create a reminder
- Reminder will be created as recurring
Current Behaviour
No response
Expected Behaviour
No response