co-mono/packages/ai/src/providers
Mario Zechner 4c4d787b1a feat(ai): add adaptive thinking support for Claude Opus 4.6
- Add adaptive thinking mode (type: 'adaptive') for Opus 4.6+
- Add effort parameter ('low', 'medium', 'high', 'max') for adaptive thinking
- thinkingEnabled now auto-detects: adaptive for 4.6+, budget-based for older
- streamSimple/completeSimple map ThinkingLevel to effort levels for Opus 4.6
- Add tests for Opus 4.6 adaptive thinking and GPT-5.3 Codex
- Update @anthropic-ai/sdk to 0.73.0
- Update @aws-sdk/client-bedrock-runtime to 3.983.0
- Update @google/genai to 1.40.0
- Remove fast-xml-parser override (no longer needed)
2026-02-05 21:14:11 +01:00
..
amazon-bedrock.ts feat(ai): Support HTTP proxy through environment variables 2026-01-25 15:52:45 +08:00
anthropic.ts feat(ai): add adaptive thinking support for Claude Opus 4.6 2026-02-05 21:14:11 +01:00
azure-openai-responses.ts fix(ai): correct provider error message typo (closes #958) 2026-01-26 15:37:57 +01:00
google-gemini-cli.ts feat(ai): add PI_AI_ANTIGRAVITY_VERSION env var override 2026-02-01 09:32:10 +01:00
google-shared.ts fix(ai): default tool call arguments 2026-01-30 01:13:16 +01:00
google-vertex.ts fix(ai): default tool call arguments to empty object for Google providers 2026-01-25 03:18:02 +01:00
google.ts fix(ai): correct provider error message typo (closes #958) 2026-01-26 15:37:57 +01:00
openai-codex-responses.ts fix(ai): respect codex baseUrl (closes #1244) 2026-02-04 12:30:31 +01:00
openai-completions.ts fix(ai): omit strict for unsupported openai completions 2026-02-02 00:44:55 +01:00
openai-responses-shared.ts fix(ai): normalize pipe-separated tool call IDs for cross-provider handoff 2026-01-29 01:28:12 +01:00
openai-responses.ts feat(ai): add cacheRetention stream option 2026-02-01 09:32:10 +01:00
register-builtins.ts feat: custom provider support with streamSimple 2026-01-24 23:15:11 +01:00
simple-options.ts fix(ai): pass through cacheRetention in buildBaseOptions 2026-02-01 17:37:45 +01:00
transform-messages.ts fix(ai): skip errored/aborted assistant messages in transform-messages 2026-01-19 15:55:29 +01:00