omnilane 0.34.0 → 0.41.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -2
- package/.claude-plugin/plugin.json +1 -1
- package/CHANGELOG.md +47 -1
- package/README.ja.md +44 -33
- package/README.ko.md +44 -32
- package/README.md +71 -77
- package/README.zh-CN.md +42 -30
- package/README.zh-TW.md +65 -68
- package/VERSION +1 -1
- package/docs/aa-model-coverage-2026-09-05.json +29204 -0
- package/docs/model-capabilities-2026-09.md +380 -0
- package/package.json +3 -1
- package/plugin.json +1 -1
- package/routing.local.yaml.example +8 -3
- package/routing.yaml +16 -16
- package/scripts/configure.sh +4 -4
- package/scripts/dispatch.sh +83 -14
- package/scripts/doctor.sh +55 -1
- package/scripts/jobs.sh +6 -2
- package/scripts/lib/common.sh +47 -1
- package/scripts/lib/job-worker.sh +312 -20
- package/scripts/lib/live-protocol.sh +147 -2
- package/scripts/lib/normalize-claude-stream.py +72 -0
- package/scripts/lib/prepare-agy-mode.py +374 -0
- package/scripts/release-audit.sh +103 -0
- package/scripts/runners/run-claude.sh +81 -47
- package/scripts/runners/run-codex-live.py +462 -0
- package/scripts/runners/run-codex.sh +62 -3
- package/scripts/runners/run-gemini.sh +85 -10
- package/scripts/runners/run-grok-live.py +426 -0
- package/scripts/runners/run-grok.sh +113 -6
- package/scripts/runners/run-vote.sh +3 -3
- package/skills/omnilane/SKILL.md +106 -59
|
@@ -0,0 +1,380 @@
|
|
|
1
|
+
# Model capabilities — September 2026 snapshot
|
|
2
|
+
|
|
3
|
+
External records are dated per section. The 2026-09-05 decision below is the
|
|
4
|
+
current basis for `routing.yaml`; the earlier 2026-09-02 v4.1.1-era snapshot is
|
|
5
|
+
kept as historical evidence rather than relabelled as v4.2.
|
|
6
|
+
|
|
7
|
+
## Current routing decision — 2026-09-05
|
|
8
|
+
|
|
9
|
+
### Comparable evidence and limits
|
|
10
|
+
|
|
11
|
+
- **AA Intelligence Index v4.2, same-condition comparison:** Claude Fable 5.1
|
|
12
|
+
scored 57 at max and 54 at xhigh; GPT-6 Astra scored 55 at max and 54 at
|
|
13
|
+
xhigh. Retrieved 2026-09-05 from the AA Fable/Astra comparison.
|
|
14
|
+
- **AA Briefcase:** Fable/Astra scored 1666/1566 at max and 1657/1540 at
|
|
15
|
+
xhigh. Retrieved 2026-09-05.
|
|
16
|
+
- **Native coding-agent comparison:** Fable max completed 70 at $9.18/task in
|
|
17
|
+
24 minutes; Astra max completed 67 at $4.72/task in 26.8 minutes. Sol high
|
|
18
|
+
completed 64 at $3/task in 6.2 minutes; Luna high completed 52 at $0.18/task
|
|
19
|
+
in 5.7 minutes. Retrieved 2026-09-05.
|
|
20
|
+
- **Flash native-agent rows:** Antigravity SDK Gemini 3.8 Flash medium
|
|
21
|
+
completed 59.09 at $2.009/task in 7.63 minutes; OpenCode Gemini 3.8
|
|
22
|
+
Flash high completed 61.15 at $2.038/task in 11.85 minutes. They are
|
|
23
|
+
different harness/model-effort rows, so neither is evidence that one
|
|
24
|
+
generation or effort is categorically faster. The separate 2026-09-02
|
|
25
|
+
Flash article uses AA v4.1.1; its per-task time/cost can guide an effort
|
|
26
|
+
choice, but its aggregate score is not compared directly with v4.2 totals.
|
|
27
|
+
Flash 3.8 high also costs about 40% more per task than 3.7 high in that
|
|
28
|
+
article, so the refresh does not claim every 3.8 configuration is cheaper.
|
|
29
|
+
- **Capability boundaries:** UI taste has no matching benchmark here; one
|
|
30
|
+
million tokens of context does not establish long-context task quality;
|
|
31
|
+
Grok Build comparison data still names 4.5 high and is not represented as a
|
|
32
|
+
Grok 4.6 runtime result; Qwen scores from another harness do not establish
|
|
33
|
+
that this repository's Qwen CLI alias is equivalent.
|
|
34
|
+
|
|
35
|
+
Sources: [Fable 5.1 vs Astra v4.2](https://artificialanalysis.ai/models/releases/comparisons/gpt-6-astra-vs-claude-fable-5-1),
|
|
36
|
+
[AA Briefcase](https://artificialanalysis.ai/evaluations/aa-briefcase),
|
|
37
|
+
[native Claude Code vs Codex](https://artificialanalysis.ai/agents/coding-agents/comparisons/claude-code-vs-codex),
|
|
38
|
+
[native Antigravity vs Claude Code](https://artificialanalysis.ai/agents/coding-agents/comparisons/antigravity-sdk-vs-claude-code), and
|
|
39
|
+
[Gemini 3.8 Flash article](https://artificialanalysis.ai/articles/gemini-3-8-flash).
|
|
40
|
+
|
|
41
|
+
### Full-roster v4.2 check — 2026-09-05
|
|
42
|
+
|
|
43
|
+
The public leaderboard was extracted as 643 unique model/configuration rows and
|
|
44
|
+
identified itself as AA Intelligence Index v4.2. The machine-readable inventory
|
|
45
|
+
is [`aa-model-coverage-2026-09-05.json`](aa-model-coverage-2026-09-05.json).
|
|
46
|
+
An AA slug is evidence identity, not a CLI/API model ID.
|
|
47
|
+
|
|
48
|
+
| Current/relevant row | Intel | Agentic | Coding | AA-LCR v1.1 | Accuracy | Hallucination rate | 7:2:1 $/M tokens | tok/s | TTFA s |
|
|
49
|
+
|---|---:|---:|---:|---:|---:|---:|---:|---:|---:|
|
|
50
|
+
| Claude Opus 5 high | 52.03 | 52.91 | 76.52 | .79 | 58.9% | 61.2% | $3.85 | 53.4 | 19.5 |
|
|
51
|
+
| Claude Opus 5 xhigh | 53.37 | 55.67 | 77.00 | .8033 | 59.5% | 59.5% | $3.85 | 54.5 | 33.8 |
|
|
52
|
+
| Claude Sonnet 5 high | n/a | n/a | n/a | n/a | n/a | n/a | $1.54 | 69.4 | 11.0 |
|
|
53
|
+
| Claude Sonnet 5 max | 45.11 | 44.53 | 71.55 | .82 | 40.1% | 39.4% | $1.54 | 75.0 | 203.7 |
|
|
54
|
+
| Claude Haiku 4.5 reasoning | 22.46 | 10.43 | 43.89 | .74 | 18.0% | 27.3% | $0.77 | 94.2 | 20.2 |
|
|
55
|
+
| Claude Haiku 4.5 non-reasoning | 17.36 | n/a | n/a | .50 | 14.4% | 25.7% | $0.77 | 82.8 | 0.8 |
|
|
56
|
+
| GPT-5.6 Sol high | 48.30 | 44.95 | 77.16 | .82 | 58.4% | 91.2% | $3.08 | 71.9 | 13.8 |
|
|
57
|
+
| GPT-5.6 Terra max | 46.77 | 43.94 | 76.66 | .83 | 46.8% | 87.9% | $1.74 | 111.4 | 168.8 |
|
|
58
|
+
| GPT-5.6 Luna high | 37.36 | 35.85 | 63.34 | .80 | 41.8% | 92.4% | $0.174 | 123.1 | 19.7 |
|
|
59
|
+
| GPT-5.6 Luna medium | 30.19 | 25.49 | 50.73 | .75 | 40.7% | 90.9% | $0.174 | 107.1 | 3.0 |
|
|
60
|
+
|
|
61
|
+
`lcr` is AA-LCR v1.1; it is not `mlcrOverall`. AA's hallucination rate is
|
|
62
|
+
`incorrect / (incorrect + partial + not attempted)`, not a general error rate,
|
|
63
|
+
so accuracy is shown beside it. Null leaderboard cells remain `n/a`.
|
|
64
|
+
|
|
65
|
+
This current snapshot changes the role explanation, not the 12 product chains:
|
|
66
|
+
|
|
67
|
+
- **Fable 5.1 max** remains the quality-first controller recommendation.
|
|
68
|
+
- **Opus 5 high/xhigh** is the balanced controller and independent-review
|
|
69
|
+
option. Opus high slightly exceeds Fable high on current Intel (52.03 vs
|
|
70
|
+
51.67) and has lower AA hallucination rate (61.2% vs 68.8%). A separate
|
|
71
|
+
native-agent result put Opus xhigh at 68.15 and Astra max at 66.97, but that
|
|
72
|
+
is a different harness and is not used as a same-condition ordering claim.
|
|
73
|
+
- **Astra** remains the existing-Codex-quota controller backup, independent
|
|
74
|
+
reviewer, and coding-oriented hard-work choice.
|
|
75
|
+
- **Sol high** stays on bulk/UI: native-agent 64.12 / $3 / 6.17m versus Sol
|
|
76
|
+
xhigh 63.34 / $3.74 / 7.34m. Sol xhigh still has an explicit difficult-repo
|
|
77
|
+
role because its DeepSWE result (66.96%) exceeds high (64.90%); high does not
|
|
78
|
+
dominate every subtest.
|
|
79
|
+
- **Terra max** remains the long-context fallback (LCR .83 versus Flash 3.8
|
|
80
|
+
Medium .84), not a controller promotion.
|
|
81
|
+
- **Luna high** remains triage primary / fast-agentic fallback. Luna medium is
|
|
82
|
+
an explicit low-cost-family first-pass option with a quality gate, not a new
|
|
83
|
+
default.
|
|
84
|
+
- **Sonnet high** remains a bulk/search fallback. Sonnet max's current score,
|
|
85
|
+
low hallucination rate and high latency do not prove the unscored high row.
|
|
86
|
+
- **Haiku 4.5** remains simple triage/fast fallback. Its lower hallucination
|
|
87
|
+
rate must be read with its low accuracy and absent native-agent comparison.
|
|
88
|
+
|
|
89
|
+
No current measurement supports saying Gemini 3.8 Flash is categorically
|
|
90
|
+
faster than 3.7. Low/medium/high encode intended operating points; the route
|
|
91
|
+
uses them without a cross-generation speed claim.
|
|
92
|
+
|
|
93
|
+
### Explicit candidates outside the default chains
|
|
94
|
+
|
|
95
|
+
The public leaderboard also contains GLM-5.3 max (Intel 48.58), DeepSeek V4 Pro
|
|
96
|
+
0813 max (42.11), DeepSeek V4 Flash 0731 max (40.84), and Mistral Medium 3.5
|
|
97
|
+
(22.66). Their official IDs are exposed for **explicit advise-only** use where
|
|
98
|
+
the repository has that API adapter; they are not work/default candidates.
|
|
99
|
+
GLM-5.3 is reasoning-only (`low`/`high`/`max`, default `max`), and equality to
|
|
100
|
+
AA max remains unverified until the adapter is shown to propagate thinking and
|
|
101
|
+
effort. Muse Spark 1.3 and GLM-5.3-Flash remain `runtime-gap`: leaderboard
|
|
102
|
+
scores do not establish a local executable ID.
|
|
103
|
+
|
|
104
|
+
Kimi K3 has AA-LCR v1.1 of 88.67%, so it is documented as a named long-context
|
|
105
|
+
candidate. Local Kimi CLI prompt/context transport limits have not been verified,
|
|
106
|
+
therefore it does not replace the current long-context default or fallbacks.
|
|
107
|
+
|
|
108
|
+
### Product defaults: old → new
|
|
109
|
+
|
|
110
|
+
| Lane | Previous first/chain | 2026-09-06 first/chain | Decision boundary |
|
|
111
|
+
|---|---|---|---|
|
|
112
|
+
| hardest-coding | Fable 5.1 xhigh → Sol xhigh → Grok 4.6 → Flash 3.7 high | Fable 5.1 max → Astra xhigh → Grok 4.6 → Flash 3.8 high | Correctness-first same-condition and native coding evidence |
|
|
113
|
+
| bulk-mechanical | Sol high → Flash 3.7 high → Sonnet 5 high | Sol high → Flash 3.8 high → Sonnet 5 high | Keep proven migration/endurance first choice; refresh Flash fallback |
|
|
114
|
+
| triage | Luna high → Flash 3.7 low → Haiku 4.5 | Luna high → Flash 3.8 low → Haiku 4.5 | Keep cheap first-pass route; refresh Flash fallback |
|
|
115
|
+
| hard-judgment | Opus 5 xhigh → Sol max → Grok 4.6 | Fable 5.1 xhigh → Astra xhigh → Grok 4.6 | Strongest current judgment rows; this is not a controller selector |
|
|
116
|
+
| taste-final | Fable 5.1 high → Sol max → Grok 4.6 → Flash 3.7 high | Fable 5.1 xhigh → Astra xhigh → Grok 4.6 → Flash 3.8 high | General-quality ordering with an explicit no-aesthetic-benchmark caveat |
|
|
117
|
+
| consult | Sol max → Fable 5.1 high → Grok 4.6 → Flash 3.7 high | Astra xhigh → Fable 5.1 xhigh → Grok 4.6 → Flash 3.8 medium | Four-vendor explicit consultation; `--vendor` still pins family |
|
|
118
|
+
| ui-draft | Sol xhigh → Fable 5.1 high → Flash 3.7 high | Sol high → Fable 5.1 xhigh → Flash 3.8 high | Native high is faster/cheaper than xhigh here; references remain required |
|
|
119
|
+
| long-context | Flash 3.7 medium → Terra max → Opus 5 medium | Flash 3.8 medium → Terra max → Opus 5 medium | No same-task reason to replace Terra/Opus fallbacks |
|
|
120
|
+
| fast-agentic | Flash 3.7 medium → Luna high → Haiku 4.5 | Flash 3.8 low → Luna high → Haiku 4.5 | Low is the intended latency operating point; no cross-generation speed claim |
|
|
121
|
+
| live-search | Grok 4.6 → Flash 3.7 high → Sonnet 5 high → off | Grok 4.6 → Flash 3.8 high → Sonnet 5 high → off | Preserve native X first; backups are generic web search |
|
|
122
|
+
| coding-overflow | Grok 4.6 → Flash 3.7 high → Kimi K3 → Qwen3 Coder Plus → OpenCode → off | Grok 4.6 → Flash 3.8 high → Kimi K3 → Qwen3 Coder Plus → OpenCode → off | Explicit quota relief; preserve supported non-Codex vendors and aliases |
|
|
123
|
+
| arbitrate | off | off | Opt-in only; each voter and round consumes quota |
|
|
124
|
+
|
|
125
|
+
**2026-09-06 effort policy:** Astra defaults to `xhigh` in hardest-coding and
|
|
126
|
+
hard-judgment, including their Codex fallbacks; explicitly request
|
|
127
|
+
`--vendor codex --effort max` when needed. The dated AA v4.2 non-estimated
|
|
128
|
+
rows put xhigh at 54.31 and $1.8473/task versus max at 54.66 and
|
|
129
|
+
$2.5673/task. These are benchmark API costs, not demonstrated CLI subscription
|
|
130
|
+
quota savings or a guarantee for individual tasks. Vendor order, Claude efforts,
|
|
131
|
+
Sol high, Luna high, and Gemini/Grok routes remain unchanged. No automatic
|
|
132
|
+
risk classifier, retry escalation, or new paid API route is introduced.
|
|
133
|
+
|
|
134
|
+
`voter_spec` is a separate model table: Astra xhigh, Fable 5.1 xhigh,
|
|
135
|
+
Flash 3.8 medium, and Grok 4.6 back the same four voters. It does not add
|
|
136
|
+
voters or rounds. Fable max is the quality-first prompt-level controller,
|
|
137
|
+
Opus high/xhigh is the balanced controller/independent-review option, and Astra
|
|
138
|
+
is the existing-Codex-quota backup/reviewer; controller remains a role, not a
|
|
139
|
+
lane or automatic selection table.
|
|
140
|
+
|
|
141
|
+
### Runtime-gate status
|
|
142
|
+
|
|
143
|
+
- Codex CLI 0.153.4 app-server `model/list` returned `gpt-6-astra` as visible,
|
|
144
|
+
default effort medium, with low/medium/high/xhigh/max/ultra available; stdin
|
|
145
|
+
remained open through the response and EOF exited 0. A subscription-CLI
|
|
146
|
+
generation with `gpt-6-astra` max returned the exact nonce and exited 0.
|
|
147
|
+
- Claude Fable 5.1 already existed in the local catalog and had prior real
|
|
148
|
+
dispatch evidence listed in the historical runtime table below.
|
|
149
|
+
- Antigravity CLI 1.1.27 advertises the exact IDs
|
|
150
|
+
`gemini-3.8-flash-high`, `gemini-3.8-flash-medium`, and
|
|
151
|
+
`gemini-3.8-flash-low`. A high-ID generation reported
|
|
152
|
+
`init.model=gemini-3.8-flash-high` and returned the exact nonce. The command
|
|
153
|
+
resolved to resident `session_mode=live`; it was manually terminated after
|
|
154
|
+
the result instead of being closed through its mailbox, so `exit=143` is not
|
|
155
|
+
treated as a provider or model failure and is not a lifecycle acceptance
|
|
156
|
+
result. Medium/low rely on model-list plus offline exact-ID routing tests.
|
|
157
|
+
|
|
158
|
+
## Historical 2026-09-02 evidence
|
|
159
|
+
|
|
160
|
+
## A. Sources and method
|
|
161
|
+
|
|
162
|
+
- **Artificial Analysis (AA):** per-configuration flight records from
|
|
163
|
+
`artificialanalysis.ai/models/claude-fable-5-1` and the corresponding model
|
|
164
|
+
records, retrieved 2026-09-02.
|
|
165
|
+
- **`$/task`:** AA Intelligence-Index cost per task, reconstructed as the sum
|
|
166
|
+
of the nine evaluation components' `weightedCostPerTask` values.
|
|
167
|
+
- **Coding Index:** Terminal-Bench v2.1 × ⅔ + SciCode × ⅓.
|
|
168
|
+
- **Base slugs:** Sol, Terra, Luna, Kimi K3, and Claude resolve to their maximum
|
|
169
|
+
effort rows; Grok 4.6 and Gemini Flash resolve to high; Gemini 3.1 Pro Preview
|
|
170
|
+
has no effort label. Fable 5.1 rows are AA's “Default Fallback” composite.
|
|
171
|
+
- **Runtime caveats:** `run-grok.sh` ignores effort, so the AA effort row
|
|
172
|
+
reproduced by the CLI is unknown. AA `deprecated` is a dataset flag and
|
|
173
|
+
does not mean a model ID is retired from a CLI.
|
|
174
|
+
- **Cross-checks:** Anthropic's Fable 5.1 announcement table (2026-09-01) and
|
|
175
|
+
Google's Gemini 3.7 Flash launch post (2026-08-13), both retrieved 2026-09-02.
|
|
176
|
+
|
|
177
|
+
### First-party pricing context
|
|
178
|
+
|
|
179
|
+
| Model | Input / output per million tokens | Cache-hit input | Pricing note |
|
|
180
|
+
|---|---:|---:|---|
|
|
181
|
+
| Claude Fable 5.1 | $10 / $50 | $0.25 (0.025×) | Standard price, retrieved 2026-09-02 |
|
|
182
|
+
| Claude Opus 5 | $5 / $25 | $0.50 | Standard price, retrieved 2026-09-02 |
|
|
183
|
+
| Gemini 3.7 Flash | $0.75 / $3.75 | — | Introductory through 2026-12-31; then $1.50 / $7.50 |
|
|
184
|
+
| GPT-5.6 Sol | OpenAI Codex rate card | — | Promotional pricing through at least 2026-11-21 |
|
|
185
|
+
|
|
186
|
+
AA cost per task does not model cache-hit pricing. Subscription CLI quota is a
|
|
187
|
+
separate operational constraint from API dollars.
|
|
188
|
+
|
|
189
|
+
## B. Candidate configurations
|
|
190
|
+
|
|
191
|
+
All rows were retrieved 2026-09-02.
|
|
192
|
+
|
|
193
|
+
| Config | Intel | Agentic | Coding | LCR | Omni | Halluc | GDPval | $/task | tok/s | TTFA s |
|
|
194
|
+
|---|---|---|---|---|---|---|---|---|---|---|
|
|
195
|
+
| Claude Fable 5.1 (max) | 65.7 | 61.3 | 81.6 | .80 | 43.5 | .73 | 1853 | 3.689 | 66 | 157 |
|
|
196
|
+
| Claude Fable 5.1 (xhigh) | 64.8 | 59.8 | 80.7 | .78 | 42.4 | .71 | 1835 | 2.651 | 59 | 42 |
|
|
197
|
+
| Claude Fable 5.1 (high) | 62.5 | 55.8 | 79.1 | .77 | 40.8 | .69 | 1743 | 1.430 | 48 | 7.6 |
|
|
198
|
+
| Claude Fable 5.1 (medium) | 60.5 | 52.7 | 77.1 | .79 | 37.6 | .69 | 1670 | 1.001 | 48 | 4.8 |
|
|
199
|
+
| Claude Fable 5.1 (low) | 58.1 | 49.2 | 75.2 | .79 | 34.1 | .66 | 1587 | 0.774 | 56 | 5.7 |
|
|
200
|
+
| Claude Opus 5 (max) | 63.1 | 59.2 | 78.0 | .76 | 37.1 | .61 | 1824 | 2.337 | 54 | 35 |
|
|
201
|
+
| Claude Opus 5 (xhigh) | 62.5 | 58.4 | 77.0 | .76 | 35.4 | .60 | 1797 | 1.801 | 52 | 25 |
|
|
202
|
+
| Claude Opus 5 (high) | 61.5 | 56.1 | 76.5 | .76 | 33.7 | .61 | 1719 | 1.227 | 48 | 13 |
|
|
203
|
+
| Claude Opus 5 (medium) | 58.6 | 50.4 | 74.3 | .79 | 31.0 | .61 | 1613 | 0.724 | 48 | 6.0 |
|
|
204
|
+
| Claude Opus 5 (low) | 52.5 | 42.1 | 66.9 | .77 | 28.6 | .62 | 1454 | 0.425 | 49 | 3.1 |
|
|
205
|
+
| Claude Sonnet 5 (max) | 55.3 | 49.7 | 71.5 | .77 | 16.4 | .39 | 1584 | 1.717 | 72 | 134 |
|
|
206
|
+
| Claude Sonnet 5 (high) | n/a | n/a | n/a | n/a | n/a | n/a | 1397 | n/a | 61 | 7.0 |
|
|
207
|
+
| Claude Haiku 4.5 (reasoning) | 29.9 | 16.5 | 43.9 | .74 | -4.4 | .27 | 915 | 0.217 | 92 | 9.9 |
|
|
208
|
+
| GPT-5.6 Sol (max) | 60.9 | 57.8 | 77.4 | .78 | 22.0 | .92 | 1710 | 0.953 | 75 | 99 |
|
|
209
|
+
| GPT-5.6 Sol (xhigh) | 59.0 | 53.6 | 78.3 | .76 | 21.0 | .92 | 1672 | 0.628 | 77 | 30 |
|
|
210
|
+
| GPT-5.6 Sol (high) | 57.3 | 50.6 | 77.2 | .75 | 20.4 | .91 | 1616 | 0.427 | 76 | 15 |
|
|
211
|
+
| GPT-5.6 Sol (medium) | 55.6 | 47.9 | 76.3 | .74 | 19.4 | .91 | 1543 | 0.290 | 71 | 6.1 |
|
|
212
|
+
| GPT-5.6 Terra (max) | 56.6 | 50.2 | 76.7 | .80 | 0.1 | .88 | 1566 | 0.526 | 105 | 104 |
|
|
213
|
+
| GPT-5.6 Terra (xhigh) | 52.8 | 46.5 | 70.6 | .75 | -3.0 | .89 | 1563 | 0.318 | 88 | 19 |
|
|
214
|
+
| GPT-5.6 Luna (max) | 52.3 | 46.9 | 71.4 | .78 | -10.3 | .93 | 1569 | 0.049 | 128 | 101 |
|
|
215
|
+
| GPT-5.6 Luna (xhigh) | 50.1 | 44.4 | 68.6 | .73 | -10.8 | .92 | 1515 | 0.033 | 120 | 41 |
|
|
216
|
+
| GPT-5.6 Luna (high) | 47.0 | 41.0 | 63.3 | .74 | -12.0 | .92 | 1457 | 0.022 | 120 | 11 |
|
|
217
|
+
| GPT-5.6 Luna (medium) | 38.9 | 31.8 | 50.7 | .72 | -13.2 | .91 | 1269 | 0.012 | 115 | 2.5 |
|
|
218
|
+
| Gemini 3.7 Flash (High) | 56.0 | 45.1 | 76.1 | .80 | 26.5 | .65 | 1516 | 0.402 | 285 | 7.0 |
|
|
219
|
+
| Gemini 3.7 Flash (Medium) | 53.4 | 45.1 | 71.5 | .81 | 23.7 | .66 | 1492 | 0.263 | 282 | 5.4 |
|
|
220
|
+
| Gemini 3.7 Flash (Low) | 50.9 | 41.6 | 71.0 | .78 | 22.1 | .68 | 1446 | 0.165 | 292 | 1.0 |
|
|
221
|
+
| Gemini 3.6 Flash (High) | 51.6 | 40.5 | 69.2 | .79 | 22.1 | .56 | 1414 | 0.344 | 167 | 14 |
|
|
222
|
+
| Gemini 3.1 Pro Preview | 47.7 | 23.0 | 68.8 | .79 | 31.9 | .51 | 965 | 0.335 | 103 | 25 |
|
|
223
|
+
| Grok 4.6 (high, base) | 60.9 | 58.7 | 76.8 | .75 | 30.5 | .34 | 1730 | 0.937 | 53 | 38 |
|
|
224
|
+
| Grok 4.6 (xhigh) | 60.0 | 56.6 | 75.9 | .76 | 29.3 | .24 | 1755 | 1.230 | 57 | 45 |
|
|
225
|
+
| Grok 4.6 (low) | 51.7 | 47.8 | 66.3 | .79 | 25.9 | .31 | 1552 | 0.255 | 53 | 4.2 |
|
|
226
|
+
| Kimi K3 (max) | 59.7 | 54.3 | 76.2 | .83 | 19.7 | .53 | 1668 | 0.837 | 38 | 53 |
|
|
227
|
+
| Qwen3.8-Flash-Next (no CLI here) | 55.8 | 56.4 | 73.1 | .77 | -9.7 | .45 | 1743 | 0.097 | 89 | 25 |
|
|
228
|
+
| DeepSeek V4 Flash 0731 | 51.8 | 48.4 | 69.1 | .74 | -14.3 | .92 | 1547 | 0.112 | 108 | 20 |
|
|
229
|
+
|
|
230
|
+
Halluc is AA hallucination rate (lower is better). Omni is AA Omniscience.
|
|
231
|
+
TTFA is median time to first answer token in seconds. MMMU-Pro where measured:
|
|
232
|
+
Opus 5 high 0.82, Sol xhigh 0.83, Gemini 3.7 Flash 0.85; Fable 5.1 has not
|
|
233
|
+
been measured.
|
|
234
|
+
|
|
235
|
+
## C. Per-lane decisions
|
|
236
|
+
|
|
237
|
+
All comparisons were retrieved 2026-09-02.
|
|
238
|
+
|
|
239
|
+
| Lane | Criterion | Previous | New | Deciding figures |
|
|
240
|
+
|---|---|---|---|---|
|
|
241
|
+
| hardest-coding | Coding capability | Fable 5.1 xhigh → Sol xhigh | Fable 5.1 xhigh → Sol xhigh → Grok 4.6 → Gemini 3.7 Flash (High) | Fable leads Sol on Terminal-Bench 91.0 vs 89.5 and SciCode 60.1 vs 56.0. Anthropic also puts Fable above Opus on Terminal-Bench 4.0 and CursorBench; Sol's coding component costs about one sixth as much. Fallback-depth pass: Grok (Coding 76.8, hallucination .34) and Flash High (Coding 76.1 at .402/task) keep the lane alive when neither subscription is reachable. |
|
|
242
|
+
| bulk-mechanical | Endurance per dollar | Terra max → Sonnet high → Gemini 3.6 Flash High | Sol high → Gemini 3.7 Flash High → Sonnet high | Sol beats Terra on Intel 57.3/56.6, Agentic 50.6/50.2, Coding 77.2/76.7, $/task .427/.526, and TTFA 15/104. Flash 3.7 beats 3.6 on Intel 56.0/51.6, Agentic 45.1/40.5, Coding 76.1/69.2, throughput 285/167, and TTFA 7/14; its introductory token price is half. Sonnet high remains because per-effort index data are missing and Opus consumes several times more subscription quota per turn. |
|
|
243
|
+
| triage | Cost per task at usable intelligence | Luna medium → Gemini 3.6 Flash Low → Haiku | Luna high → Gemini 3.7 Flash Low → Haiku | Luna high gains 8.1 Intel points (47.0 vs 38.9) for about one extra cent per task (.022 vs .012). Flash Low moves to the current generation; Haiku remains the cheapest Claude row. |
|
|
244
|
+
| hard-judgment | Agentic knowledge work per cost | Fable 5.1 xhigh → Sol max → Grok 4.6 | Opus 5 xhigh → Sol max → Grok 4.6 | Opus xhigh returns 97.7% of Fable xhigh's Agentic score (58.4/59.8) at 68% of the cost (1.801/2.651 per task) and a lower hallucination rate (.60/.71). Grok's Agentic 58.7 is near Sol's 57.8 and its .34 hallucination rate is much lower than Sol's .92, but its effective CLI effort is unknown. |
|
|
245
|
+
| taste-final | Prose and polish | Fable 5.1 high → Sol max | Fable 5.1 high → Sol max → Grok 4.6 → Gemini 3.7 Flash (High) | At the same effort Fable leads Opus high on Intel 62.5/61.5 and Omni 40.8/33.7 for about 17% more per task (1.430/1.227); Opus retained the lower hallucination rate, .61 vs .69. Fallback-depth pass: Grok matches Sol's Intel (60.9) with far better Omni (30.5 vs 22.0) and hallucination rate (.34 vs .92); Flash High closes out the lane at Intel 56.0 and .402/task. |
|
|
246
|
+
| consult | Named-model direct question | Sol max → Opus high → Grok → Gemini 3.1 Pro High | Sol max → Fable 5.1 high → Grok → Gemini 3.7 Flash High | The Claude slot becomes the strongest current Claude. Flash beats 3.1 Pro on Intel 56.0/47.7, Agentic 45.1/23.0, and Coding 76.1/68.8; Pro retains only Omni, 31.9/26.5. |
|
|
247
|
+
| ui-draft | Coding and measured multimodality with references | Sol xhigh → Fable 5.1 high | Sol xhigh → Fable 5.1 high → Gemini 3.7 Flash (High) | Fable high beats Opus high, the prior fallback, on Intel 62.5/61.5 and Coding 79.1/76.5. MMMU-Pro is unmeasured for Fable; measured rows are Opus high .82, Sol xhigh .83, and Flash .85. Fallback-depth pass: Flash High holds the highest measured MMMU-Pro (.85) among the shipped candidates and is the cheapest, keeping the lane alive as a third option. |
|
|
248
|
+
| long-context | AA-LCR, then secondary axes | Gemini 3.1 Pro High → Sol high → Opus high | Gemini 3.7 Flash Medium → Terra max → Opus medium | Flash edges Pro on LCR .81/.79 inside AA's 10k–100k caveat, with Intel 53.4/47.7, $/task .263/.335, and throughput 282/103. Terra's .80 replaces Sol high's .75. Opus medium matches Fable medium at .79 LCR for .724 vs 1.001 per task. |
|
|
249
|
+
| fast-agentic | Interactive multi-step latency | Gemini 3.7 Flash Medium → Luna high | Gemini 3.7 Flash Medium → Luna high → Claude Haiku 4.5 | Luna max has Agentic 46.9 vs Flash 45.1, but TTFA is 101 vs 5.4 seconds and throughput 128 vs 282 tok/s. Luna high is the Codex fallback on TTFA, 11 seconds vs xhigh's 41. Fallback-depth pass: Haiku adds a third, low-latency Claude candidate at TTFA 9.9s and .217/task. |
|
|
250
|
+
| live-search | Native live X/web access | Grok 4.6 → off | Grok 4.6 → Gemini 3.7 Flash (High) → Claude Sonnet 5 (high) → off | The lane is still defined by Grok's native live-search surface rather than an AA score. Fallback-depth pass: Flash High and Sonnet are not native X/live-search candidates — they fall back to their own web-search tools, a strictly weaker but non-zero substitute, so a missing Grok CLI no longer strands the lane. |
|
|
251
|
+
| coding-overflow | Coding value outside Codex | Grok 4.6 → Kimi → Qwen → OpenCode → off | Grok 4.6 → Gemini 3.7 Flash High → Kimi → Qwen → OpenCode → off | Flash Coding 76.1 is near Grok's 76.8 at .402 vs .937 per task. Grok's .34 hallucination rate is roughly a third of Opus max's .61 and well under half of Fable max's .73. Qwen3.8-Flash-Next has Coding 73.1, Agentic 56.4, and .097/task; re-evaluate when a Qwen CLI makes its alias testable. |
|
|
252
|
+
| arbitrate | Explicit multi-model vote | off | off | Unchanged; the quota-multiplying panel remains opt-in. |
|
|
253
|
+
|
|
254
|
+
**2026-09-03 decisions (Vincent).** Value rule: the published table stays
|
|
255
|
+
capability-correct on the AA data above, but where two configurations sit
|
|
256
|
+
close on a lane's own criterion, the cheaper one wins — the deciding factor
|
|
257
|
+
behind the hard-judgment swap to Opus 5. Fallback-depth rule: every active
|
|
258
|
+
lane (`arbitrate` intentionally excluded) now carries at least three vendor
|
|
259
|
+
candidates, so a single missing CLI cannot strand it — the reason
|
|
260
|
+
hardest-coding, taste-final, ui-draft, fast-agentic, and live-search each
|
|
261
|
+
gained new fallbacks in this pass.
|
|
262
|
+
|
|
263
|
+
## D. First-party cross-checks
|
|
264
|
+
|
|
265
|
+
Both vendor tables were retrieved 2026-09-02.
|
|
266
|
+
|
|
267
|
+
### Anthropic Fable 5.1 announcement
|
|
268
|
+
|
|
269
|
+
| Benchmark | Fable 5.1 | Opus 5 |
|
|
270
|
+
|---|---:|---:|
|
|
271
|
+
| Terminal-Bench 4.0 | 55.8% | 52.3% |
|
|
272
|
+
| GDPval-AA v2 | 1853 | 1824 |
|
|
273
|
+
| OSWorld 2.0 strict | 41.7% | 39.6% |
|
|
274
|
+
| AutomationBench | 31.4% | 26.9% |
|
|
275
|
+
| CursorBench 3.2.0 | 73.4% | 70.0% |
|
|
276
|
+
| HLE with tools | 65.0% | 63.6% |
|
|
277
|
+
|
|
278
|
+
### Google Gemini 3.7 Flash launch post
|
|
279
|
+
|
|
280
|
+
| Benchmark | Gemini 3.7 Flash | Gemini 3.6 Flash |
|
|
281
|
+
|---|---:|---:|
|
|
282
|
+
| FrontierCode 1.1 | 43.6% | 34.4% |
|
|
283
|
+
| DeepSWE v1.1 | 65.3% | 49.0% |
|
|
284
|
+
| AutomationBench | 30.4% | 17.0% |
|
|
285
|
+
| GDP.pdf | 34.0% | 22.0% |
|
|
286
|
+
| WebDev Arena Elo | 1588 | 1538 |
|
|
287
|
+
|
|
288
|
+
## E. Runtime gate
|
|
289
|
+
|
|
290
|
+
Each model newly entering a default lane was dispatched for real on 2026-09-02
|
|
291
|
+
and returned `rc=0`.
|
|
292
|
+
|
|
293
|
+
| Model/config | Runtime evidence |
|
|
294
|
+
|---|---|
|
|
295
|
+
| `claude-fable-5-1` | `20260902-115824-88685-16859`, `rc=0` |
|
|
296
|
+
| `Gemini 3.7 Flash (High)` | `20260902-123741-49851-14429`, `rc=0` |
|
|
297
|
+
| `Gemini 3.7 Flash (Medium)` | `20260902-132038-76075-22911`, `rc=0` |
|
|
298
|
+
| `gpt-5.6-luna high` | real dispatch, `rc=0` |
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
## F. Mode runtime gate (2026-09-06)
|
|
302
|
+
|
|
303
|
+
Model selection and a successful provider response do not establish mode-policy
|
|
304
|
+
correctness. The table records dated runtime evidence and known platform or
|
|
305
|
+
coverage limits. Final source-freeze and release-test results belong to the
|
|
306
|
+
release evidence report, not to a prospective runtime claim.
|
|
307
|
+
|
|
308
|
+
| Vendor | Verified scope | Known limitations / evidence boundary |
|
|
309
|
+
|---|---|---|
|
|
310
|
+
| Codex | Three-mode real checks; same local endpoint network negative control; live close leaves zero tracked descendants and preserves an unrelated process | These tested native/session controls do not establish every tool or workload |
|
|
311
|
+
| Claude | Three-mode real checks using explicitly approved Opus; two-turn live close and latest-result recovery; work-local temporary directory | Fable quota-limited attempt is not reclassified as a pass; the actual model-specific acceptance used Opus |
|
|
312
|
+
| Agy 1.1.27 | Native isolated settings; prior advise actual search and sysops checks. Product work new/resume passed read/write, partial edit, synchronous wait, C build/run, error propagation and denied outside/policy writes. Earlier native controls denied shell networking and explicit unsandboxed execution; `/tmp` workspace inside/outside controls passed. A separate real two-turn work live/FIFO check passed readback, outside-write denial and normal close | External temp/cache reads are restricted; xcrun default-cache denial warning remains despite successful C build. Native settings bytes change and omitted defaults are not proven equivalent; each start rewrites explicit policy. Complete effective SBPL remains unverified; two tested live turns do not establish arbitrary long-running or asynchronous workloads |
|
|
313
|
+
| Grok 1.0.13 | Complete single-shot `plain` advise with the full tool set: real backend keyword search, an HTTP 200 official page, and a native Bash-denied write with the outside canary absent. No auxiliary-model or compatibility-hook override. Prior sysops one-shot/live checks remain separate | macOS work is still gated because child-network isolation is Linux-only. Restricted advise/work live remains unavailable. The new advise acceptance does not revalidate sysops/live or establish Linux work network isolation |
|
|
314
|
+
|
|
315
|
+
`init.agent` echoes a selector even when native selection falls back. Agy
|
|
316
|
+
`init.tools` lists the global registry rather than the selected agent's effective
|
|
317
|
+
tool set. Neither field alone proves custom policy loading. Native fallback/error
|
|
318
|
+
controls and real positive/negative tool checks are required.
|
|
319
|
+
|
|
320
|
+
The contract keeps model/provider networking distinct from agent-tool networking.
|
|
321
|
+
A local process exit of zero, unchanged files, or absence of a tool call is not a
|
|
322
|
+
substitute for a successful positive control and a policy-denied negative control.
|
|
323
|
+
|
|
324
|
+
An earlier selected-MD Agy attempt returned a generic pre-tool error with no tool
|
|
325
|
+
events; that historical failure is superseded for the following bounded work
|
|
326
|
+
scope, not rewritten as a successful run. The accepted product runner new/resume
|
|
327
|
+
checks used `view_file`, `write_to_file`, `run_command`, and `finish` with native
|
|
328
|
+
`commandExecutionPolicy: sandbox`, `--sandbox`, and `proceed-in-sandbox`. See the
|
|
329
|
+
official [subagent policy](https://www.agy.dev/docs/subagents) and
|
|
330
|
+
[terminal sandbox](https://www.agy.dev/docs/cli/sandbox/) interfaces.
|
|
331
|
+
|
|
332
|
+
The real checks preserved surrounding text during a partial edit, waited eight
|
|
333
|
+
seconds synchronously, compiled and ran a C program with exit zero, and retained
|
|
334
|
+
an expected failing command's exit seven. Outside, symlink, `.agents`, private-app
|
|
335
|
+
writes and policy-link removal returned errno 1; original probe hashes stayed
|
|
336
|
+
unchanged. Earlier native controls also denied eight external temp/cache write
|
|
337
|
+
canaries, shell networking (zero local-listener connections), and an explicit
|
|
338
|
+
unsandboxed command. A `/tmp` workspace allowed inside writes while denying an
|
|
339
|
+
outside sibling and `.agents` writes. These are tested boundaries, not an
|
|
340
|
+
exhaustive inventory of native writable roots.
|
|
341
|
+
|
|
342
|
+
Native settings omitted `allowNonWorkspaceAccess: false` and `ask: []` after a
|
|
343
|
+
run; their default-equivalence is unverified, so each start/resume explicitly
|
|
344
|
+
regenerates the policy. The tested permission rules and sandbox-enabled fields
|
|
345
|
+
remained identical, but settings are not claimed byte-immutable. External cache
|
|
346
|
+
reads are also denied; dependency caches outside the workspace may be unusable.
|
|
347
|
+
The successful C build still logged an xcrun default-cache denial. Workspace-local
|
|
348
|
+
caches and a verified empty owned policy directory remain intentionally; cleanup
|
|
349
|
+
checks ownership and preserves replacement directories. The 24 mode tests and
|
|
350
|
+
four ownership/race tests passed. Complete effective SBPL was not captured.
|
|
351
|
+
A subsequent single formal work live/FIFO attempt sent two messages: both
|
|
352
|
+
returned SUCCESS, round two read back round one, and the outside write was denied
|
|
353
|
+
(errno 1, canary absent). It closed normally with exit zero in 19.42 seconds;
|
|
354
|
+
owned links/markers and active state were removed, the empty owned directory was
|
|
355
|
+
retained, and product sources were unchanged. This is two-turn acceptance, not
|
|
356
|
+
a claim about arbitrary long-running or asynchronous workloads.
|
|
357
|
+
The first product fixture had a Python quoting error; the accepted evidence is
|
|
358
|
+
the corrected second attempt in the same workspace followed by actual resume.
|
|
359
|
+
|
|
360
|
+
The final Grok advise acceptance used the real runner and original `plain` CLI
|
|
361
|
+
output, not the earlier diagnostic wrappers. Native replay evidence recorded a
|
|
362
|
+
completed backend `WebSearch` with `action.type=search`, its query and ten source
|
|
363
|
+
URLs; a completed `WebFetch` read the official [Settings page](https://docs.x.ai/build/settings)
|
|
364
|
+
(HTTP 200, heading `Settings`); the write attempt failed with the native Bash deny
|
|
365
|
+
rule. A cross-host redirect was recorded separately before the successful fetch.
|
|
366
|
+
The run took 55.822 seconds and the runner source hash was unchanged before/after.
|
|
367
|
+
|
|
368
|
+
Two independent mechanisms were repaired: hosted search requires the internal
|
|
369
|
+
`web_search` selector rather than the client alias `WebSearch`, and context-mode
|
|
370
|
+
must not infer this MCP-denied job's readiness from another session's MCP marker.
|
|
371
|
+
The private readiness scope preserves hooks: a real hook control still denied an
|
|
372
|
+
explicitly prohibited Bash command while removing only the unavailable-MCP
|
|
373
|
+
redirect. Existing nonempty caller readiness overrides fail with a conflict before model
|
|
374
|
+
startup instead of being replaced. Five Grok-specific tests cover scope creation,
|
|
375
|
+
native policy retention, override conflicts, non-advise preservation and cleanup.
|
|
376
|
+
|
|
377
|
+
The [official hosted-tool gate](https://github.com/xai-org/grok-build/blob/72a61251fcffb464bcc687aeb5a998e5a98ec0c9/crates/codegen/xai-grok-agent/src/config.rs#L1348-L1356)
|
|
378
|
+
explains the strict selector match. That public-source revision is not asserted
|
|
379
|
+
to be the installed binary's identical build; the recorded real tool controls,
|
|
380
|
+
not source inspection alone, establish this dated acceptance.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnilane",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.41.1",
|
|
4
4
|
"description": "One routing table, every harness — classify subtasks into lanes and dispatch each lane to the best vendor's agentic CLI (Codex, Claude, Gemini, Grok) using your existing subscription logins.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"omnilane": "bin/omnilane"
|
|
@@ -24,6 +24,8 @@
|
|
|
24
24
|
"README.ja.md",
|
|
25
25
|
"README.ko.md",
|
|
26
26
|
"SECURITY.md",
|
|
27
|
+
"docs/aa-model-coverage-2026-09-05.json",
|
|
28
|
+
"docs/model-capabilities-2026-09.md",
|
|
27
29
|
"hooks/",
|
|
28
30
|
"skills/",
|
|
29
31
|
".claude-plugin/",
|
package/plugin.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://antigravity.google/schemas/v1/plugin.json",
|
|
3
3
|
"name": "omnilane",
|
|
4
|
-
|
|
4
|
+
"version": "0.41.1",
|
|
5
5
|
"description": "One routing table, every harness: classify subtasks into lanes and auto-dispatch each lane to the best vendor CLI (Codex, Claude Code, Grok Build, Antigravity) with background jobs, depth guard, and serialized codex dispatch."
|
|
6
6
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
# consult is a multi-vendor direct-target chain. configure.sh intentionally
|
|
9
9
|
# skips it because that menu writes one candidate per lane. If overriding it,
|
|
10
10
|
# retain every vendor you want to address by name:
|
|
11
|
-
# consult: codex gpt-
|
|
11
|
+
# consult: codex gpt-6-astra xhigh | claude claude-fable-5-1 xhigh | grok grok-4.6 - | gemini gemini-3.8-flash-medium -
|
|
12
12
|
|
|
13
13
|
# ── Starter profiles ─────────────────────────────────────────────
|
|
14
14
|
# Uncomment ONE block that matches what you actually subscribe to.
|
|
@@ -28,8 +28,13 @@
|
|
|
28
28
|
|
|
29
29
|
# Profile: Claude Code (Fable 5.1) as the main loop — let Fable keep judgment/taste,
|
|
30
30
|
# push only coding volume out to Codex.
|
|
31
|
-
# hard-judgment:
|
|
32
|
-
# taste-final:
|
|
31
|
+
# hard-judgment: claude claude-fable-5-1 xhigh
|
|
32
|
+
# taste-final: claude claude-fable-5-1 xhigh
|
|
33
|
+
|
|
34
|
+
# Profile: Opus 5 balanced controller / independent review (opt-in).
|
|
35
|
+
# Keep cross-vendor fallbacks explicit; this does not create a controller lane.
|
|
36
|
+
# hard-judgment: claude claude-opus-5 xhigh | codex gpt-6-astra max | grok grok-4.6 -
|
|
37
|
+
# taste-final: claude claude-opus-5 high | codex gpt-6-astra xhigh | grok grok-4.6 - | gemini gemini-3.8-flash-high -
|
|
33
38
|
|
|
34
39
|
# Profile: Codex-heavy (Sol main) — keep the hard lanes on Codex, Claude for taste.
|
|
35
40
|
# taste-final: claude claude-opus-5 high
|
package/routing.yaml
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
# deliberately carry no numbers: they state WHY a lane is ordered the way it is, which
|
|
13
13
|
# stays true for months, while the numbers move every few weeks. Change an ordering and
|
|
14
14
|
# you update the doc; a figure going stale should never need a routing-table edit.
|
|
15
|
-
# (Audited 2026-07-12; re-audited 2026-07-25, 2026-08-02, 2026-08-03, and 2026-09-
|
|
15
|
+
# (Audited 2026-07-12; re-audited 2026-07-25, 2026-08-02, 2026-08-03, 2026-09-02, and 2026-09-05.)
|
|
16
16
|
# defaults follow Artificial Analysis data, 2026-09
|
|
17
17
|
# snapshot. Verified against AA site records + vendor pricing pages: Intelligence &
|
|
18
18
|
# Coding indexes and 7:2:1 blended prices all match (AA field price1mBlended7To2To1);
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
# standard short-context API tier — on subscription CLIs treat $ as relative ranking.
|
|
21
21
|
# Your own job outcomes (~/.omnilane/jobs/) outrank these priors; edit lanes to match.
|
|
22
22
|
|
|
23
|
-
hardest-coding: claude claude-fable-5-1
|
|
24
|
-
bulk-mechanical: codex gpt-5.6-sol high | gemini
|
|
25
|
-
triage: codex gpt-5.6-luna high | gemini
|
|
26
|
-
hard-judgment: claude claude-
|
|
27
|
-
taste-final: claude claude-fable-5-1
|
|
28
|
-
consult: codex gpt-
|
|
29
|
-
ui-draft: codex gpt-5.6-sol
|
|
30
|
-
long-context: gemini
|
|
31
|
-
fast-agentic: gemini
|
|
32
|
-
live-search: grok grok-4.6 - | gemini
|
|
33
|
-
coding-overflow: grok grok-4.6 - | gemini
|
|
23
|
+
hardest-coding: claude claude-fable-5-1 max | codex gpt-6-astra xhigh | grok grok-4.6 - | gemini gemini-3.8-flash-high - # correctness-first coding: Fable max leads the same-condition comparison; Astra xhigh is the default Codex quality/cost tradeoff; explicit --effort max remains available; Grok and Flash keep cross-vendor depth
|
|
24
|
+
bulk-mechanical: codex gpt-5.6-sol high | gemini gemini-3.8-flash-high - | claude claude-sonnet-5 high # endurance and migration work stays on proven Sol high; Flash 3.8 refreshes the fast middle fallback; Sonnet preserves cross-vendor depth
|
|
25
|
+
triage: codex gpt-5.6-luna high | gemini gemini-3.8-flash-low - | claude claude-haiku-4-5 - # first-pass filtering favors the low-cost Luna row; Flash low and Haiku remain cheap cross-vendor fallbacks
|
|
26
|
+
hard-judgment: claude claude-fable-5-1 xhigh | codex gpt-6-astra xhigh | grok grok-4.6 - # strongest same-condition judgment row first, then an independently verified Codex family and Grok; this lane is not a controller selector
|
|
27
|
+
taste-final: claude claude-fable-5-1 xhigh | codex gpt-6-astra xhigh | grok grok-4.6 - | gemini gemini-3.8-flash-high - # final prose and style still require human taste review; general quality evidence orders the candidates without claiming an aesthetic benchmark
|
|
28
|
+
consult: codex gpt-6-astra xhigh | claude claude-fable-5-1 xhigh | grok grok-4.6 - | gemini gemini-3.8-flash-medium - # direct named-model consultation chain; keep --vendor to pin the requested family and prevent fallback
|
|
29
|
+
ui-draft: codex gpt-5.6-sol high | claude claude-fable-5-1 xhigh | gemini gemini-3.8-flash-high - # UI drafts require a design system or references; measured coding/agent evidence supports the order but does not prove visual taste
|
|
30
|
+
long-context: gemini gemini-3.8-flash-medium - | codex gpt-5.6-terra max | claude claude-opus-5 medium # Flash medium leads long-document synthesis; Terra and Opus stay because context capacity alone does not prove task quality
|
|
31
|
+
fast-agentic: gemini gemini-3.8-flash-low - | codex gpt-5.6-luna high | claude claude-haiku-4-5 - # low-latency tool loops favor Flash low; Luna and Haiku retain cross-vendor fallback depth
|
|
32
|
+
live-search: grok grok-4.6 - | gemini gemini-3.8-flash-high - | claude claude-sonnet-5 high | off # Grok remains the native X/web choice; Flash and Sonnet provide generic web-search fallback, not equivalent social context
|
|
33
|
+
coding-overflow: grok grok-4.6 - | gemini gemini-3.8-flash-high - | kimi kimi-k3 - | qwen qwen3-coder-plus - | opencode - - | off # explicit quota-relief lane; keep all existing non-Codex fallbacks and do not infer unverified Qwen aliases from another harness
|
|
34
34
|
arbitrate: off - - # opinion panel remains opt-in because each voter and round consumes quota
|
|
35
35
|
# Enable: `arbitrate: vote codex,claude,grok -` (any 1-4 of codex/claude/grok/gemini)
|
|
36
36
|
# Debate round (each voter rebuts the others): set the effort field to 2.
|
|
@@ -38,7 +38,7 @@ arbitrate: off - - # opinion panel remains opt-in because each voter and round c
|
|
|
38
38
|
# Claude Fable 5.1 is in the taste and hardest-coding defaults because it leads
|
|
39
39
|
# Opus 5 on every Artificial Analysis axis at the same effort. It is not in
|
|
40
40
|
# bulk or triage: it prices at twice Opus 5 per token and consumes the most
|
|
41
|
-
# subscription quota per turn.
|
|
42
|
-
#
|
|
43
|
-
#
|
|
44
|
-
#
|
|
41
|
+
# subscription quota per turn. Fable leads hard-judgment; Opus remains
|
|
42
|
+
# explicitly selectable via --vendor claude --model claude-opus-5.
|
|
43
|
+
# Astra defaults to xhigh; use --vendor codex --effort max when explicitly needed.
|
|
44
|
+
# No automatic risk escalation or failure-triggered effort upgrade is added.
|
package/scripts/configure.sh
CHANGED
|
@@ -149,11 +149,11 @@ esac
|
|
|
149
149
|
|
|
150
150
|
# Native CLI catalogs are pinned from each installed CLI's live model surface.
|
|
151
151
|
# Dynamic/API catalogs stay curated — "c" always accepts an exact model ID.
|
|
152
|
-
CODEX_MODELS=("gpt-5.6" "gpt-5.6-sol" "gpt-5.6-terra" "gpt-5.6-luna" "gpt-5.5" "gpt-5.4" "gpt-5.4-mini" "gpt-5.3-codex-spark")
|
|
152
|
+
CODEX_MODELS=("gpt-6-astra" "gpt-5.6" "gpt-5.6-sol" "gpt-5.6-terra" "gpt-5.6-luna" "gpt-5.5" "gpt-5.4" "gpt-5.4-mini" "gpt-5.3-codex-spark")
|
|
153
153
|
CODEX_EFFORTS=("xhigh" "max" "ultra" "high" "medium" "low" "minimal" "none")
|
|
154
154
|
CLAUDE_MODELS=("default" "best" "fable" "opus" "sonnet" "haiku" "opus[1m]" "sonnet[1m]" "opusplan" "claude-fable-5" "claude-fable-5-1" "claude-opus-5" "claude-sonnet-5" "claude-opus-4-8" "claude-opus-4-7" "claude-opus-4-6" "claude-opus-4-5-20251101" "claude-sonnet-4-6" "claude-sonnet-4-5-20250929" "claude-haiku-4-5" "claude-haiku-4-5-20251001")
|
|
155
155
|
CLAUDE_EFFORTS=("max" "xhigh" "high" "medium" "low" "-")
|
|
156
|
-
GEMINI_MODELS=("gemini-3.7-flash-high" "gemini-3.7-flash-medium" "gemini-3.7-flash-low" "gemini-3.6-flash-high" "gemini-3.6-flash-medium" "gemini-3.6-flash-low" "gemini-3.1-pro-high" "gemini-3.1-pro-low" "claude-sonnet-4-6" "claude-opus-4-6-thinking" "gpt-oss-120b-medium")
|
|
156
|
+
GEMINI_MODELS=("gemini-3.8-flash-high" "gemini-3.8-flash-medium" "gemini-3.8-flash-low" "gemini-3.7-flash-high" "gemini-3.7-flash-medium" "gemini-3.7-flash-low" "gemini-3.6-flash-high" "gemini-3.6-flash-medium" "gemini-3.6-flash-low" "gemini-3.1-pro-high" "gemini-3.1-pro-low" "claude-sonnet-4-6" "claude-opus-4-6-thinking" "gpt-oss-120b-medium")
|
|
157
157
|
GROK_MODELS=("grok-4.6" "headroom-grok-build" "grok-4.3-official")
|
|
158
158
|
KIMI_MODELS=("kimi-k3" "kimi-k2.7-code" "kimi-k2.5")
|
|
159
159
|
QWEN_MODELS=("qwen3.7-max" "qwen3.7-plus" "qwen3.6-plus" "qwen3.5-plus" "qwen3-max-2026-01-23" "qwen3-coder-next" "qwen3-coder-plus" "qwen3-coder-flash")
|
|
@@ -163,8 +163,8 @@ OPENROUTER_MODELS=("anthropic/claude-opus-5" "anthropic/claude-fable-5" "anthrop
|
|
|
163
163
|
# Direct-API OpenAI-compatible vendors (curl + <VENDOR>_API_KEY); slugs are
|
|
164
164
|
# suggestions — "c" free text covers anything each provider's /models lists.
|
|
165
165
|
DEEPSEEK_MODELS=("deepseek-v4-pro" "deepseek-v4-flash")
|
|
166
|
-
ZAI_MODELS=("glm-5.1" "glm-5" "glm-5-turbo" "glm-4.7" "glm-4.7-flashx" "glm-4.7-flash" "glm-4.6")
|
|
167
|
-
MISTRAL_MODELS=("devstral-latest" "devstral-small-latest" "codestral-latest" "mistral-medium-latest" "mistral-large-latest")
|
|
166
|
+
ZAI_MODELS=("glm-5.3" "glm-5.1" "glm-5" "glm-5-turbo" "glm-4.7" "glm-4.7-flashx" "glm-4.7-flash" "glm-4.6")
|
|
167
|
+
MISTRAL_MODELS=("devstral-latest" "devstral-small-latest" "codestral-latest" "mistral-medium-3-5" "mistral-medium-latest" "mistral-large-latest")
|
|
168
168
|
GROQ_MODELS=("groq/compound" "groq/compound-mini" "openai/gpt-oss-120b" "openai/gpt-oss-20b" "qwen/qwen3.6-27b" "llama-3.3-70b-versatile" "llama-3.1-8b-instant")
|
|
169
169
|
CEREBRAS_MODELS=("zai-glm-4.7" "gpt-oss-120b" "qwen-3-235b-a22b-instruct-2507" "qwen-3-32b" "llama3.1-8b")
|
|
170
170
|
|