Skip to content

Commit dfd8715

Browse files
committed
feat: update changelog
1 parent ffd6e1e commit dfd8715

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project are documented here. Dates use the ISO format (YYYY-MM-DD).
44

5+
## [3.3.0] - 2025-11-19
6+
### Added
7+
- GPT 5.1 Codex Max support: normalization, per-model defaults, and new presets (`gpt-5.1-codex-max`, `gpt-5.1-codex-max-xhigh`) with expanded output window and `xhigh` reasoning.
8+
- Typing and config support for new reasoning options (`none`/`xhigh`, summary `off`/`on`) plus updated test matrix entries.
9+
10+
### Changed
11+
- Codex Mini clamping now downgrades unsupported `xhigh` to `high` and guards against `none`/`minimal` inputs.
12+
- Documentation, config guides, and validation scripts now reflect 10 verified GPT 5.1 variants including Codex Max.
13+
514
## [3.2.0] - 2025-11-14
615
### Added
716
- GPT 5.1 model family support: normalization for `gpt-5.1`, `gpt-5.1-codex`, and `gpt-5.1-codex-mini` plus new GPT 5.1-only presets in the canonical `config/full-opencode.json`.

0 commit comments

Comments
 (0)