@@ -76,7 +76,7 @@ OPTIONS:
7676 --plan-file <path> Explicit plan file path (alternative to positional arg)
7777 --max <N> Maximum iterations before auto-stop (default: 42)
7878 --codex-model <MODEL:EFFORT>
79- Codex model and reasoning effort (default from config, fallback gpt-5.4 :high)
79+ Codex model and reasoning effort (default from config, fallback gpt-5.5 :high)
8080 --codex-timeout <SECONDS>
8181 Timeout for each Codex review in seconds (default: 5400)
8282 --track-plan-file Indicate plan file should be tracked in git (must be clean)
@@ -240,7 +240,7 @@ translated plan and QA variants by inserting `_<code>` before the file extension
240240
241241OPTIONS:
242242 --codex-model <MODEL:EFFORT>
243- Codex model and reasoning effort (default from config, fallback gpt-5.4 :high)
243+ Codex model and reasoning effort (default from config, fallback gpt-5.5 :high)
244244 --codex-timeout <SECONDS>
245245 Timeout for the Codex query in seconds (default: 3600)
246246 -h, --help Show help message
@@ -265,7 +265,7 @@ Current built-in keys:
265265
266266| Key | Default | Description |
267267| -----| ---------| -------------|
268- | ` codex_model ` | ` gpt-5.4 ` | Shared default model for Codex-backed review and analysis |
268+ | ` codex_model ` | ` gpt-5.5 ` | Shared default model for Codex-backed review and analysis |
269269| ` codex_effort ` | ` high ` | Shared default reasoning effort (` xhigh ` , ` high ` , ` medium ` , ` low ` ) |
270270| ` bitlesson_model ` | ` haiku ` | Model used by the BitLesson selector agent |
271271| ` provider_mode ` | unset | Optional runtime mode hint such as ` codex-only ` |
@@ -279,7 +279,7 @@ All Codex-using features (RLCR loop, ask-codex) share the same model configurati
279279
280280| Key | Default | Description |
281281| -----| ---------| -------------|
282- | ` codex_model ` | ` gpt-5.4 ` | Model used for Codex operations (reviews, analysis, queries) |
282+ | ` codex_model ` | ` gpt-5.5 ` | Model used for Codex operations (reviews, analysis, queries) |
283283| ` codex_effort ` | ` high ` | Reasoning effort (` xhigh ` , ` high ` , ` medium ` , ` low ` ) |
284284
285285To override, add to ` .humanize/config.json ` :
@@ -300,7 +300,7 @@ Codex model is resolved with this precedence:
3003001 . CLI ` --codex-model ` flag (highest priority)
3013012 . Feature-specific defaults
3023023 . Config-backed defaults from the 4-layer hierarchy above
303- 4 . Hardcoded fallback (` gpt-5.4 :high ` )
303+ 4 . Hardcoded fallback (` gpt-5.5 :high ` )
304304
305305** Migration note** : If your ` .humanize/config.json ` contains the legacy keys
306306` loop_reviewer_model ` or ` loop_reviewer_effort ` , they are silently ignored.
0 commit comments