generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
featureNew feature or requestNew feature or request
Description
Describe the need of your request
Aspire 9.3 introduced the integration of Github Copilot inot the dashboard.
Unfortunatly, this feature is still not working when starting the Apphost from JetBrains Rider, and failing with the following error:
fail: Aspire.Hosting.Dashboard.Model.Assistant.AssistantChatViewModel[0]
Error getting GHCP info.
System.InvalidOperationException: Error response from GHCP.
---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 404 (Not Found).
at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
at Aspire.Dashboard.Model.Assistant.ChatClientFactory.GetInfoAsync(CancellationToken cancellationToken) in /_/src/Aspire.Dashboard/Model/Assistant/ChatClientFactory.cs:line 141
--- End of inner exception stack trace ---
at Aspire.Dashboard.Model.Assistant.ChatClientFactory.GetInfoAsync(CancellationToken cancellationToken) in /_/src/Aspire.Dashboard/Model/Assistant/ChatClientFactory.cs:line 157
at Aspire.Dashboard.Model.Assistant.AIContextProvider.GetInfoAsync(CancellationToken cancellationToken) in /_/src/Aspire.Dashboard/Model/Assistant/AIContextProvider.cs:line 270
at Aspire.Dashboard.Model.Assistant.AssistantChatViewModel.InitializeCoreAsync() in /_/src/Aspire.Dashboard/Model/Assistant/AssistantChatViewModel.cs:line 337
Proposed solution
Integration with Github Copilot and relevant information passed to the Dashboard.
Alternatives you've considered
No response
Additional context
No response
NapalmCodes, WeihanLi, bergmania and kridah
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or request