Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
In one chat (we’ll call it chat A) I ran a slash command:
please /commit only the change to gitignore
Note that /commit is a team command.
In another chat (chat B) that’s running in parallel (in other words, both chats were already open), I ran:
/commit and push
The agent responded:
I see there’s no .gitignore changes currently staged or modified.
(This was because chat A had already committed .gitignore.)
Looking at the thoughts in chat B, it thought:
The user wants to commit and push. They mentioned “only the change to gitignore” and “as DX”.
This is extra alarming because I didn’t even say “as DX” in chat A. However, I have said it before in previous chats. This suggests that the slash command, or maybe just team commands, is retaining or accessing context aside from the current chat. Maybe it’s related to “memories”?
Steps to Reproduce
- Have team command (e.g.
/commit) - Open 2 chats
- In one chat, run e.g.
/commit XYZ. Wait for it to finish. - In the other chat, run
/commit ABC - The unexpected behavior is that the second chat will reference XYZ from the first chat
I haven’t reproduced.
Expected Behavior
The 2 slash commands should ONLY be sent the context from their own chats.
Operating System
Windows 10/11
Version Information
Version: 3.1.17 (user setup)
VSCode Version: 1.105.1
Commit: fce1e9ab7844f9ea35793da01e634aa7e50bce90
Date: 2026-04-19T19:33:58.189Z
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
OS: Windows_NT x64 10.0.26200
For AI issues: which model did you use?
Kimi K2.5
For AI issues: add Request ID with privacy disabled
Chat A: b91220ec-d9b4-409f-b535-1aaf7c8c4ccf
Chat B: d21ee794-b0eb-4fb2-bba4-c3227d59421b
Additional Information
I believe the team command does give “DX” as a possible prefix to commit messages, so it may have hallucinated that part. But “only the change to gitignore” is not a common message or pre-configured option.
Does this stop you from using Cursor
No - Cursor works, but with this issue