In addition and updating the request Add Customizable AI Panel Layout Position , which was only partially implemented.
Currently, the cursor uses a fixed three-panel layout (sidebar on the left, editor in the center, AI chat on the right) with limited customization options. Although it is possible to change the left and right panels.
Allow users to drag and drop panels to create their own layouts, similar to modern IDEs such as JetBrains products.
As a developer, I would like the AI chat to be on the left, the file explorer in the center, and the code editor on the right. For me personally, this would be convenient because I could very easily transfer files from the explorer to the chat (into the context), without dragging them over a long distance through the editor and without resorting to the context menus of the file explorer or the button to add an AI chat context - after all, this is several times more actions (and in AI chat it is very inconvenient to add files to the context in a chat, since there are a lot of files, it is irrational to display the project structure in the context menu/list). And, as I believe, the established logic of working with Cursor is exactly this: the AI chat is primary, followed by the standard file explorer → editor order.
Thanks!