co-mono/packages/ai/src/providers
Mario Zechner d2be6486a4 feat(ai): add headers option to StreamOptions for custom HTTP headers
- Added headers field to base StreamOptions interface
- Updated all providers to merge options.headers with defaults
- Forward headers and onPayload through streamSimple/completeSimple
- Bedrock not supported (uses AWS SDK auth)
2026-01-20 01:08:31 +01:00
..
amazon-bedrock.ts fix(ai): normalize tool call ids and handoff tests fixes #821 2026-01-19 00:10:49 +01:00
anthropic.ts feat(ai): add headers option to StreamOptions for custom HTTP headers 2026-01-20 01:08:31 +01:00
google-gemini-cli.ts feat(ai): add headers option to StreamOptions for custom HTTP headers 2026-01-20 01:08:31 +01:00
google-shared.ts fix(ai): normalize tool call ids and handoff tests fixes #821 2026-01-19 00:10:49 +01:00
google-vertex.ts feat(ai): add headers option to StreamOptions for custom HTTP headers 2026-01-20 01:08:31 +01:00
google.ts feat(ai): add headers option to StreamOptions for custom HTTP headers 2026-01-20 01:08:31 +01:00
openai-codex-responses.ts feat(ai): add headers option to StreamOptions for custom HTTP headers 2026-01-20 01:08:31 +01:00
openai-completions.ts feat(ai): add headers option to StreamOptions for custom HTTP headers 2026-01-20 01:08:31 +01:00
openai-responses.ts feat(ai): add headers option to StreamOptions for custom HTTP headers 2026-01-20 01:08:31 +01:00
transform-messages.ts fix(ai): skip errored/aborted assistant messages in transform-messages 2026-01-19 15:55:29 +01:00