Skip to content
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

@danbarr

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:

Image

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:

Image

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions