co-mono/packages/ai/src
Mario Zechner a40bf5fbd5 fix(ai): move AWS_BEDROCK_SKIP_AUTH inside Node.js environment check
The process.env access was outside the typeof process check, which
would throw in browser environments. Moved inside the Node.js/Bun
block for consistency with other env var access.

Also added changelog entry for #1320 and improved docs clarity.
2026-02-06 10:45:20 +01:00
..
providers fix(ai): move AWS_BEDROCK_SKIP_AUTH inside Node.js environment check 2026-02-06 10:45:20 +01:00
utils fix(ai): OAuth login/refresh now respects HTTP proxy env vars 2026-02-01 19:08:13 +01:00
api-registry.ts refactor(ai): register api providers 2026-01-24 23:15:11 +01:00
cli.ts refactor(oauth): add provider registry 2026-01-24 23:15:11 +01:00
env-api-keys.ts feat(ai): add Kimi For Coding provider support 2026-01-29 04:12:28 +01:00
index.ts feat: custom provider support with streamSimple 2026-01-24 23:15:11 +01:00
models.generated.ts Add [Unreleased] section for next cycle 2026-02-06 00:26:38 +01:00
models.ts fix(ai): enable xhigh for anthropic opus 4.6 2026-02-05 22:57:43 +01:00
stream.ts fix(ai): OAuth login/refresh now respects HTTP proxy env vars 2026-02-01 19:08:13 +01:00
types.ts fix(ai): omit strict for unsupported openai completions 2026-02-02 00:44:55 +01:00