Agents sidebar: Right-click "Pin" on chat does nothing

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Right-clicking a chat in the Agents sidebar and choosing “Pin” has no effect. The list order does not change and there is no visual indication that the chat is pinned.

Steps to Reproduce

  1. Open Cursor and show the Agents sidebar (list of chat threads).
  2. Right-click any chat item (e.g. a conversation title).
  3. Click “Pin” in the context menu.

Expected Behavior

The chat moves to the top of the list and/or shows a pin icon (or similar) to indicate it is pinned.

Operating System

Windows 10/11

Version Information

Version: 2.4.22 (user setup)
VSCode Version: 1.105.1
Commit: 618c607a249dd7fd2ffc662c6531143833bebd40
Date: 2026-01-26T22:51:47.692Z
Build Type: Stable
Release Track: Early Access
Electron: 39.2.7
Chromium: 142.0.7444.235
Node.js: 22.21.1
V8: 14.2.231.21-electron.0
OS: Windows_NT x64 10.0.19045

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. This is a known issue.

In the meantime, here’s a workaround:

The problem is that if you archive a pinned chat, it still counts toward the pinned chat limit (even if it’s not visible). Fix:

  • Open the Archived section in the sidebar
  • Right-click the archived chats and select Unpin (if they were pinned)
  • After that, you should be able to pin new chats

More details here: Can no longer pin agents - #14 by Zhenghao_Peng

Let me know if the workaround doesn’t help.