Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
When the user said「今日の分ね」(process today’s batch), the Agent continued work for 20260622 based on a conversation summary from a prior session, instead of treating「今日」as the current calendar date.
Additionally, session user_info injected Today's date: Monday Jun 22, 2026, while the user later corrected that the actual date was June 23. The Agent processed the wrong day’s inbox until explicitly corrected.
Steps to Reproduce
- Complete a multi-session Agent task tied to date D (e.g. 20260622).
- Next day (D+1), start a new session where user_info may still show D or a summary references D.
- User says「今日の分ね」without repeating the date.
- Agent continues processing folder D instead of D+1 until user explicitly corrects the date.
Expected Behavior
「今日」should resolve to the session Today's date in user_info. Conversation summaries must not be used as the calendar date for「今日」. Explicit user date corrections must always override prior context.
Operating System
Windows 10/11
Version Information
Cursor IDE on Windows 10 (build 26200). Agent mode. Observed June 23, 2026.
For AI issues: which model did you use?
Agent (various models in multi-session workflow)
Additional Information
Workflow uses date-based inbox folders (YYYYMMDD). User said「今日の分ね」; Agent processed 20260622 until user corrected to June 23. Possible contributing factors: stale user_info Today’s date + conversation summary anchoring to prior session date.
Does this stop you from using Cursor
No - Cursor works, but with this issue