Skip to content

feat: wire reminder fields through AI chat actions#10

Merged
thomasluizon merged 1 commit into
mainfrom
feature/ai-reminder-support
Mar 21, 2026
Merged

feat: wire reminder fields through AI chat actions#10
thomasluizon merged 1 commit into
mainfrom
feature/ai-reminder-support

Conversation

@thomasluizon

Copy link
Copy Markdown
Owner

Summary

  • Add reminderEnabled and reminderMinutesBefore to AiAction model
  • Pass reminder fields through in ExecuteCreateHabitAsync and ExecuteUpdateHabitAsync
  • Add rule 39 (reminder usage), example, and field docs to system prompt

Test plan

  • dotnet build succeeds (0 warnings, 0 errors)
  • 160 application tests pass
  • Ask AI: "exam tomorrow at 5pm, remind me 30 minutes before" -- should create with reminderEnabled: true, reminderMinutesBefore: 30
  • Ask AI: "set a reminder on my gym habit" -- should update with reminderEnabled: true

🤖 Generated with Claude Code

Add reminderEnabled and reminderMinutesBefore to AiAction model so
the AI can set reminders when creating or updating habits. Pass them
through in ExecuteCreateHabitAsync and ExecuteUpdateHabitAsync. Update
system prompt with rule 39, example, and field docs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant