kimi-code/packages
Kai 074bb9ba13
fix(kosong): retry a dropped provider stream (terminated) on the Anthropic path (#1274)
A raw undici `terminated` error — an SSE/HTTP response body cut mid-flight,
common on long streaming responses — fell through convertAnthropicError to a
generic base ChatProviderError, which isRetryableGenerateError treats as fatal,
so it was never retried. Route raw non-SDK errors through the shared
classifyBaseApiError heuristic (already used by the OpenAI path) so a dropped
stream is classified as a retryable APIConnectionError and retried instead of
failing the turn.
2026-07-01 22:48:57 +08:00
..
acp-adapter feat: add model alias overrides (#1262) 2026-07-01 19:57:13 +08:00
agent-core feat: add KIMI_MODEL_THINKING_EFFORT to force a thinking effort (#1275) 2026-07-01 21:20:27 +08:00
kaos ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00
kimi-migration-legacy feat(web): introduce Kimi web app and daemon gateway (#625) 2026-06-17 20:53:46 +08:00
kosong fix(kosong): retry a dropped provider stream (terminated) on the Anthropic path (#1274) 2026-07-01 22:48:57 +08:00
migration-legacy refactor!: overhaul thinking config and effort resolution (#1132) 2026-06-30 22:34:13 +08:00
node-sdk feat: add model alias overrides (#1262) 2026-07-01 19:57:13 +08:00
oauth feat: add model alias overrides (#1262) 2026-07-01 19:57:13 +08:00
pi-tui feat(kimi-code): vendor @moonshot-ai/pi-tui (#1254) 2026-07-01 20:23:35 +08:00
protocol feat(web): redesign web UI and add design system (#1258) 2026-07-01 20:47:12 +08:00
server feat(agent-core): compress oversized images before sending to the model (#1243) 2026-07-01 19:36:48 +08:00
server-e2e fix(web): stop auto-dismissing pending questions and approvals on a timeout (#1070) 2026-06-24 19:15:06 +08:00
telemetry ci: run unit tests on windows (#1037) 2026-06-26 11:56:41 +08:00