mirror of
https://github.com/githubhjs/CLIProxyAPIPlus.git
synced 2026-07-12 01:25:13 +00:00
fix(kiro): correct Amazon Q endpoint URL path
The Q endpoint was using `/` which caused all requests to fail with 400 or UnknownOperationException. Changed to `/generateAssistantResponse` which is the correct path for the Q endpoint. This fix restores the Q endpoint failover functionality. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -98,7 +98,7 @@ var kiroEndpointConfigs = []kiroEndpointConfig{
|
|||||||
Name: "CodeWhisperer",
|
Name: "CodeWhisperer",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
URL: "https://q.us-east-1.amazonaws.com/",
|
URL: "https://q.us-east-1.amazonaws.com/generateAssistantResponse",
|
||||||
Origin: "CLI",
|
Origin: "CLI",
|
||||||
AmzTarget: "AmazonQDeveloperStreamingService.SendMessage",
|
AmzTarget: "AmazonQDeveloperStreamingService.SendMessage",
|
||||||
Name: "AmazonQ",
|
Name: "AmazonQ",
|
||||||
|
|||||||
Reference in New Issue
Block a user