co-mono/packages/ai/test
Mario Zechner 87ab5c5c3b feat(ai): add Kimi For Coding provider support
- Add kimi-coding provider using Anthropic Messages API
- API endpoint: https://api.kimi.com/coding/v1
- Environment variable: KIMI_API_KEY
- Models: kimi-k2-thinking (text), k2p5 (text + image)
- Add context overflow detection pattern for Kimi errors
- Add tests for all standard test suites
2026-01-29 04:12:28 +01:00
..
data feat(ai): Add image input tests for vision-capable models 2025-08-30 18:37:17 +02:00
abort.test.ts feat(ai): add Kimi For Coding provider support 2026-01-29 04:12:28 +01:00
anthropic-tool-name-normalization.test.ts fix(ai): normalize tool names case-insensitively against CC tool list 2026-01-17 21:03:47 +01:00
azure-utils.ts add Azure deployment name map and refresh generated models 2026-01-24 12:04:34 +01:00
bedrock-models.test.ts feat(ai): Add Amazon Bedrock provider (#494) 2026-01-13 00:32:59 +01:00
bedrock-utils.ts feat(ai): Add Amazon Bedrock provider (#494) 2026-01-13 00:32:59 +01:00
cache-retention.test.ts feat(ai): add PI_CACHE_RETENTION env var for extended prompt caching 2026-01-29 02:22:06 +01:00
context-overflow.test.ts feat(ai): add Kimi For Coding provider support 2026-01-29 04:12:28 +01:00
cross-provider-handoff.test.ts feat(ai): add Kimi For Coding provider support 2026-01-29 04:12:28 +01:00
empty.test.ts feat(ai): add Kimi For Coding provider support 2026-01-29 04:12:28 +01:00
google-gemini-cli-claude-thinking-header.test.ts Improve Gemini CLI provider retries and headers (#670) 2026-01-13 01:04:53 +01:00
google-gemini-cli-empty-stream.test.ts Improve Gemini CLI provider retries and headers (#670) 2026-01-13 01:04:53 +01:00
google-gemini-cli-retry-delay.test.ts Improve Gemini CLI provider retries and headers (#670) 2026-01-13 01:04:53 +01:00
google-shared-gemini3-unsigned-tool-call.test.ts fix(ai): preserve unsigned tool call context for Gemini 3 with anti-mimicry note 2026-01-16 23:42:39 +01:00
google-thinking-signature.test.ts fix(ai): correct Google thinking detection and remove unsupported id fields 2026-01-11 19:25:38 +01:00
google-tool-call-missing-args.test.ts fix(ai): default tool call arguments to empty object for Google providers 2026-01-25 03:18:02 +01:00
image-tool-result.test.ts feat(ai): add Kimi For Coding provider support 2026-01-29 04:12:28 +01:00
oauth.ts WIP: Remove global state from pi-ai OAuth/API key handling 2025-12-25 01:01:03 +01:00
openai-codex-stream.test.ts fix(ai): update codex stream originator test 2026-01-10 21:54:21 +00:00
openai-completions-tool-choice.test.ts OpenAI completions toolChoice fix (#998) 2026-01-28 03:03:15 +01:00
openai-completions-tool-result-images.test.ts feat(ai): add OpenRouter provider routing support 2026-01-25 03:34:49 +01:00
openai-responses-reasoning-replay-e2e.test.ts fix(ai): handle same-provider different-model handoff in OpenAI Responses API 2026-01-22 00:58:49 +01:00
stream.test.ts feat(ai): add Kimi For Coding provider support 2026-01-29 04:12:28 +01:00
tokens.test.ts feat(ai): add Kimi For Coding provider support 2026-01-29 04:12:28 +01:00
tool-call-id-normalization.test.ts fix(ai): normalize pipe-separated tool call IDs for cross-provider handoff 2026-01-29 01:28:12 +01:00
tool-call-without-result.test.ts feat(ai): add Kimi For Coding provider support 2026-01-29 04:12:28 +01:00
total-tokens.test.ts feat(ai): add Kimi For Coding provider support 2026-01-29 04:12:28 +01:00
unicode-surrogate.test.ts feat(ai): add Kimi For Coding provider support 2026-01-29 04:12:28 +01:00
xhigh.test.ts feat(ai): add strictResponsesPairing for Azure OpenAI Responses API 2026-01-18 20:15:33 +01:00
zen.test.ts fix(ai): skip zen tests when OPENCODE_API_KEY is not set (#605) 2026-01-09 18:41:12 +01:00