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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ All notable changes to this project are documented here. Dates use the ISO forma
4
4
5
5
## [3.3.0] - 2025-11-19
6
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.
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 extended reasoning options (including `none`/`xhigh`) while keeping the 272k context / 128k output limits.
8
8
- Typing and config support for new reasoning options (`none`/`xhigh`, summary `off`/`on`) plus updated test matrix entries.
|`gpt-5.1-codex-medium`| GPT 5.1 Codex Medium (OAuth) | Medium | Balanced code tasks |
397
397
|`gpt-5.1-codex-high`| GPT 5.1 Codex High (OAuth) | High | Complex code & tools |
398
+
|`gpt-5.1-codex-max`| GPT 5.1 Codex Max (OAuth) | High | Default Codex Max preset with large-context support |
398
399
|`gpt-5.1-codex-max-low`| GPT 5.1 Codex Max Low (OAuth) | Low | Fast exploratory large-context work |
399
400
|`gpt-5.1-codex-max-medium`| GPT 5.1 Codex Max Medium (OAuth) | Medium | Balanced large-context builds |
400
401
|`gpt-5.1-codex-max-high`| GPT 5.1 Codex Max High (OAuth) | High | Long-horizon builds, large refactors |
@@ -410,7 +411,7 @@ When using [`config/full-opencode.json`](./config/full-opencode.json), you get t
410
411
411
412
> **Note**: All `gpt-5.1-codex-mini*` presets map directly to the `gpt-5.1-codex-mini` slug with standard Codex limits (272k context / 128k output).
412
413
>
413
-
> **Note**: Codex Max presets use the `gpt-5.1-codex-max` slug with 272k input and expanded ~400k output support. Use `gpt-5.1-codex-max-low/medium/high/xhigh` to pick reasoning level (only `-xhigh` uses `xhigh` reasoning).
414
+
> **Note**: Codex Max presets use the `gpt-5.1-codex-max` slug with 272k context and 128k output. Use `gpt-5.1-codex-max-low/medium/high/xhigh` to pick reasoning level (only `-xhigh` uses `xhigh` reasoning).
414
415
415
416
> **⚠️ Important**: GPT 5 models can be temperamental - some variants may work better than others, some may give errors, and behavior may vary. Stick to the presets above configured in `full-opencode.json` for best results.
416
417
@@ -482,7 +483,7 @@ If you want to customize settings yourself, you can configure options at provide
482
483
> **Notes**:
483
484
> -`minimal` effort is auto-normalized to `low` for Codex models.
484
485
> - Codex Mini clamps to `medium`/`high`; `xhigh` downgrades to `high`.
485
-
> - Codex Max supports `none`/`xhigh` plus expanded output limits (~400k).
486
+
> - Codex Max supports `none`/`xhigh` plus extended reasoning options while keeping the same 272k context / 128k output limits.
-[config/full-opencode.json](../config/full-opencode.json) - Complete with 8 GPT 5.1 variants
397
+
-[config/full-opencode.json](../config/full-opencode.json) - Complete with 13 GPT 5.1 variants
398
398
399
399
> **⚠️ REQUIRED:** You MUST use `full-opencode.json` - this is the ONLY officially supported configuration. Minimal configs are NOT supported for GPT 5 models and will fail unpredictably. OpenCode's auto-compaction and usage widgets also require the full config's per-model `limit` metadata.
- ✅ GPT 5.1 Codex Max (Low/Medium/High/xHigh reasoning presets)
246
246
- ✅ GPT 5.1 Codex Mini (Medium/High reasoning)
247
247
- ✅ GPT 5.1 (Low/Medium/High reasoning)
248
-
- ✅ 272k context + 128k output window for core presets (Codex Max expands output to ~400k)
248
+
- ✅ 272k context + 128k output window for all GPT 5.1 presets.
249
249
- ✅ All visible in OpenCode model selector
250
250
- ✅ Optimal settings for each reasoning level
251
251
252
252
> **Note**: All `gpt-5.1-codex-mini*` presets use 272k context / 128k output limits.
253
253
>
254
-
> **Note**: Codex Max presets map to the `gpt-5.1-codex-max` slug with 272k input and expanded ~400k output. Use `gpt-5.1-codex-max-low/medium/high/xhigh` to pick the reasoning level (only `-xhigh` uses `xhigh` reasoning).
254
+
> **Note**: Codex Max presets map to the `gpt-5.1-codex-max` slug with 272k context and 128k output. Use `gpt-5.1-codex-max-low/medium/high/xhigh` to pick the reasoning level (only `-xhigh` uses `xhigh` reasoning).
255
255
256
256
Prompt caching is enabled out of the box: when OpenCode sends its session identifier as `prompt_cache_key`, the plugin forwards it untouched so multi-turn runs reuse prior work. The CODEX_MODE bridge prompt bundled with the plugin is kept in sync with the latest Codex CLI release, so the OpenCode UI and Codex share the same tool contract. If you hit your ChatGPT subscription limits, the plugin returns a friendly Codex-style message with the 5-hour and weekly usage windows so you know when capacity resets.
257
257
@@ -299,7 +299,7 @@ opencode run "write hello world to test.txt" --model=openai/gpt-5.1-codex-medium
299
299
opencode
300
300
```
301
301
302
-
You'll see all 8 GPT 5.1 variants (5.1, 5.1 Codex, and 5.1 Codex Mini presets) in the model selector!
302
+
You'll see all 13 GPT 5.1 variants (Codex, Codex Max, Codex Mini, and GPT 5.1 presets) in the model selector!
0 commit comments