co-mono/packages/ai/src/providers
Anton Kuzmenko 0250b7ac03 Migrate zai provider from Anthropic to OpenAI-compatible API
- Migrate glm-4.5, glm-4.5-air, glm-4.5-flash, glm-4.6, glm-4.7 from anthropic-messages to openai-completions API
- Updated baseUrl from https://api.z.ai/api/anthropic to https://api.z.ai/api/coding/paas/v4
- Added compat setting to disable developer role for zai models
- Filter empty text blocks in openai-completions to avoid zai API validation errors
- Fixed zai provider tests to use OpenAI-style options (reasoningEffort)
2025-12-29 11:54:10 -08:00
..
anthropic.ts getApiKeyFromEnv -> getEnvApiKey 2025-12-25 02:38:10 +01:00
google-gemini-cli.ts Merge PR #264: Add Gemini 3 preview models to google-gemini-cli provider 2025-12-21 20:31:19 +01:00
google-shared.ts Fix Gemini multimodal tool results causing flaky responses 2025-12-21 02:41:27 +01:00
google.ts getApiKeyFromEnv -> getEnvApiKey 2025-12-25 02:38:10 +01:00
openai-completions.ts Migrate zai provider from Anthropic to OpenAI-compatible API 2025-12-29 11:54:10 -08:00
openai-responses.ts getApiKeyFromEnv -> getEnvApiKey 2025-12-25 02:38:10 +01:00
transorm-messages.ts Fix orphaned tool calls by inserting synthetic empty results 2025-12-20 21:34:19 +01:00