@@ -40,12 +40,12 @@ graph TD
4040never interrupt a running tool; drain steering in batches once safe, then handle
4141post-turn follow-ups one at a time.
4242
43- ## Model roles (2026-07-08 )
43+ ## Model roles (2026-07-10 )
4444
4545```
4646default xai-oauth/grok-composer-2.5-fast # shared default; hosts may override
4747smol xai-oauth/grok-composer-2.5-fast # shared fast/mechanical slot
48- slow openai-codex/gpt-5.5 :high # heavier direct-sub reasoning
48+ slow openai-codex/gpt-5.6-sol :high # heavier direct-sub reasoning
4949plan vibeproxy/claude-opus-4-8:high # strong planning via VibeProxy
5050commit xai-oauth/grok-composer-2.5-fast # falls back through smol
5151```
@@ -64,15 +64,11 @@ for the smol/commit fast path. Precedence: `--smol` flag > `PI_SMOL_MODEL` env >
6464rendered ` config.yml ` .
6565
6666- ** mactraitorpro** : smol via ` xai-oauth/grok-composer-2.5-fast ` .
67- - ** seqeratop** : smol ` cursor/composer-2.5 ` ; default ` openai-codex/gpt-5.5:low ` .
68-
69- ** Gotcha — Codex catalog lies.** ` omp models openai-codex ` lists 16 ids, but a
70- ** ChatGPT-account** Codex login only permits the current generation. Every
71- older id (` gpt-5.3-codex ` , ` gpt-5.4-nano ` , anything ≤5.2) returns _ "not
72- supported when using Codex with a ChatGPT account."_ Verified-usable set:
73- ` gpt-5.5 ` , ` gpt-5.4 ` , ` gpt-5.4-mini ` , ` gpt-5.3-codex-spark ` . Always smoke-test
74- (` omp -p --model <id> --no-tools --no-session "say ok" ` ) before trusting a
75- catalog id.
67+ - ** seqeratop** : smol ` cursor/composer-2.5 ` ; default ` openai-codex/gpt-5.6-sol:low ` .
68+
69+ ** Gotcha — Codex catalog lies.** ` omp models openai-codex ` can list unsupported
70+ ids; smoke-test every new id before trusting it. Verified GPT-5.6 ids:
71+ ` gpt-5.6-sol ` , ` gpt-5.6-terra ` , ` gpt-5.6-luna ` .
7672
7773---
7874
0 commit comments