This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Workspace name case sensitivity inconsistent #726
Description
Describe the issue
I'm seeing some inconsistencies with how case is handled in workspace names. I created a workspace with a name in ALL_CAPS, and it was converted to lower case:

That's fine, we can document that workspace names are always lower case. But then subsequent commands using the same ALL_CAPS don't work:

I think we should be consistent in case (in)sensitivity.
Steps to Reproduce
From a chat prompt, run:
codegate workspace add WORKSPACE_NAME
# See that workspace is created as workspace_name:
codegate workspace list
# Try commands using mixed case:
codegate workspace activate WORKSPACE_NAME
codegate workspace archive Workspace_Name
Operating System
MacOS (Arm)
IDE and Version
N/A
Extension and Version
N/A
Provider
GitHub Copilot
Model
N/A
Codegate version
v0.1.12
Logs
No response
Additional Context
No response