-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Bug Description
When renaming a session, if the generated session name (derived from the display name) already exists, the rename operation fails - even though the new display name is different from existing sessions.
Expected Behavior
The rename should succeed by generating a unique session name (e.g., by appending a suffix like -1, -2, etc.) when the base generated name already exists, similar to how new session creation handles name conflicts.
Current Behavior
The rename operation fails with an error when the generated session name conflicts with an existing session name.
Steps to Reproduce
- Create a session with display name "[Repo] Main" (generates name like
Rocha_Main) - Try to rename the session to "[Repo] > Main" or something that would generate the same base name
- Observe the rename fails due to name conflict
Additional Context
The display name can be different while still generating the same underlying session name due to name normalization (lowercase, special characters removed, etc.).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels