You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
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