Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Describe the Bug
When Git remote URLs use SCP-style format (common on self-hosted / enterprise Git platforms):
[email protected]://.git
Agents Window → left sidebar → Repositories shows only the org/tenant ID for every repo. All entries look identical.
Example remotes (5 different projects):
- [email protected]:abc123def4567890abcd1234/team-a/project-alpha.git
- [email protected]:abc123def4567890abcd1234/team-a/project-beta.git
- [email protected]:abc123def4567890abcd1234/team-a/project-gamma.git
- [email protected]:abc123def4567890abcd1234/team-a/project-delta.git
- [email protected]:abc123def4567890abcd1234/team-a/project-epsilon.git
UI shows (wrong): all display as abc123def4567890abcd1234
Expected: show folder name (project-alpha) or repo path (team-a/project-alpha)
Steps to Reproduce
- Clone multiple repos with same org-id but different project paths (SCP format)
- Open Agents Window
- Check Repositories list in left sidebar
Operating System
macOS 26.3 (Apple Silicon)
Current Cursor Version
3.11.13 (3f21b08f0b436a07be29fbfe00b304fa15553350)
Does this stop you from using Cursor
No - Cursor works, but with this issue
Steps to Reproduce
-
Clone at least two different repositories that share the same org/tenant ID but have different project paths, using SCP-style Git remotes, for example:
[email protected]:abc123def4567890abcd1234/team-a/project-alpha.git
[email protected]:abc123def4567890abcd1234/team-a/project-beta.git -
Open each cloned project in Cursor (or add them to your workspace).
-
Open the Agents Window (not the regular IDE window).
-
In the left sidebar, open the Repositories list.
-
Observe the display name for each repository.
Expected: each repo shows a distinct, readable name (e.g. folder name or project name).
Actual: every repository shows only the same org/tenant ID string (e.g. abc123def4567890abcd1234), so they are indistinguishable.
Operating System
MacOS
Version Information
Version: 3.11.13
VS Code Extension API: 1.125.0
Commit: 3f21b08f0b436a07be29fbfe00b304fa15553350
Date: 2026-07-10T01:45:28.254Z
Layout: Agent Window
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Darwin arm64 25.3.0
Does this stop you from using Cursor
No - Cursor works, but with this issue