Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.12.0"
".": "1.13.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.13.0](https://github.com/XxxXTeam/codex-proxy/compare/v1.12.0...v1.13.0) (2026-09-05)


### ✨ 新功能

* 更新客户端版本至0.153.4 ([83b7b56](https://github.com/XxxXTeam/codex-proxy/commit/83b7b5628224a0d1f8b4541dbfdc884c2f6892aa))
* 添加新的模型 gpt-6-astra 到模型列表 ([4e27304](https://github.com/XxxXTeam/codex-proxy/commit/4e2730452c2937d401b287e26177b9f1fa174699))


### 🐛 错误修复

* 修复claude接口思考转换错误的问题,修复了导致流耗时过长的问题 ([3a99065](https://github.com/XxxXTeam/codex-proxy/commit/3a99065b57ed271bb1ed2e83f091d1529f494f66))

## [1.12.0](https://github.com/XxxXTeam/codex-proxy/compare/v1.11.0...v1.12.0) (2026-08-19)


Expand Down