Feature request for product/service
Cursor IDE
Describe the request
Sometimes I need to find an old chat, and title search isn’t very useful because we may have discussed several things and I don’t know what name the agent gave it — but I may remember if the chat was very long or short.
I’d like to see length in the Chat History list: tokens used, context size, or just the number of prompts. Total time interacting would be the most useful, but maybe harder to compute.
Proposed solution
Show a lightweight “size” indicator per conversation in the history list, for example:
- message/request count (e.g. “12 turns”), and/or
- approximate total input+output tokens (e.g. “54k”), or
- approximate total time interacting (e.g. “35 min.”)
Optional: sort/filter by size (longest first).
Use case
- Recover an old debugging session I know was long, or a quick one-off question.
- Clean up old, low-value chats.
Related threads (different scope)
- Chats tokens count (per-message tokens, not list)
- Sort Agent/Chat History by Last Updated (not just Creation Date) (sort by date, not size)
