Feature request for product/service
Cursor IDE
Describe the request
I use Timing App to track time across projects so I can file timesheets accurately. Recently, a significant amount of my work happens in the Cursor Agents window, but Timing App cannot distinguish what I was working on because the window title is always just Cursor Agents.
Please add the currently active agent session title, plus the currently active context inside that session, to the Cursor Agents window title.
For example:
Cursor Agents — Refactor checkout flowCursor Agents — Refactor checkout flow - filename.jsCursor Agents — Refactor checkout flow - terminal: <current terminal title>Cursor Agents — Refactor checkout flow - https://localhost:8080/somepath
The Agents window now supports multiple work surfaces, including file navigation, an embedded browser, and a terminal. It would be useful for the window title to reflect whichever surface is currently active:
- For files: include the active filename or path.
- For browser views: include the active URL.
- For terminals: include the terminal’s current title, including shell-driven updates such as PS1 / terminal title escape sequences, bubbled up to the Cursor Agents window title.
This would allow time-tracking tools such as Timing App to associate agent work with the correct project, task, file, terminal session, or local URL, making it much easier to review and categorize time at the end of the day.
This would also bring the Agents window closer to parity with the main Cursor/VS Code editor behavior, where the active file name is reflected in the window title.
Operating System (if it applies)
MacOS