Using Cursor daily and while it’s great for many things, I keep running into limitations.
What features would make your workflow 10x better?
Using Cursor daily and while it’s great for many things, I keep running into limitations.
What features would make your workflow 10x better?
Title: Show elapsed time indicator while agent is working
Problem:
When using Agent mode for complex tasks (CI monitoring, multi-file refactoring, codebase exploration), responses can take anywhere from 30 seconds to several minutes depending on the number of tool calls. There’s currently no way to see how long the current response has been running. I often lose track of time and can’t tell if the agent is making progress or stuck.
After a response completes, the elapsed time is shown – but that’s too late to be useful for time management during a session.
Proposed solution:
Display a live elapsed timer (e.g. 0:42) next to the “Stop” button or the thinking/tool-call indicator while the agent is actively generating a response. The timer should:
Why this matters:
Mockup:
[Thinking...] ⏱ 1:23 [■ Stop]
or integrated into the existing progress indicator area.
Better debugging flow. Instead of just suggesting fixes, it would be great if it could systematically narrow down issues, like checking assumptions step by step rather than jumping to conclusions.
A chrome extension so I can speak to agents without having to leave Chrome. Am currently building something like this for myself