Feature request for product/service
Cursor IDE
Describe the request
Problem
My primary workflow is in the Agents Window (Glass) — I run multiple agents in parallel and it’s great for orchestrating work. But when an agent surfaces something interesting and I need to dive deep into the code (trace a call chain, read surrounding context, set breakpoints, compare files side-by-side), I need the classic editor.
Today, switching means:
Cmd+Shift+P → “New Window” (or cursor --classic)
Manually find and re-open the chat I was looking at
Scroll to wherever I was in the conversation
Lose my mental context during the transition
This friction discourages me from going deep — I end up staying in Glass and asking the agent to explain things instead of reading the code myself, which is often slower and less effective.
Proposed Solution
Cmd+O (or a dedicated keybinding) in the Agents Window that:
Opens the classic editor window in the same workspace
Automatically opens the chat panel on the side
Scrolls the chat to the exact same position in the conversation timeline I was viewing in Glass
Ideally focuses the file(s) the agent last touched or referenced
The result: a zero-friction bridge from Glass → Editor, preserving full conversational context.
Why This Matters
Glass and the Editor are designed for different cognitive modes:
Mode Interface When
Orchestrate
Agents Window
Dispatching tasks, reviewing summaries, running parallel agents
Investigate
Classic Editor
Reading code, tracing logic, debugging, manual edits
Right now these two modes are disconnected. This feature would make them one continuous workflow — start broad in Glass, go deep in the Editor, come back to Glass. Best of both worlds.

