You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement todo status tracking and nudge reminders
- Added functionality to track todo statuses and set a nudge reminder when a todo is marked as completed.
- Introduced `todoStatusById` and `todoCompletionNudgePending` properties in the session state.
- Updated the `insertPruneToolContext` function to conditionally insert nudge messages based on the new todo completion state.
- Refactored prompt loading to use the correct directory path.
0 commit comments