-
Notifications
You must be signed in to change notification settings - Fork 201
Open
Description
Bug Description
ClawPanel is not fetching or displaying models that have been configured through OAuth authentication. The model list appears empty or stale even after a successful OAuth login/authorization flow.
Steps to Reproduce
- Configure a model provider using OAuth.
- Complete the OAuth authorization flow successfully.
- Navigate to the model selection / model list in ClawPanel.
- Observe that the models configured via OAuth are not listed or pulled.
Expected Behavior
After a successful OAuth authorization, ClawPanel should automatically fetch and display all models available under the authenticated OAuth provider/account.
Actual Behavior
Models configured through OAuth are not being pulled. The model list is empty or only shows models configured via API key — OAuth-authenticated models are missing.
Environment
- ClawPanel Version: [e.g., latest / vX.X.X]
- Browser: [e.g., Chrome 123]
- OS: [e.g., Windows 11 / macOS / Linux]
Additional Context
- This may be related to how the Auth Manager injects OAuth tokens vs. API keys when fetching the model list.
- Possible cause: OAuth token may not be passed in the request headers when the model discovery/pull endpoint is called.
- Workaround (if any): None found so far.
Logs / Screenshots
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels