Agents Window: Repositories list displays only organization ID instead of project name for SCP-style Git remote URLs

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):

UI shows (wrong): all display as abc123def4567890abcd1234

Expected: show folder name (project-alpha) or repo path (team-a/project-alpha)

Steps to Reproduce

  1. Clone multiple repos with same org-id but different project paths (SCP format)
  2. Open Agents Window
  3. 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

  1. 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

  2. Open each cloned project in Cursor (or add them to your workspace).

  3. Open the Agents Window (not the regular IDE window).

  4. In the left sidebar, open the Repositories list.

  5. 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

Hey, thanks for the detailed report. The repro steps and the remote examples really helped.

Confirmed: for SCP-style self-hosted remotes git@host:<org-id>/<group>/<project>.git, the Repositories list in the Agents Window derives the display name in a way that includes the org or tenant ID prefix in the label, so the actual project name project-alpha or team-a/project-alpha doesn’t stand out. Because of that, repos with the same org-id end up looking indistinguishable. This is a bug on our side, and I’ve filed it internally.

I can’t share a fix timeline yet. I’ll post an update in the thread once I have one.