refactor: finish provider auth extraction and canonicalize kimi

This commit is contained in:
Peter Steinberger
2026-03-16 20:49:31 -07:00
parent 3566e88c08
commit c64f6adc83
41 changed files with 837 additions and 662 deletions

View File

@@ -114,16 +114,16 @@ describe("resolveTranscriptPolicy", () => {
preserveSignatures: false,
},
{
title: "kimi-coding provider",
provider: "kimi-coding",
modelId: "k2p5",
title: "Kimi provider",
provider: "kimi",
modelId: "kimi-code",
modelApi: "anthropic-messages" as const,
preserveSignatures: false,
},
{
title: "kimi-code alias",
provider: "kimi-code",
modelId: "k2p5",
modelId: "kimi-code",
modelApi: "anthropic-messages" as const,
preserveSignatures: false,
},