Feature request for product/service
Cursor IDE
Describe the request
In the Agents Window sidebar (Group by Repository), repo headers use the full Git remote path. For multi-segment remotes (for example Azure DevOps), that looks like:
org/project/area/my-service-repo
I only need the repo name:
my-service-repo
Or the local folder name. The long path makes the list hard to scan when several related repos are open.
This is different from renaming project headers. I am asking for a display rule:
- default to the last path segment of the remote (or the local folder name)
- optionally show the full remote path on hover or in a setting
Today the workaround is Group by Workspace, but Repository grouping is still useful when chats should be keyed by remote. A shorter label would make that view usable with multi-segment remotes (Azure DevOps and similar).