Incorrect year in agent system context (user_info)

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Cursor version: [Cursor → About Cursor]
OS: macOS darwin 25.5.0
Steps to reproduce:

Open a new Agent chat
Ask: «какая сегодня дата?»
Expected: Agent reports the correct current date (June 14, 2026).
Actual: Agent reports June 14, 2025, because the system context contains:
Today’s date: Sunday Jun 14, 2025
The day of week is correct for 2026, but the year is wrong by one.

Request ID: [Chat → «…» → Copy Request ID]
Impact: Any date-sensitive answers (deadlines, versioning, logs) may be off by a year.

Сегодня воскресенье, 14 июня 2026 года, а не 2025-го.

Проблема на стороне Cursor: в системный контект агента подставляется неверный год:

Today’s date: Sunday Jun 14, 2025
При этом день недели указан верно (14 июня 2026 — это как раз воскресенье), значит ошибка именно в годе.

Время запроса: 2026-06-14T13:16:28 UTC, чат a4e0f547-090b-42f4-9d6a-cfc7e30fe0fe.

Steps to Reproduce

Open a new Agent chat
Ask: «какая сегодня дата?»
Agent: “Сегодня воскресенье, 14 июня 2025 года.”

Expected Behavior

Сегодня воскресенье, 14 июня 2026 года.

Operating System

MacOS

Version Information

Version: 3.7.21 (Universal)
VS Code Extension API: 1.105.1
Commit: 517f696d8ab6c53eb04fbfdaae705cd146bf3460
Date: 2026-06-07T21:46:09.237Z (6 дней назад)
Layout: editor
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
xterm.js: 6.1.0-beta.256
OS: Darwin arm64 25.5.0

For AI issues: which model did you use?

Auto

Does this stop you from using Cursor

Sometimes - I can sometimes use Cursor

Hi,

Thanks for posting on the Cursor forum!

To help ensure most of our users can participate in discussions, this forum is currently English only.

If you’d like, you can edit your post to translate it into English. Once it meets our guidelines, it will be automatically relisted.

Thanks for understanding!

Note: This is an automated detection system and sometimes makes mistakes. If your post is already in English, feel free to ignore this message, or just make a small edit and it will be reviewed again.

The date injected into the agent’s context is correct: it says 2026. The giveaway is exactly what you noticed - the weekday is right but the year is off. “Sunday, June 14” only lines up with 2026 (June 14, 2025 was a Saturday), so no real date produces “Sunday + 2025.” What’s happening is the model occasionally falls back to its training year (2025) when it answers, rather than reading the correct date we give it. So this is a model-side quirk, not a wrong value in your context.