Slash command suggestions do not appear in Editor View after pasting a slash command

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When using Editor View, if I copy and paste a slash command into the chat input, the slash-command option list does not appear even when the text cursor/caret is positioned on the command.

The same pasted slash command works as expected in Agent View, where the command suggestion/options list appears.

Steps to Reproduce

  1. Open Cursor in Editor View.
  2. Copy a slash command, e.g. /summarize or a custom skill command which exist in curosr.
  3. Paste it into the chat input.
  4. Move the text cursor/caret onto or after the pasted slash command.
  5. Observe that the slash command suggestion/options list does not appear.
  6. Switch to Agent View and repeat the same paste.
  7. Observe that the option list appears correctly.

Expected Behavior

Pasted slash commands should trigger the same slash command suggestions/options list in Editor View as they do in Agent View.

Operating System

Windows 10/11

Version Information

Version: 3.3.30 (system setup)
VSCode Version: 1.105.1
Commit: 3dc559280adc5f931ade8e25c7b85393842acf30
Date: 2026-05-09T18:28:42.332Z
Layout: editor
Build Type: Stable
Release Track: Nightly
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.22631

For AI issues: which model did you use?

auto

For AI issues: add Request ID with privacy disabled

N/A

Additional Information

this should be work in version 3.1.x, appear this issue after update to 3.3

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the clear report, I can reproduce it. In Editor View, the slash command menu is triggered by the last typed character /, so when you paste a full command (the last character is the end of the word), the menu won’t open. In Agent View, the input is implemented differently, so paste works there.

I’ve reported this internally. I can’t share an ETA for a fix yet, but we’ll post an update in this thread as soon as we have one.

Temporary workaround: type / manually to open the menu, then finish typing or pick the command.

@deanrie thanks for your help!

may i ask that can cursor has a new flag: auto map skill/command during paste?

i know the concern about the actual plain text input and the slash command.

but it is good for me if there is a flag for default behavior, and a new button i guess to cancel the slash command to plain text.

That’s a solid idea: force conversion on paste, with an option to revert back to plain text. I’ll pass it to the team along with the main bug report so they can consider it while working on the fix.

I can’t guarantee it’ll make it into the product. It might turn out they’ll just fix the menu trigger like in Agent View, and a separate toggle won’t be needed. But as a UX option it makes sense, especially when the user wants to paste text, not trigger a command.

If there’s any update on the main fix or this behavior, I’ll reply in the thread.