## 核心
### Bug 修复
- 修复了 Cloudflare AI Gateway 对第三方提供商的路由问题,使非 Workers 模型能够通过网关的 REST API 正常工作。(@superhighfives)
- 修复了通过 Cloudflare AI Gateway 使用 Anthropic 模型的问题:将类似 `claude-haiku-4.5` 的带点模型 ID 转换为 Anthropic 所要求的带连字符 slug。(@superhighfives)
- 修复了将父会话 ID 发送到支持会话感知的提供商请求标头中的问题。
## TUI
### Bug 修复
- 修复了不可变 OIDC subject token 的 GitHub 身份验证问题。
**感谢 1 位社区贡献者:**
- @superhighfives:
- fix(provider):通过 AI Gateway 发送 Anthropic 的原生带连字符 slug(#44281)
- fix(provider):通过 REST API 路由非原生 Cloudflare AI Gateway 提供商(#44828)
## Core
### Bugfixes
- Fixed Cloudflare AI Gateway routing for third-party providers so non-Workers models work through the gateway's REST API. (@superhighfives)
- Fixed Anthropic models through Cloudflare AI Gateway by converting dotted model IDs like `claude-haiku-4.5` to the dashed slug Anthropic expects. (@superhighfives)
- Fixed parent session IDs being sent in request headers for session-aware providers.
## TUI
### Bugfixes
- Fixed GitHub auth for immutable OIDC subject tokens.
**Thank you to 1 community contributor:**
- @superhighfives:
- fix(provider): send Anthropic's dashed native slug through the AI Gateway (#44281)
- fix(provider): route non-native Cloudflare AI Gateway providers via the REST API (#44828)