Delete all the chats in the archive in the agent

Feature request for product/service

Cursor IDE

Describe the request

I would like to delete all the chats in the archive in the agent and not click on every chat manually to delete it. This would help me a lot.

Operating System (if it applies)

MacOS

Hey, thanks for the request. Other users have asked for this already, and the team is considering adding it.

Related feature requests:

If this feature matters to you, please like those topics. It helps us prioritize development.

Temporary workaround: Chat history is stored locally in SQLite. You can delete the workspace storage folder:

  • Mac: ~/Library/Application Support/Cursor/User/workspaceStorage/
  • Windows: %APPDATA%\Cursor\User\workspaceStorage\
  • Linux: ~/.config/Cursor/User/workspaceStorage/

This will delete all chat history for all projects.