Related to: Right-hand AI Assistant panel (chat/completion/codex)
Feature Description
Currently, the AI assistant panel in Cursor (on the right-hand side) is fixed inside the main VS Code layout, which is standard behavior inherited from VS Code. However, as an active user of Cursor for daily development, I find it increasingly useful to have the AI assistant always visible β especially when referencing longer responses, refining prompts, or reading generated explanations while coding.
Iβd love to request a feature that allows the AI panel to be launched as a detached floating window, similar to a native tool window or a second display window.
Why this matters
- Improved Multi-tasking:
- Many developers use multiple monitors. A detachable AI panel allows placing the assistant on a second screen while keeping the main coding workspace clean.
- Better Readability:
- Some AI responses are long and need more space. Floating the window allows resizing it freely.
- Independent Positioning:
- Sometimes the AI panel overlaps important UI (e.g., diff view, extensions tab). A floating window would remove that limitation.
- Consistent with dev workflows:
- Other apps (e.g., JetBrains IDEs, iTerm2, Figma) support detachable/floating panels, making workflows more modular.
Suggested Behavior
- Add a βPop Outβ / βFloatβ button on the AI panel (or right-click > Float).
- Allow dragging the AI panel outside the main window as a separate native Electron window.
- Preserve state even if user switches projects.
Bonus Ideas
- Allow pinning the assistant panel to always stay on top.
- Provide a minimal mode (like a small Codex box) when floated.
- Make floating behavior optional, default remains as-is.
Final Notes
I love using Cursor β itβs already the best AI-powered editor out there. This feature would elevate the experience significantly for power users who rely on AI assistance in real-time coding and architectural planning.
Thanks for considering!