omnilane 0.10.2 → 0.10.3
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/CHANGELOG.md +41 -1
- package/README.ja.md +211 -47
- package/README.ko.md +207 -46
- package/README.md +224 -51
- package/README.zh-CN.md +186 -38
- package/README.zh-TW.md +189 -41
- package/VERSION +1 -1
- package/package.json +1 -1
- package/routing.local.yaml.example +9 -9
- package/routing.yaml +6 -3
package/README.zh-TW.md
CHANGED
|
@@ -21,44 +21,25 @@
|
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
24
|
-
##
|
|
24
|
+
## 🤔 omnilane 是什麼?
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
**問題在哪。** 你已經在用某個 AI 寫程式助手——**Claude Code、Codex、Cursor、
|
|
27
|
+
Gemini CLI** 之類。每一個都只接一個模型家族,所以你交代的每件事都跑在那同一個
|
|
28
|
+
模型上,不管它適不適合:隨手改個檔名燒掉最貴的模型,真正難的架構問題卻剛好落在
|
|
29
|
+
你當下開著的那個。
|
|
28
30
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
你已經在用某個 AI 寫程式助手——**Claude Code、Codex、Cursor、Gemini
|
|
33
|
-
CLI** 之類。每個一次只接一個 AI 模型,而「每件工作該用哪個模型最好」得你自己決定。
|
|
34
|
-
|
|
35
|
-
**omnilane 幫你決定。** 每一件工作,它會自動派給對那件事最強(也最省)的模型——硬派程式
|
|
36
|
-
交給頂尖程式模型、隨手的小檢查交給又快又便宜的、長文件交給大脈絡模型——全部用你本來就在
|
|
37
|
-
付費的訂閱與 API 金鑰。用內建預設值就好,或改一個小設定檔就能微調。不用另外顧一套東西
|
|
38
|
-
(它躲在你現有工具背後跑),`./install.sh --uninstall` 可乾淨移除。
|
|
39
|
-
|
|
40
|
-
**[⬇ 直接跳到 60 秒上手](#-60-秒上手)**
|
|
41
|
-
|
|
42
|
-
## v0.10.0 新功能
|
|
31
|
+
**omnilane 做什麼。** 它給你的助手一張路由表。工作被分進**通道**——最難的實作、
|
|
32
|
+
機械粗活、初篩、硬判斷、文字終審——每條通道指名對那件事最強(也最省)的模型。
|
|
33
|
+
助手保留自己本來就擅長的通道,其餘用你既有的登入,在背景丟給別家廠商的 CLI。
|
|
43
34
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
Flash:輸出 token 更少、輸出單價更低、Artificial Analysis 實測輸出速度第一。
|
|
47
|
-
- **證據重稽核**——路由註解、模型能力筆記與 Gemini 價格表對官方來源刷新
|
|
48
|
-
(2026-07-21/22)。
|
|
49
|
-
|
|
50
|
-
## v0.9.1 新功能
|
|
51
|
-
|
|
52
|
-
- **修正**:`configure set` 不再刪掉 `routing.local.yaml` 裡手寫的註解——
|
|
53
|
-
只改寫自身的戳記行與被取代的 lane。
|
|
35
|
+
**它不是什麼。** 不是 proxy、不是另一筆訂閱、不是又一個要顧的服務。它就是一張表
|
|
36
|
+
加一支派工腳本,躲在你現有工具背後跑。`./install.sh --uninstall` 可完全清除。
|
|
54
37
|
|
|
55
|
-
|
|
38
|
+
**你不需要每一家訂閱。** 每條通道都是候選鏈,派工時自動採用本機實際裝了的第一個
|
|
39
|
+
候選。裝一家或七家都行,整條鏈都沒有的通道就自動關閉,而不是報錯。只有一份訂閱
|
|
40
|
+
時,整張預設表會收斂到那一家。
|
|
56
41
|
|
|
57
|
-
|
|
58
|
-
`mistral`、`groq`、`cerebras`,與 `openrouter` 同為免 CLI 通道(curl 加一把
|
|
59
|
-
`<VENDOR>_API_KEY`);`lib/common.sh` registry 一行即加一個。詳見
|
|
60
|
-
[`docs/model-capabilities-2026-07.md`](docs/model-capabilities-2026-07.md)。
|
|
61
|
-
- **fish shell 補全** — `omnilane completion fish | source`。
|
|
42
|
+
**[⬇ 直接跳到 60 秒上手](#-60-秒上手)** · **[❓ 看常見問題](#-常見問題)**
|
|
62
43
|
|
|
63
44
|
## ⚡ 60 秒上手
|
|
64
45
|
|
|
@@ -135,13 +116,11 @@ flowchart LR
|
|
|
135
116
|
| 🚰 coding-overflow | Grok 4.5 | Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex 額度吃緊時的中量級編碼溢流道;事實性宣稱須另行查證 |
|
|
136
117
|
| 🗳️ arbitrate | off(選配評審團) | — | 內建意見評審團,重大決定用——預設關閉,要用在 `routing.local.yaml` 開;每評審每輪燒一次額度 |
|
|
137
118
|
|
|
138
|
-
**備選模型**是候選鏈的下一位——首選那家的廠商 CLI
|
|
119
|
+
**備選模型**是候選鏈的下一位——首選那家的廠商 CLI 沒裝時,派工就降到它。每條
|
|
120
|
+
通道都是這樣一條鏈;整條都沒裝時,通道自動降為 `off`。
|
|
139
121
|
|
|
140
|
-
> **Claude Fable 5 去哪了?**
|
|
141
|
-
>
|
|
142
|
-
> 不如 Opus;Anthropic 將 Fable 5 定位在 Opus 5 之上。設定選單的模型清單有列它——
|
|
143
|
-
> 不同意就自己路由過去(例如在 `routing.local.yaml` 寫
|
|
144
|
-
> `taste-final: claude claude-fable-5 high`)。
|
|
122
|
+
> **Claude Fable 5 去哪了?** 預設表刻意不放——理由與完整數據見
|
|
123
|
+
> [常見問題](#-常見問題)。
|
|
145
124
|
|
|
146
125
|
### 自然語言諮詢
|
|
147
126
|
|
|
@@ -359,11 +338,127 @@ codex/claude/grok/gemini 自選 1-4 個評審。開了之後,同一個問題丟
|
|
|
359
338
|
而不是永遠顯示 `running`。
|
|
360
339
|
- **任務酬載上限** — 過大的任務文字自動頭尾截斷,防止撐爆工作端脈絡。
|
|
361
340
|
|
|
341
|
+
## ❓ 常見問題
|
|
342
|
+
|
|
343
|
+
<details>
|
|
344
|
+
<summary><b>這些訂閱我全都要有嗎?</b></summary>
|
|
345
|
+
|
|
346
|
+
<br/>
|
|
347
|
+
|
|
348
|
+
不用。每條通道都是候選鏈,派工時採用本機實際裝了的第一個候選。只有一份訂閱時,
|
|
349
|
+
整張表會收斂到那一家;整條鏈都沒有的通道自動關閉,不會報錯。跑
|
|
350
|
+
`omnilane doctor` 可以看到這台機器現在實際接得到什麼,`routing.local.yaml.example`
|
|
351
|
+
也附了常見情境的起手設定檔(只有 Claude、以 Codex 為主、沒有 Codex)。
|
|
352
|
+
|
|
353
|
+
</details>
|
|
354
|
+
|
|
355
|
+
<details>
|
|
356
|
+
<summary><b>omnilane 會不會把我的程式碼送到新的地方?</b></summary>
|
|
357
|
+
|
|
358
|
+
<br/>
|
|
359
|
+
|
|
360
|
+
不會多出新的去處。派工是呼叫你早就裝好也登入過的廠商 CLI,所以程式碼只會到達
|
|
361
|
+
你本來就在用的那幾家。執行器在呼叫訂閱制 CLI 前會剝掉 API 金鑰環境變數,避免
|
|
362
|
+
一把殘留的金鑰把你悄悄切到按 token 計費。唯一的例外是 direct-API vendor 家族
|
|
363
|
+
(`openrouter`、`deepseek`、`zai`、`mistral`、`groq`、`cerebras`),它們本來就是
|
|
364
|
+
拿你設定的金鑰直呼該供應商的 API——這幾家只做 advise,不會改檔。
|
|
365
|
+
|
|
366
|
+
</details>
|
|
367
|
+
|
|
368
|
+
<details>
|
|
369
|
+
<summary><b>Claude Fable 5 去哪了?為什麼預設表不放它?</b></summary>
|
|
370
|
+
|
|
371
|
+
<br/>
|
|
372
|
+
|
|
373
|
+
**因為 Claude 頂級檔通常就是主迴圈本人,不是被派發的工人。** 通道存在的意義,
|
|
374
|
+
是把工作送給「你正在開的那個模型以外」的模型。如果 Fable 5 就是你的主迴圈,把
|
|
375
|
+
判斷和文字再路由回 Fable 5 只是多一次呼叫、毫無增益——所以上面那份「選你的主控
|
|
376
|
+
模型」清單裡,Fable 5 有自己獨立的一列,身分是**主控**:自己做 hard-judgment、
|
|
377
|
+
taste-final、最吃正確性的硬修。
|
|
378
|
+
|
|
379
|
+
**量測數據也不支持把它當工人。** Artificial Analysis 智慧指數(2026-07-24)
|
|
380
|
+
Opus 5(max)61 分、Fable 5(max)60 分——AA 自己的用詞是「實質打平」,而 Epoch AI
|
|
381
|
+
的能力指數排序還是反過來的(Fable 5 161、Opus 5 159)。綜合智力就當它平手。真正
|
|
382
|
+
拉開差距的是 agentic 專業產出,而且差很多:
|
|
383
|
+
|
|
384
|
+
| 評測 | Claude Opus 5 (max) | Claude Fable 5 | |
|
|
385
|
+
|---|---:|---:|---|
|
|
386
|
+
| AA-Briefcase(agentic 知識工作,Elo) | 1720 | 1574 | **+146** |
|
|
387
|
+
| GDPval-AA v2(Elo) | 1861 | 1747 | **+114** |
|
|
388
|
+
| AA-Briefcase 每任務成本 | $17.79 | $22.30 | **-20%** |
|
|
389
|
+
| API 單價,輸入/輸出 每 1M | $5 / $25 | $10 / $50 | **一半** |
|
|
390
|
+
|
|
391
|
+
Opus 5 的 max、xhigh、high 三個檔位包辦 AA-Briefcase 前三名,連 `high` 檔都在
|
|
392
|
+
不到一半的每任務成本下贏過 Fable 5。也就是說,Fable 5 貴一倍,卻換不到任何一條
|
|
393
|
+
通道所在意的優勢。
|
|
394
|
+
|
|
395
|
+
**Fable 5 真正比較強的地方**:事實廣度。它在 AA-Omniscience 上仍領先 Opus 5
|
|
396
|
+
(符合兩者的規模差),而 Opus 5 在沒把握時更傾向直接作答——幻覺率 50%,比
|
|
397
|
+
Opus 4.8 高 14 個百分點。任務偏「回想」而非「執行」時,直接點名它:
|
|
398
|
+
|
|
399
|
+
```bash
|
|
400
|
+
dispatch.sh --vendor claude --model claude-fable-5 --effort high consult "…"
|
|
401
|
+
```
|
|
402
|
+
|
|
403
|
+
**這是成本與主迴圈策略的選擇,不是能力判決。** 設定選單的模型清單有列 Fable 5,
|
|
404
|
+
在 `routing.local.yaml` 寫一行就能覆寫預設:
|
|
405
|
+
|
|
406
|
+
```yaml
|
|
407
|
+
taste-final: claude claude-fable-5 high
|
|
408
|
+
```
|
|
409
|
+
|
|
410
|
+
</details>
|
|
411
|
+
|
|
412
|
+
<details>
|
|
413
|
+
<summary><b>Claude 那幾條通道為什麼用 <code>xhigh</code> 而不是 <code>max</code>?</b></summary>
|
|
414
|
+
|
|
415
|
+
<br/>
|
|
416
|
+
|
|
417
|
+
因為推理檔位不是越高越好。Anthropic 官方把 `xhigh` 定為編碼與 agentic 工作的
|
|
418
|
+
起手檔位,`high` 是其他吃智力任務的下限,`max` 保留給「正確性重於成本」的場合。
|
|
419
|
+
第三方實測也一致:Vals.ai 的 Vibe Code Bench 上,Opus 5 在 `high` 拿 89.8%,
|
|
420
|
+
`xhigh` 只有 88.3%、`max` 88.4%——最高檔傾向產出更繁複的解,反而更常出錯。
|
|
421
|
+
你的工作型態如果不同意,單條通道自己拉高:
|
|
422
|
+
|
|
423
|
+
```bash
|
|
424
|
+
omnilane configure set hard-judgment "claude claude-opus-5 max"
|
|
425
|
+
```
|
|
426
|
+
|
|
427
|
+
</details>
|
|
428
|
+
|
|
429
|
+
<details>
|
|
430
|
+
<summary><b>通道首選的 CLI 沒裝會怎樣?</b></summary>
|
|
431
|
+
|
|
432
|
+
<br/>
|
|
433
|
+
|
|
434
|
+
派工會沿著候選鏈往下走,用你手上有的第一家。不花任何額度就能先看決策:
|
|
435
|
+
|
|
436
|
+
```bash
|
|
437
|
+
scripts/dispatch.sh --explain hardest-coding # 逐候選解釋
|
|
438
|
+
scripts/dispatch.sh --list # 整張生效表
|
|
439
|
+
scripts/dispatch.sh --dry-run hardest-coding "…" # 完整解析後的計畫,不呼叫模型
|
|
440
|
+
```
|
|
441
|
+
|
|
442
|
+
</details>
|
|
443
|
+
|
|
444
|
+
<details>
|
|
445
|
+
<summary><b>被派工的模型會不會亂改我的檔案?</b></summary>
|
|
446
|
+
|
|
447
|
+
<br/>
|
|
448
|
+
|
|
449
|
+
除非你明講要它改。派工預設是 `advise` 唯讀模式,而且是逐廠商實作的(唯讀沙箱、
|
|
450
|
+
plan 模式,或只給唯讀工具集)。要改檔必須同時給 `--mode work` 和明確的
|
|
451
|
+
`--workdir`。工作端也不能再往外派——深度守衛會用退出碼 86 拒絕巢狀派工,一道
|
|
452
|
+
指令不可能失控變成一整串 AI 燒你的額度。
|
|
453
|
+
|
|
454
|
+
</details>
|
|
455
|
+
|
|
362
456
|
## 📊 預設值與資料來源
|
|
363
457
|
|
|
364
458
|
預設通道配置依據 Artificial Analysis 2026-07 快照(已對 AA 站上原始紀錄與
|
|
365
459
|
各廠官方定價頁交叉核對)加上公開對比評測;這些是意見不是定律——
|
|
366
|
-
設定選單和 `routing.local.yaml`
|
|
460
|
+
設定選單和 `routing.local.yaml` 就是讓你不同意用的。完整工作筆記(含各評測的
|
|
461
|
+
但書)見 [`docs/model-capabilities-2026-07.md`](docs/model-capabilities-2026-07.md)。
|
|
367
462
|
|
|
368
463
|
## ⚠️ 已知限制
|
|
369
464
|
|
|
@@ -377,8 +472,61 @@ codex/claude/grok/gemini 自選 1-4 個評審。開了之後,同一個問題丟
|
|
|
377
472
|
|
|
378
473
|
## 📜 版本歷程
|
|
379
474
|
|
|
475
|
+
## v0.10.3 新功能
|
|
476
|
+
|
|
477
|
+
- **五種語言的 README 全面重整**——文件開頭改成先講清楚「這是什麼、我為什麼會
|
|
478
|
+
想要它」,版本歷程全部收攏到最下方,不再打斷開頭的介紹;新增常見問題,回答
|
|
479
|
+
一直被問到的幾件事:是不是每家訂閱都要有、程式碼會被送去哪、為什麼預設表沒有
|
|
480
|
+
Fable 5、為什麼用 `xhigh` 而不是 `max`、首選 CLI 沒裝會怎樣、被派工的模型會不會
|
|
481
|
+
改檔。
|
|
482
|
+
- **修正:外掛資訊檔的版本號沒跟上**——`plugin.json` 與
|
|
483
|
+
`.claude-plugin/plugin.json` 在 0.10.1、0.10.2 發布後仍寫著 `0.10.0`,導致外掛
|
|
484
|
+
安裝顯示錯誤版本。
|
|
485
|
+
- **修正:`routing.local.yaml.example` 還指著已退場的模型**——起手設定檔裡的
|
|
486
|
+
`claude-opus-4-8` 全數改為 `claude-opus-5`(並依通道給對應檔位),Gemini 3.5
|
|
487
|
+
Flash 候選改為 3.6 Flash,與 0.10.0 以來的預設值一致。
|
|
488
|
+
- **對照原始資料修正智慧指數數字**(`docs/model-capabilities-2026-07.md`):
|
|
489
|
+
那是指數點數不是百分比;補上 AA-Briefcase / GDPval-AA v2 對照,並記下兩項與
|
|
490
|
+
預設值相反的結果:Fable 5 在事實知識領先、GPT-5.6 Sol 在呈現品質領先。
|
|
491
|
+
|
|
492
|
+
## v0.10.2 新功能
|
|
493
|
+
|
|
494
|
+
- **`hardest-coding` 與 `hard-judgment` 的 Claude 檔位由 `max` 降為 `xhigh`**,
|
|
495
|
+
對齊 Anthropic 對 Claude Opus 5 的官方建議:編碼與 agentic 工作從 `xhigh` 起跳,
|
|
496
|
+
`high` 是其他吃智力任務的下限,`max` 保留給正確性重於成本的場合。要拉回去用
|
|
497
|
+
`omnilane configure set <通道> "<設定>"`。
|
|
498
|
+
- **修掉兩條死的 CHANGELOG 比較連結**——它們指向從未發布的 `v0.10.0` tag。
|
|
499
|
+
|
|
500
|
+
## v0.10.1 新功能
|
|
501
|
+
|
|
502
|
+
- **預設路由加入 `claude-opus-5`**:成為 `hard-judgment`、`taste-final` 第一順位,
|
|
503
|
+
也納入最高難度程式任務的備援。
|
|
504
|
+
- **`omnilane configure` 已擴充全部 13 個供應商**:共 106 個可選模型,完整收錄
|
|
505
|
+
Codex、Claude Code、Grok Build、Antigravity 即時清單,並加入已驗證的
|
|
506
|
+
OpenRouter/OpenCode 捷徑;仍可用 `c` 輸入自訂模型 ID。
|
|
507
|
+
|
|
380
508
|
<details>
|
|
381
|
-
<summary>舊版本(v0.
|
|
509
|
+
<summary>舊版本(v0.10.0 以前)</summary>
|
|
510
|
+
|
|
511
|
+
## v0.10.0 新功能
|
|
512
|
+
|
|
513
|
+
- **Gemini 3.6 Flash 預設路由**——`fast-agentic`、`triage`、`bulk-mechanical`
|
|
514
|
+
的 gemini 候選(與 `Gemini Flash` 別名)改用 Gemini 3.6 Flash:輸出 token
|
|
515
|
+
更少、輸出單價更低、Artificial Analysis 實測輸出速度第一。
|
|
516
|
+
- **證據重稽核**——路由註解、模型能力筆記與 Gemini 價格表對官方來源刷新。
|
|
517
|
+
|
|
518
|
+
## v0.9.1 新功能
|
|
519
|
+
|
|
520
|
+
- **修正**:`configure set` 不再刪掉 `routing.local.yaml` 裡手寫的註解——
|
|
521
|
+
只改寫自身的戳記行與被取代的 lane。
|
|
522
|
+
|
|
523
|
+
## v0.9.0 新功能
|
|
524
|
+
|
|
525
|
+
- **五個 OpenAI-compatible direct-API vendor** — `deepseek`、`zai`(GLM)、
|
|
526
|
+
`mistral`、`groq`、`cerebras`,與 `openrouter` 同為免 CLI 通道(curl 加一把
|
|
527
|
+
`<VENDOR>_API_KEY`);`lib/common.sh` registry 一行即加一個。詳見
|
|
528
|
+
[`docs/model-capabilities-2026-07.md`](docs/model-capabilities-2026-07.md)。
|
|
529
|
+
- **fish shell 補全** — `omnilane completion fish | source`。
|
|
382
530
|
|
|
383
531
|
## v0.8.3 新功能
|
|
384
532
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.10.
|
|
1
|
+
0.10.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnilane",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.3",
|
|
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"
|
|
@@ -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-5.6-sol max | claude claude-opus-
|
|
11
|
+
# consult: codex gpt-5.6-sol max | claude claude-opus-5 high | grok grok-4.5 - | gemini "Gemini 3.1 Pro (High)" -
|
|
12
12
|
|
|
13
13
|
# ── Starter profiles ─────────────────────────────────────────────
|
|
14
14
|
# Uncomment ONE block that matches what you actually subscribe to.
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
# in routing.yaml automatically.
|
|
17
17
|
|
|
18
18
|
# Profile: Claude-only (no Codex/Gemini/Grok) — route everything to Claude.
|
|
19
|
-
# hardest-coding: claude claude-opus-
|
|
19
|
+
# hardest-coding: claude claude-opus-5 xhigh
|
|
20
20
|
# bulk-mechanical: claude claude-sonnet-5 high
|
|
21
21
|
# triage: claude claude-haiku-4-5 -
|
|
22
|
-
# hard-judgment: claude claude-opus-
|
|
23
|
-
# ui-draft: claude claude-opus-
|
|
24
|
-
# long-context: claude claude-opus-
|
|
22
|
+
# hard-judgment: claude claude-opus-5 xhigh
|
|
23
|
+
# ui-draft: claude claude-opus-5 high
|
|
24
|
+
# long-context: claude claude-opus-5 high
|
|
25
25
|
# fast-agentic: claude claude-sonnet-5 high
|
|
26
26
|
# live-search: off - -
|
|
27
27
|
# coding-overflow: off - -
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
# taste-final: claude claude-fable-5 high
|
|
33
33
|
|
|
34
34
|
# Profile: Codex-heavy (Sol main) — keep the hard lanes on Codex, Claude for taste.
|
|
35
|
-
# taste-final: claude claude-opus-
|
|
35
|
+
# taste-final: claude claude-opus-5 high
|
|
36
36
|
# long-context: codex gpt-5.6-sol high
|
|
37
37
|
|
|
38
38
|
# Profile: no Codex subscription — promote Claude/Gemini into the coding lanes.
|
|
39
|
-
# hardest-coding: claude claude-opus-
|
|
40
|
-
# bulk-mechanical: gemini "Gemini 3.
|
|
41
|
-
# triage: gemini "Gemini 3.
|
|
39
|
+
# hardest-coding: claude claude-opus-5 xhigh
|
|
40
|
+
# bulk-mechanical: gemini "Gemini 3.6 Flash (High)" -
|
|
41
|
+
# triage: gemini "Gemini 3.6 Flash (Low)" -
|
package/routing.yaml
CHANGED
|
@@ -33,9 +33,12 @@ arbitrate: off - - # opinion panel is OPT-IN: it co
|
|
|
33
33
|
# Debate round (each voter rebuts the others): set the effort field to 2.
|
|
34
34
|
# Custom gate: `arbitrate: exec /path/to/script -`
|
|
35
35
|
# Claude Fable 5 (claude-fable-5) is deliberately absent from the defaults: the top Claude tier
|
|
36
|
-
# is usually the MAIN LOOP itself, not a dispatched worker, and it prices
|
|
37
|
-
# cost / guardrail / main-loop policy choice, NOT a capability
|
|
38
|
-
# Fable 5
|
|
36
|
+
# is usually the MAIN LOOP itself, not a dispatched worker, and it prices at twice Opus 5
|
|
37
|
+
# ($10/$50 vs $5/$25). This is a cost / guardrail / main-loop policy choice, NOT a capability
|
|
38
|
+
# verdict — AA calls Opus 5 (61) and Fable 5 (60) "effectively tied" on the Intelligence Index
|
|
39
|
+
# (2026-07-24) and Epoch AI ranks them the other way, but Opus 5 leads AA-Briefcase by 146 Elo
|
|
40
|
+
# and GDPval-AA v2 by 114 Elo at 20% lower cost per task. Fable 5 does keep the lead on factual
|
|
41
|
+
# breadth (AA-Omniscience), so name it explicitly for recall-heavy consults. If you want
|
|
39
42
|
# to route to it anyway, pick it in the configurator or set e.g.
|
|
40
43
|
# taste-final: claude claude-fable-5 high
|
|
41
44
|
# in ~/.omnilane/routing.local.yaml.
|