mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-23 16:14:46 +00:00
* feat(managed-kimi-code): route anthropic protocol via beta api - kosong: add betaApi option to use client.beta.messages.create - agent-core: thread alias betaApi into the anthropic provider config - oauth: route managed models on the anthropic protocol through the beta Messages API * feat(providers): add KIMI_CODE_CUSTOM_HEADERS support - Add KIMI_CODE_CUSTOM_HEADERS env var for custom outbound LLM headers - Send User-Agent to non-Kimi providers - Forward Kimi identity headers to model catalog fetches - Support defaultHeaders in Google GenAI provider * feat(agent-core): add protocol attrs to turn and api error telemetry - Add type/protocol/alias to api_error for per-protocol error attribution - Add turn_ended event with reason/duration/mode/type/protocol - Add type/protocol to turn_interrupted * chore(oauth): remove hardcoded internal dev endpoint from shared OAuth base URLs --------- Co-authored-by: haozhe.yang <yanghaozhe@moonshot.ai> |
||
|---|---|---|
| .. | ||
| e2e | ||
| fixtures | ||
| providers | ||
| anthropic-errors.test.ts | ||
| anthropic.test.ts | ||
| capability-providers.test.ts | ||
| capability.test.ts | ||
| catalog.test.ts | ||
| echo-provider.test.ts | ||
| errors.test.ts | ||
| finish-reason.test.ts | ||
| generate.test.ts | ||
| google-genai.test.ts | ||
| kimi-files.test.ts | ||
| kimi.test.ts | ||
| message.test.ts | ||
| openai-common-errors.test.ts | ||
| openai-legacy.test.ts | ||
| openai-responses.test.ts | ||
| provider.test.ts | ||
| regression.test.ts | ||
| scripted-echo-provider.test.ts | ||
| simple-toolset.test.ts | ||
| step.test.ts | ||
| stress.test.ts | ||
| tool-message-conversion.test.ts | ||
| type-safety-negative.ts | ||
| type-safety.test.ts | ||
| typed-tool.test.ts | ||
| usage.test.ts | ||