cursor icon indicating copy to clipboard operation
cursor copied to clipboard

Moving the AI chat into the primary sidebar doesn't disable the secondary sidebar.

Open tbenthompson opened this issue 1 year ago • 2 comments

To reproduce:

  1. Drag the AI chat panel into the primary sidebar.
  2. Close the secondary sidebar
  3. Put the cursor into an editor.
  4. Type "Cmd+L" (Mac).
  5. The focus is correctly moved to the AI chat.
  6. But, the secondary empty sidebar opens.

My current workaround is to set up this keybinding using the multi-command extension:

  {
    "key": "cmd+l",
    "command": "extension.multiCommand.execute",
    "args": {
      "sequence": [
        "aichat.newchataction",
        "aichat.close-sidebar"
      ]
    }
  },

2024-08-01 21 12 53@2x

tbenthompson avatar Aug 02 '24 04:08 tbenthompson

The same issue occurs when I hit "Debug with AI". The empty secondary sidebar opens.

tbenthompson avatar Aug 02 '24 04:08 tbenthompson

I also encountered this. It's annoying as hell.

ivryb avatar Sep 04 '24 08:09 ivryb

Dragging the AI chat panel into the primary sidebar does not work anymore. Anyone knows how to workaround that?

Novack avatar Jun 04 '25 12:06 Novack

I opened another issue @Novack https://github.com/getcursor/cursor/issues/3198

thiagoufg avatar Jun 05 '25 12:06 thiagoufg

SORRY: Downgrading no longer works. It forces you to update.

The suggestion bellow is no longer valid.

Downgrade to 0.45 which is the latest one that allows moving the chat across panels https://github.com/oslook/cursor-ai-downloads?tab=readme-ov-file#all-versions-download-table

thiagoufg avatar Jun 09 '25 20:06 thiagoufg