Spaces:
Paused
Paused
github-actions[bot] commited on
Commit ·
4355a35
1
Parent(s): 7824fcd
docs: auto-sync changelog to README [skip ci]
Browse files
README.md
CHANGED
|
@@ -323,11 +323,11 @@ server:
|
|
| 323 |
<!-- CHANGELOG:START -->
|
| 324 |
### [Unreleased]
|
| 325 |
|
| 326 |
-
-
|
| 327 |
-
-
|
| 328 |
-
-
|
| 329 |
-
-
|
| 330 |
-
-
|
| 331 |
- ...([查看全部更新](./CHANGELOG.md))
|
| 332 |
|
| 333 |
### [v0.8.0](https://github.com/icebear0828/codex-proxy/releases/tag/v0.8.0) - 2026-02-24
|
|
|
|
| 323 |
<!-- CHANGELOG:START -->
|
| 324 |
### [Unreleased]
|
| 325 |
|
| 326 |
+
- GPT-5.4 + Codex Spark 模型支持:新增 `gpt-5.4`(4 种 effort: minimal/low/medium/high)和 `gpt-5.3-codex-spark`(minimal/low),`codex` 别名更新为 `gpt-5.4`
|
| 327 |
+
- 扩展推理等级:支持 `minimal`、`xhigh` 等新 effort 值,客户端发送的任意 `reasoning_effort` 均透传到后端
|
| 328 |
+
- 模型家族矩阵选择器:Dashboard 模型选择从平面下拉改为家族列表 + 推理等级按钮组,通过 `/v1/models/catalog` 端点获取完整目录
|
| 329 |
+
- 泛化模型识别:`isCodexCompatibleId()` 同时匹配 `gpt-X.Y-codex-*` 和裸 `gpt-X.Y` 格式,确保新模型命名规范变化时自动接入
|
| 330 |
+
- 代码示例动态 reasoning_effort:CodeExamples 组件根据选中的推理等级自动插入 `reasoning_effort` 参数
|
| 331 |
- ...([查看全部更新](./CHANGELOG.md))
|
| 332 |
|
| 333 |
### [v0.8.0](https://github.com/icebear0828/codex-proxy/releases/tag/v0.8.0) - 2026-02-24
|