Skip to content

Commit f3d6275

Browse files
committed
docs: remove stray 400k references
1 parent dde97fd commit f3d6275

File tree

5 files changed

+16
-15
lines changed

5 files changed

+16
-15
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project are documented here. Dates use the ISO forma
44

55
## [3.3.0] - 2025-11-19
66
### 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.
88
- Typing and config support for new reasoning options (`none`/`xhigh`, summary `off`/`on`) plus updated test matrix entries.
99

1010
### Changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Follow me on [X @nummanthinks](https://x.com/nummanthinks) for future updates an
3333
## Features
3434

3535
-**ChatGPT Plus/Pro OAuth authentication** - Use your existing subscription
36-
-**12 pre-configured GPT 5.1 variants** - GPT 5.1, GPT 5.1 Codex, GPT 5.1 Codex Max, and GPT 5.1 Codex Mini presets for common reasoning levels (including `gpt-5.1-codex-max-low/medium/high/xhigh`)
36+
-**13 pre-configured GPT 5.1 variants** - GPT 5.1, GPT 5.1 Codex, GPT 5.1 Codex Max, and GPT 5.1 Codex Mini presets for common reasoning levels (including `gpt-5.1-codex-max` and `gpt-5.1-codex-max-low/medium/high/xhigh`)
3737
- ⚠️ **GPT 5.1 only** - Older GPT 5.0 models are deprecated and may not work reliably
3838
-**Zero external dependencies** - Lightweight with only @openauthjs/openauth
3939
-**Auto-refreshing tokens** - Handles token expiration automatically
@@ -134,7 +134,7 @@ Follow me on [X @nummanthinks](https://x.com/nummanthinks) for future updates an
134134
"name": "GPT 5.1 Codex Max (OAuth)",
135135
"limit": {
136136
"context": 272000,
137-
"output": 400000
137+
"output": 128000
138138
},
139139
"options": {
140140
"reasoningEffort": "high",
@@ -198,7 +198,7 @@ Follow me on [X @nummanthinks](https://x.com/nummanthinks) for future updates an
198198
"name": "GPT 5.1 Codex Max Extra High (OAuth)",
199199
"limit": {
200200
"context": 272000,
201-
"output": 400000
201+
"output": 128000
202202
},
203203
"options": {
204204
"reasoningEffort": "xhigh",
@@ -299,7 +299,7 @@ Follow me on [X @nummanthinks](https://x.com/nummanthinks) for future updates an
299299
**Global config**: `~/.config/opencode/opencode.json`
300300
**Project config**: `<project>/.opencode.json`
301301

302-
This gives you 12 GPT 5.1 variants with different reasoning levels:
302+
This gives you 13 GPT 5.1 variants with different reasoning levels:
303303
- **gpt-5.1-codex** (low/medium/high) - Latest Codex model presets
304304
- **gpt-5.1-codex-max** (low/medium/high/xhigh) - Codex Max presets (`gpt-5.1-codex-max-low/medium/high/xhigh`)
305305
- **gpt-5.1-codex-mini** (medium/high) - Latest Codex mini tier presets
@@ -395,6 +395,7 @@ When using [`config/full-opencode.json`](./config/full-opencode.json), you get t
395395
| `gpt-5.1-codex-low` | GPT 5.1 Codex Low (OAuth) | Low | Fast code generation |
396396
| `gpt-5.1-codex-medium` | GPT 5.1 Codex Medium (OAuth) | Medium | Balanced code tasks |
397397
| `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 |
398399
| `gpt-5.1-codex-max-low` | GPT 5.1 Codex Max Low (OAuth) | Low | Fast exploratory large-context work |
399400
| `gpt-5.1-codex-max-medium` | GPT 5.1 Codex Max Medium (OAuth) | Medium | Balanced large-context builds |
400401
| `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
410411

411412
> **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).
412413
>
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).
414415
415416
> **⚠️ 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.
416417
@@ -482,7 +483,7 @@ If you want to customize settings yourself, you can configure options at provide
482483
> **Notes**:
483484
> - `minimal` effort is auto-normalized to `low` for Codex models.
484485
> - 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.
486487
487488
#### Global Configuration Example
488489

config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cp config/full-opencode.json ~/.config/opencode/opencode.json
2222
**What's included:**
2323
- All supported GPT 5.1 variants: gpt-5.1, gpt-5.1-codex, gpt-5.1-codex-max, gpt-5.1-codex-mini
2424
- Proper reasoning effort settings for each variant (including new `xhigh` for Codex Max)
25-
- Context limits (272k context / 128k output for core Codex; Codex Max allows larger outputs)
25+
- Context limits (272k context / 128k output for all Codex families, including Codex Max)
2626
- Required options: `store: false`, `include: ["reasoning.encrypted_content"]`
2727

2828
### ❌ Other Configurations (NOT SUPPORTED)

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ CODEX_MODE=1 opencode run "task" # Temporarily enable
394394
## Configuration Files
395395

396396
**Provided Examples:**
397-
- [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
398398

399399
> **⚠️ 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.
400400

docs/getting-started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Add this to `~/.config/opencode/opencode.json`:
9898
"name": "GPT 5.1 Codex Max (OAuth)",
9999
"limit": {
100100
"context": 272000,
101-
"output": 400000
101+
"output": 128000
102102
},
103103
"options": {
104104
"reasoningEffort": "high",
@@ -154,7 +154,7 @@ Add this to `~/.config/opencode/opencode.json`:
154154
"name": "GPT 5.1 Codex Max Extra High (OAuth)",
155155
"limit": {
156156
"context": 272000,
157-
"output": 400000
157+
"output": 128000
158158
},
159159
"options": {
160160
"reasoningEffort": "xhigh",
@@ -242,16 +242,16 @@ Add this to `~/.config/opencode/opencode.json`:
242242

243243
**What you get:**
244244
- ✅ GPT 5.1 Codex (Low/Medium/High reasoning)
245-
- ✅ GPT 5.1 Codex Max (Low/Medium/High/xHigh reasoning presets, larger outputs)
245+
- ✅ GPT 5.1 Codex Max (Low/Medium/High/xHigh reasoning presets)
246246
- ✅ GPT 5.1 Codex Mini (Medium/High reasoning)
247247
- ✅ 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.
249249
- ✅ All visible in OpenCode model selector
250250
- ✅ Optimal settings for each reasoning level
251251

252252
> **Note**: All `gpt-5.1-codex-mini*` presets use 272k context / 128k output limits.
253253
>
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).
255255
256256
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.
257257

@@ -299,7 +299,7 @@ opencode run "write hello world to test.txt" --model=openai/gpt-5.1-codex-medium
299299
opencode
300300
```
301301

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!
303303

304304
---
305305

0 commit comments

Comments
 (0)