diff --git a/src/cliproxy/remote-auth-fetcher.ts b/src/cliproxy/remote-auth-fetcher.ts index 5acaba86..358ee42a 100644 --- a/src/cliproxy/remote-auth-fetcher.ts +++ b/src/cliproxy/remote-auth-fetcher.ts @@ -51,6 +51,11 @@ const PROVIDER_MAP: Record = { codex: 'codex', qwen: 'qwen', iflow: 'iflow', + kiro: 'kiro', + codewhisperer: 'kiro', // CLIProxyAPI may use 'codewhisperer' for Kiro + ghcp: 'ghcp', + 'github-copilot': 'ghcp', + copilot: 'ghcp', }; /** Display names for providers */ @@ -60,6 +65,8 @@ const PROVIDER_DISPLAY_NAMES: Record = { codex: 'Codex', qwen: 'Qwen', iflow: 'iFlow', + kiro: 'Kiro (AWS)', + ghcp: 'GitHub Copilot (OAuth)', }; /**