Description
When attempting to add GitHub Copilot as an AI provider and testing the model connection, the application fails to recognize GitHub Copilot as a valid provider.
This was just implemented but i guess not tested. #394
Error Message
Model test failed: CompletionError: ProviderError: unknown provider: github-copilot
Steps to Reproduce
- Navigate to the provider settings in Spacebot to add a new API key.
- Select GitHub Copilot as the provider.
- Enter a valid GitHub Copilot API key.
- Input the model ID:
github-copilot/claude-sonnet-4
- Click Test model.
- See the error displayed in the UI.
Expected Behavior
The system should successfully verify the API key and model against the GitHub Copilot API, and save the configuration without throwing an "unknown provider" error.
Actual Behavior
The test fails immediately with a CompletionError stating that github-copilot is an unknown provider.
Environment
- Spacebot Version: v0.3.3
- OS: Docker (Linux)
Screenshots

Description
When attempting to add GitHub Copilot as an AI provider and testing the model connection, the application fails to recognize GitHub Copilot as a valid provider.
This was just implemented but i guess not tested. #394
Error Message
Steps to Reproduce
github-copilot/claude-sonnet-4Expected Behavior
The system should successfully verify the API key and model against the GitHub Copilot API, and save the configuration without throwing an "unknown provider" error.
Actual Behavior
The test fails immediately with a
CompletionErrorstating thatgithub-copilotis an unknown provider.Environment
Screenshots