Skip to content

Commit b8c8989

Browse files
committed
chore(omp): use gpt-5.6 sol
1 parent 5901569 commit b8c8989

6 files changed

Lines changed: 16 additions & 18 deletions

File tree

config/omp/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ setupVersion: 1
5555
modelRoles:
5656
default: xai-oauth/grok-composer-2.5-fast
5757
smol: xai-oauth/grok-composer-2.5-fast
58-
slow: openai-codex/gpt-5.5:high
58+
slow: openai-codex/gpt-5.6-sol:high
5959
plan: vibeproxy/claude-opus-4-8:high
6060
textVerbosity: low
6161
personality: pragmatic

config/pi/settings.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"$schema": "./settings-schema.json",
44
// Model configuration
55
"defaultProvider": "openai-codex",
6-
"defaultModel": "gpt-5.5",
6+
"defaultModel": "gpt-5.6-sol",
77
"defaultThinkingLevel": "medium",
88
// Model cycling - Ctrl+P to toggle between these
9-
"enabledModels": ["openai-codex/gpt-5.5", "openai-codex/gpt-5.4-mini", "opencode-go/glm-5.2"],
9+
"enabledModels": ["openai-codex/gpt-5.6-sol", "openai-codex/gpt-5.6-terra", "openai-codex/gpt-5.6-luna", "openai-codex/gpt-5.4-mini", "opencode-go/glm-5.2"],
1010
// UI preferences
1111
"theme": "terminal",
1212
"quietStartup": true,

hosts/seqeratop/default.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,9 @@
8181
pi = {
8282
enable = true;
8383
enabledModels = [
84-
"gpt-5.5"
84+
"gpt-5.6-sol"
85+
"gpt-5.6-terra"
86+
"gpt-5.6-luna"
8587
"cursor/composer-2.5"
8688
"gpt-5.4-mini"
8789
];
@@ -101,7 +103,7 @@
101103
smolModel = "cursor/composer-2.5";
102104
modelRoles = {
103105
smol = "cursor/composer-2.5";
104-
default = "openai-codex/gpt-5.5:low";
106+
default = "openai-codex/gpt-5.6-sol:low";
105107
};
106108
# Match the rest of this host's Seqera branding (stylix seqera-dark,
107109
# ghostty SeqeraDark/Light, herdr seqera variant). mactraitorpro

modules/agents/omp/AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ differences; keep shared defaults in `config/omp/config.yml`. Precedence:
5555

5656
Current split: MacTraitor-Pro uses `xai-oauth/grok-composer-2.5-fast`;
5757
Seqeratop renders `cursor/composer-2.5` for smol and
58-
`openai-codex/gpt-5.5:low` for default. Keep future host-specific role changes
58+
`openai-codex/gpt-5.6-sol:low` for default. Keep future host-specific role changes
5959
in the host `modules.agents.omp` block, not shared `config.yml`.
6060

6161
## Docs

modules/agents/omp/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ in
462462
};
463463
dailyIntrospection = {
464464
enable = mkBoolOpt false;
465-
model = mkOpt types.str "openai-codex/gpt-5.5:high";
465+
model = mkOpt types.str "openai-codex/gpt-5.6-sol:high";
466466
hour = mkOpt types.int 4;
467467
minute = mkOpt types.int 30;
468468
maxTimeSeconds = mkOpt types.int 900;

modules/agents/omp/message-queue.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ graph TD
4040
never interrupt a running tool; drain steering in batches once safe, then handle
4141
post-turn follow-ups one at a time.
4242

43-
## Model roles (2026-07-08)
43+
## Model roles (2026-07-10)
4444

4545
```
4646
default xai-oauth/grok-composer-2.5-fast # shared default; hosts may override
4747
smol 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
4949
plan vibeproxy/claude-opus-4-8:high # strong planning via VibeProxy
5050
commit 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 >
6464
rendered `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

Comments
 (0)