Deleted Shared Docs still appear when using @Docs

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

When a user shares a Docs with the team and then deletes it, the doc still appear in the suggestion popup when using the @DocsDocs command in the Chat window.

Steps to Reproduce

  • Go to Cursor Settings > Indexing & Docs
  • Add a new documentation and check the Share with Team option
  • Delete the doc
  • type @Docs in the Chat window, validate, and search for the deleted doc name.

Expected Behavior

The deleted doc is not present in the list of available docs

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.7.38 (user setup)
VSCode Version: 1.99.3
Commit: fe5d1728063e86edeeda5bebd2c8e14bf4d0f960
Date: 2025-10-06T18:18:58.523Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Windows_NT x64 10.0.26200

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey, thanks for the report. It looks like a caching issue: deleted shared documents are incorrectly staying in @Docs suggestions.

This should be a fairly simple fix on our side, the shared docs cache likely isn’t being invalidated when someone removes a document from their shared collection.

Workarounds for now:

  • Restart Cursor (this should refresh the cache)
  • Ignore the deleted docs in suggestions; they won’t work if selected anyway

I’ll pass this to the team, since this behavior isn’t expected. @Docs suggestions should reflect the current state of available documentation.

Hi @deanrie, than you for your reply. Restarting Cursor does not remove these doc entries from the cache. We’ll wait for the fix :+1:.

1 Like

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.