Cross-session content leakage: unrelated user data appears in response

Hey, thanks for the detailed report and the request ID. We were able to confirm this on our side.

This is a known issue with the model you were routed to in auto mode. One important note: this is not a cross-session data leak. No other user’s real data was added to your response. What happened is the model hallucinated content like file paths, code references, and terminal output that looks like it came from another project, but it was made up by the model. You can tell because those foreign paths like C:\Users\tianx\..., /Users/..., and the C# file all failed with File not found. They don’t exist in your workspace or on any server.

We’ve seen similar reports from other users:

The team knows about this issue. Your report with the request ID helps us prioritize it.

Workarounds for now:

  • Start a new chat session if this happens
  • Switch from auto to a specific model like Claude or GPT

Your current state is safe. You don’t need to save anything for data collection, the request ID you shared is enough for us to check the backend logs.

Let me know if this keeps happening.