You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Changes
- Add AI_GATEWAY_PROVIDER for explicit OpenAI/Anthropic selection
- Add AI_GATEWAY_MODEL for custom model names
- Add AI_GATEWAY_API_FORMAT for openai-completions/openai-responses API type
- Fix Cloudflare Access domain normalization (add .cloudflareaccess.com suffix)
- Add normalizeTeamDomain() helper shared between jwt.ts and middleware.ts
- Fix OpenAI provider config to include apiKey (required for custom baseUrl)
- Add comprehensive tests for new env.ts logic
## Security
- Redact API keys in debug endpoints and container logs
- No sensitive data exposed in /debug/env or container config
## Breaking Changes
- None (backward compatible with existing configs)
Tested with custom OpenAI-compatible API gateway
0 commit comments