omnilane 0.10.3 → 0.11.0

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 CHANGED
@@ -6,6 +6,70 @@ semantic version tags.
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.11.0] - 2026-07-27
10
+
11
+ No routing changes. The Live Board is now readable in five languages.
12
+
13
+ ### Added
14
+
15
+ - The Live Board reads in English, Japanese, Korean, Traditional Chinese and
16
+ Simplified Chinese. On first load it follows the browser languages; a switcher
17
+ in the header overrides that and the choice is remembered in `localStorage`.
18
+ Every string is covered, including headings, the search placeholder, filter
19
+ buttons, empty and error states, content markers, and the `aria-label`
20
+ attributes that screen readers announce. `<html lang>` follows the selection.
21
+ - Job states are translated for display. The `state-` CSS classes still carry
22
+ the raw value, so status colours are unchanged, and the search index holds
23
+ both spellings: `running` and its translation both match the same job.
24
+
25
+ ### Changed
26
+
27
+ - Counts use `Intl.PluralRules`, so English distinguishes `1 job` from `2 jobs`
28
+ while languages without that distinction get a single form.
29
+ - The locale tables are embedded in `ui/app.js` rather than fetched as a
30
+ separate asset. `scripts/ui.py` deliberately allow-lists exactly three
31
+ read-only files, and translating the board leaves that surface untouched.
32
+ - The token contract test no longer bans `localStorage` by name, because the
33
+ language preference needs it. The replacement is narrower and stronger: every
34
+ `localStorage` call must reference `LANGUAGE_STORAGE_KEY`, and the session
35
+ token must only ever reach `sessionStorage`.
36
+
37
+ ## [0.10.4] - 2026-07-26
38
+
39
+ No lane ordering changes. This release corrects documentation that could send
40
+ work to the wrong model, and records the evidence behind the shipped defaults.
41
+
42
+ ### Changed
43
+
44
+ - Narrowed the `long-context` lane description in `routing.yaml` and in all five
45
+ localized README lane tables. It previously called the lane long-document
46
+ *synthesis* while shipping Gemini first; published multi-needle scores at 1M
47
+ favour Claude by roughly threefold, while Gemini leads single-needle
48
+ retrieval. These are different capabilities with different leaders, and the
49
+ old wording pointed multi-hop work at the wrong candidate. The lane now
50
+ describes retrieval and volume sweeps, and names the Claude candidate for
51
+ integration across scattered sources. Ordering is deliberately unchanged: the
52
+ supporting evidence is secondary and covers prior model generations, which is
53
+ not a sufficient basis for moving a shipped default.
54
+
55
+ ### Fixed
56
+
57
+ - `docs/model-capabilities-2026-07.md` quoted the Artificial Analysis Coding
58
+ Agent Index at v1.1 while the index had re-based twice more. The same model
59
+ reads 80, 78 or 67 depending on the version and harness a source used, so the
60
+ figure is not portable across versions. The section now records every observed
61
+ value with its provenance, documents the v1.3 composition, and states that the
62
+ index may be cited for ordering but never for a number.
63
+ - Documented the writing evidence behind `taste-final`, which previously rested
64
+ entirely on general and agentic indexes that do not measure prose. Added
65
+ EQ-Bench Creative Writing v3, EQ-Bench Longform, and the Lech Mazur
66
+ story-writing benchmark, each read from the publisher. Recorded that Mazur has
67
+ not yet evaluated Claude Opus 5 and that Claude Fable 5 leads that board, so
68
+ the question stays open rather than being presented as settled.
69
+ - Added per-effort cost and throughput to the Intelligence Index table, which is
70
+ what justifies the shipped effort levels: `xhigh` reaches the same index score
71
+ as `max` for 30% (Opus 5) and 53% (GPT-5.6 Sol) less per task.
72
+
9
73
  ## [0.10.3] - 2026-07-26
10
74
 
11
75
  ### Changed
@@ -411,7 +475,9 @@ semantic version tags.
411
475
  - Initial shared routing table, cross-vendor dispatcher, runners, installer,
412
476
  and baseline lint fixes.
413
477
 
414
- [Unreleased]: https://github.com/Seraphim0916/omnilane/compare/v0.10.3...HEAD
478
+ [Unreleased]: https://github.com/Seraphim0916/omnilane/compare/v0.11.0...HEAD
479
+ [0.11.0]: https://github.com/Seraphim0916/omnilane/compare/v0.10.4...v0.11.0
480
+ [0.10.4]: https://github.com/Seraphim0916/omnilane/compare/v0.10.3...v0.10.4
415
481
  [0.10.3]: https://github.com/Seraphim0916/omnilane/compare/v0.10.2...v0.10.3
416
482
  [0.10.2]: https://github.com/Seraphim0916/omnilane/compare/v0.10.1...v0.10.2
417
483
  [0.10.1]: https://github.com/Seraphim0916/omnilane/compare/v0.9.1...v0.10.1
package/README.ja.md CHANGED
@@ -119,7 +119,7 @@ flowchart LR
119
119
  | ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | 対外文章、prompt/ドキュメント推敲、スタイル最終審 |
120
120
  | 💬 consult | 明示指定したベンダー/モデル | —(フォールバックなし) | 自然言語で直接相談。`--vendor` を必ず維持 |
121
121
  | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | デザインシステム/参考画像がある場合の UI ドラフト |
122
- | 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 100 万トークン級の長文統合。Pro agentic 対応、高速反復ループは Flash を優先 |
122
+ | 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 100 万トークン級の走査と検索。複数箇所をまたぐ統合には Claude 候補を、高速反復ループは Flash を優先 |
123
123
  | ⚡ fast-agentic | Gemini 3.6 Flash (High) | GPT-5.6 Luna (high) | 高速なマルチステップ agentic ループ、マルチモーダル確認 |
124
124
  | 📡 live-search | Grok 4.5 | —(off) | リアルタイム X/ウェブ検索とソーシャル文脈 |
125
125
  | 🚰 coding-overflow | Grok 4.5 | Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex クォータ逼迫時の中級コーディング逃し弁 |
@@ -197,6 +197,9 @@ omnilane ui stop # 正常に停止
197
197
  のみを表示し、ワーカーや
198
198
  ベンダーの生ログは表示しません。
199
199
 
200
+ 画面は英語・日本語・韓国語・繁体字中国語・簡体字中国語で読めます。初回はブラウザ
201
+ の言語に従い、ヘッダーの切り替えで上書きでき、選んだ言語はローカルに記憶されます。
202
+
200
203
  コアルーティングに Python は不要で、この UI のみ Python 3.9 以降が必要です。
201
204
 
202
205
  ## 📦 インストール
@@ -503,6 +506,35 @@ scripts/dispatch.sh --dry-run hardest-coding "…" # 解決済みプラン、
503
506
 
504
507
  ## 📜 リリース履歴
505
508
 
509
+ ## v0.11.0 の新機能
510
+
511
+ - **Live Board が 5 言語で読めます** — 英語・日本語・韓国語・繁体字中国語・簡体字
512
+ 中国語。初回はブラウザの言語に従い、ヘッダーの切り替えで上書きでき、選択は
513
+ ローカルに記憶されます。見出し、検索プレースホルダー、フィルターボタン、空状態と
514
+ エラー状態、コンテンツマーカー、スクリーンリーダーが読み上げる `aria-label` まで
515
+ 対象で、`<html lang>` も選択に追従します。
516
+ - **ジョブ状態も翻訳しますが、参照側は壊しません** — `state-` の CSS クラスは元の値
517
+ のままなのでステータス色は変わらず、検索インデックスは両方の表記を保持するため、
518
+ `running` でも訳語でも同じジョブに一致します。
519
+ - **ルーティング変更なし。** ディスパッチ動作は v0.10.4 と同一です。
520
+
521
+ ## v0.10.4 の新機能
522
+
523
+ - **`long-context` がマルチホップ作業を誤ったモデルに向けなくなりました** — この
524
+ レーンは長文*統合*を名乗りながら Gemini を第一候補にしていましたが、公開されて
525
+ いる 1M トークンのマルチニードル評価では Claude が約 3 倍のスコアを示し、Gemini
526
+ が強いのはシングルニードル検索です。レーンの説明を走査と検索に改め、複数箇所を
527
+ またぐ統合には Claude 候補を案内します。順序は意図的に据え置き — 根拠が二次情報
528
+ であり、前世代モデルの測定に基づくためです。
529
+ - **Coding Agent Index を数値として引用しなくなりました** — 同一モデルがバージョン
530
+ とハーネス次第で 80、78、67 と読み取れます。今後は順序の参照のみに用い、観測値
531
+ ごとの出所を記録しています。
532
+ - **`taste-final` に文章特化の根拠を追加** — 従来は散文を測らない汎用・エージェント
533
+ 指標のみで順序を決めていました。EQ-Bench Creative Writing v3、EQ-Bench Longform、
534
+ Lech Mazur の 3 ボードを、いずれも公開元から直接取得して追加しました。
535
+ - **努力度ごとのコストとスループットを追加**。既定が `xhigh` である理由を示します:
536
+ `max` と同じ指数スコアを、1 タスクあたり 30-53% 安く得られます。
537
+
506
538
  ## v0.10.3 の新機能
507
539
 
508
540
  - **5 言語すべての README を再構成** — 冒頭で「これは何か、なぜ欲しくなるのか」を
package/README.ko.md CHANGED
@@ -117,7 +117,7 @@ flowchart LR
117
117
  | ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | 대외 문장, prompt/문서 다듬기, 스타일 최종심 |
118
118
  | 💬 consult | 명시적으로 지정한 벤더/모델 | —(폴백 없음) | 자연어 직접 상담. `--vendor` 를 반드시 유지 |
119
119
  | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | 디자인 시스템/참고 이미지가 있을 때의 UI 초안 |
120
- | 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 100만 토큰급 장문 통합. Pro agentic 지원, 빠른 반복 루프는 Flash 우선 |
120
+ | 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 100만 토큰급 훑기와 검색. 여러 곳을 잇는 다중 홉 통합은 Claude 후보를, 빠른 반복 루프는 Flash 우선 |
121
121
  | ⚡ fast-agentic | Gemini 3.6 Flash (High) | GPT-5.6 Luna (high) | 빠른 멀티스텝 agentic 루프, 멀티모달 확인 |
122
122
  | 📡 live-search | Grok 4.5 | —(off) | 실시간 X/웹 검색과 소셜 맥락 |
123
123
  | 🚰 coding-overflow | Grok 4.5 | Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex 쿼터 소진 시 중급 코딩 안전 밸브 |
@@ -193,6 +193,9 @@ omnilane ui stop # 정상 중지
193
193
  `127.0.0.1` 에만 바인딩하고 무작위 토큰으로 보호하는 읽기 전용 화면입니다.
194
194
  `task.txt` 와 공개용 `out.txt` 만 표시하며 워커나 벤더 원시 로그는 표시하지 않습니다.
195
195
 
196
+ 화면은 영어, 일본어, 한국어, 번체 중국어, 간체 중국어로 볼 수 있습니다. 처음에는
197
+ 브라우저 언어를 따르고, 헤더의 선택기로 바꿀 수 있으며 선택은 로컬에 기억됩니다.
198
+
196
199
  핵심 라우팅에는 Python 이 필요 없고, 이 UI 에만 Python 3.9 이상이 필요합니다.
197
200
 
198
201
  ## 📦 설치
@@ -487,6 +490,34 @@ scripts/dispatch.sh --dry-run hardest-coding "…" # 완전히 해석된 계
487
490
 
488
491
  ## 📜 릴리스 기록
489
492
 
493
+ ## v0.11.0 새 기능
494
+
495
+ - **Live Board 를 5 개 언어로 읽을 수 있습니다** — 영어, 일본어, 한국어, 번체 중국어,
496
+ 간체 중국어. 처음에는 브라우저 언어를 따르고, 헤더의 선택기로 바꿀 수 있으며 선택은
497
+ 로컬에 기억됩니다. 제목, 검색 자리표시자, 필터 버튼, 빈 상태와 오류 상태, 콘텐츠
498
+ 마커, 스크린 리더가 읽는 `aria-label` 까지 모두 포함하며 `<html lang>` 도 선택을
499
+ 따릅니다.
500
+ - **작업 상태도 번역하지만 이를 읽는 쪽은 그대로입니다** — `state-` CSS 클래스는 원래
501
+ 값을 유지해 상태 색상이 바뀌지 않고, 검색 색인은 두 표기를 모두 담고 있어 `running`
502
+ 으로도 번역어로도 같은 작업이 검색됩니다.
503
+ - **라우팅 변경 없음.** 디스패치 동작은 v0.10.4 와 동일합니다.
504
+
505
+ ## v0.10.4 새 기능
506
+
507
+ - **`long-context` 가 더 이상 다중 홉 작업을 잘못된 모델로 보내지 않습니다** — 이
508
+ 레인은 장문 *통합*을 표방하면서 Gemini 를 1순위로 두었지만, 공개된 1M 토큰 멀티
509
+ 니들 점수는 Claude 가 약 3배 앞서고 Gemini 가 강한 쪽은 싱글 니들 검색입니다.
510
+ 레인 설명을 훑기와 검색으로 좁히고, 여러 곳을 잇는 통합에는 Claude 후보를
511
+ 안내합니다. 순서는 의도적으로 유지 — 근거가 2차 자료이고 이전 세대 모델을 측정한
512
+ 것이기 때문입니다.
513
+ - **Coding Agent Index 를 수치로 인용하지 않습니다** — 같은 모델이 버전과 하네스에
514
+ 따라 80, 78, 67 로 읽힙니다. 이제 순서 참조로만 쓰고, 관측값마다 출처를 기록합니다.
515
+ - **`taste-final` 에 글쓰기 전용 근거 추가** — 이전에는 산문을 측정하지 않는 범용·
516
+ 에이전트 지표만으로 순서를 정했습니다. EQ-Bench Creative Writing v3, EQ-Bench
517
+ Longform, Lech Mazur 세 보드를 모두 발행처에서 직접 가져와 추가했습니다.
518
+ - **노력 수준별 비용과 처리량 추가**. 기본값이 `xhigh` 인 이유를 보여줍니다:
519
+ `max` 와 같은 지수 점수를 작업당 30-53% 저렴하게 얻습니다.
520
+
490
521
  ## v0.10.3 새 기능
491
522
 
492
523
  - **5개 언어 README 전면 재구성** — 문서 첫머리에서 "이게 무엇이고 왜 필요한가"를
package/README.md CHANGED
@@ -122,7 +122,7 @@ actually resolves.
122
122
  | ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | User-facing prose, prompt/doc polish, style arbitration |
123
123
  | 💬 consult | Explicit named vendor/model | — (no fallback) | Direct natural-language consultation; always keep `--vendor` |
124
124
  | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | UI drafts only WITH a design system / reference images |
125
- | 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 1M-token synthesis; Pro is agentic-capable, while fast repeated loops prefer Flash |
125
+ | 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 1M-token sweeps and retrieval; for multi-hop synthesis prefer the Claude candidate, and Flash for fast repeated loops |
126
126
  | ⚡ fast-agentic | Gemini 3.6 Flash (High) | GPT-5.6 Luna (high) | Fast multi-step agentic loops, multimodal checks |
127
127
  | 📡 live-search | Grok 4.5 | — (off) | Realtime X/web search and social context |
128
128
  | 🚰 coding-overflow | Grok 4.5 | Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex-quota relief valve for mid-tier coding |
@@ -195,6 +195,10 @@ The reference is memory-only and disappears when the page closes. The board
195
195
  binds only to `127.0.0.1`, uses a random token, and is read-only. It shows
196
196
  `task.txt` and the public `out.txt`, but never raw worker or vendor logs.
197
197
 
198
+ The board reads in English, Japanese, Korean, Traditional Chinese and Simplified
199
+ Chinese. It follows the browser language on first load; the switcher in the
200
+ header overrides that and the choice is remembered locally.
201
+
198
202
  Core routing does not need Python; only this UI requires Python 3.9 or newer.
199
203
 
200
204
  ## 📦 Install
@@ -533,6 +537,39 @@ working notes, including per-benchmark caveats, live in
533
537
 
534
538
  ## 📜 Release history
535
539
 
540
+ ## What's new in v0.11.0
541
+
542
+ - **The Live Board reads in five languages** — English, Japanese, Korean,
543
+ Traditional Chinese and Simplified Chinese. It follows the browser languages
544
+ on first load, the switcher in the header overrides that, and the choice is
545
+ remembered locally. Headings, the search placeholder, filter buttons, empty
546
+ and error states, content markers and the `aria-label` attributes screen
547
+ readers announce are all covered, and `<html lang>` follows the selection.
548
+ - **Job states are translated without breaking anything that reads them** — the
549
+ `state-` CSS classes keep the raw value so status colours are unchanged, and
550
+ the search index holds both spellings, so `running` and its translation match
551
+ the same job.
552
+ - **No routing changes.** Dispatch behaviour is identical to v0.10.4.
553
+
554
+ ## What's new in v0.10.4
555
+
556
+ - **`long-context` no longer points multi-hop work at the wrong model** — the
557
+ lane called itself long-document *synthesis* while shipping Gemini first, but
558
+ published multi-needle scores at 1M favour Claude by roughly threefold while
559
+ Gemini leads single-needle retrieval. The lane now describes retrieval and
560
+ volume sweeps and names the Claude candidate for integration work. Ordering is
561
+ unchanged; the evidence is secondary and covers prior model generations.
562
+ - **The Coding Agent Index is no longer quoted as a number** — the same model
563
+ reads 80, 78 or 67 depending on index version and harness. It is now cited for
564
+ ordering only, with every observed value and its provenance recorded.
565
+ - **`taste-final` has writing evidence behind it** — previously ordered from
566
+ general and agentic indexes that do not measure prose. Added EQ-Bench Creative
567
+ Writing v3, EQ-Bench Longform, and the Lech Mazur benchmark, read from the
568
+ publishers.
569
+ - **Per-effort cost and throughput** added to the model notes, showing why the
570
+ defaults use `xhigh`: it reaches the same index score as `max` for 30-53% less
571
+ per task.
572
+
536
573
  ## What's new in v0.10.3
537
574
 
538
575
  - **Restructured READMEs in all five languages** — the reader now meets a plain
package/README.zh-CN.md CHANGED
@@ -110,7 +110,7 @@ flowchart LR
110
110
  | ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | 对外文字、prompt 与文档打磨、风格终审 |
111
111
  | 💬 consult | 明确指定的厂商/模型 | —(不降级) | 自然语言直接咨询;必须保留 `--vendor` |
112
112
  | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | 有设计规范/参考图时的 UI 出稿;开放式视觉品味交给 taste-final |
113
- | 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 百万 token 长文整合;Pro 可跑 agentic 工作,高速重复循环仍优先 Flash |
113
+ | 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 百万 token 扫读与检索;要跨段落多跳整合请改用 Claude 候选,高速重复循环仍优先 Flash |
114
114
  | ⚡ fast-agentic | Gemini 3.6 Flash (High) | GPT-5.6 Luna (high) | 快速多步骤 agentic 循环、多模态检查 |
115
115
  | 📡 live-search | Grok 4.5 | —(off) | 实时 X/网络搜索与社群脉络 |
116
116
  | 🚰 coding-overflow | Grok 4.5 | Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex 额度吃紧时的中量级编码溢流道;事实性声明须另行查证 |
@@ -178,6 +178,9 @@ Esc。服务器发送事件(SSE)会实时更新,又不会重建当前聚焦的
178
178
  `127.0.0.1`、使用随机令牌保护、全程只读。界面只显示 `task.txt` 和公开的
179
179
  `out.txt`,不会显示工作端或厂商原始日志。
180
180
 
181
+ 界面提供英文、日文、韩文、繁体中文与简体中文。首次加载依浏览器语言决定,可用标题栏
182
+ 的切换器覆盖,选择会记在本地。
183
+
181
184
  核心路由不需要 Python;只有这个界面需要 Python 3.9 或更高版本。
182
185
 
183
186
  ## 📦 安装
@@ -462,6 +465,30 @@ plan 模式,或只给只读工具集)。要改文件必须同时给 `--mode work
462
465
 
463
466
  ## 📜 版本历程
464
467
 
468
+ ## v0.11.0 新功能
469
+
470
+ - **Live Board 提供五种语言** —— 英文、日文、韩文、繁体中文与简体中文。首次加载依
471
+ 浏览器语言决定,可用标题栏的切换器覆盖,选择会记在本地。标题、搜索提示文字、
472
+ 筛选按钮、空状态与错误状态、内容标记,以及屏幕阅读器会朗读的 `aria-label` 全部
473
+ 涵盖,`<html lang>` 也跟着切换。
474
+ - **作业状态有翻译,但读取状态的地方不受影响** —— `state-` 的 CSS class 仍是原始值,
475
+ 状态配色不变;搜索索引同时收录两种写法,输入 `running` 或译文都能找到同一条作业。
476
+ - **路由没有任何变更。** 派发行为与 v0.10.4 相同。
477
+
478
+ ## v0.10.4 新功能
479
+
480
+ - **`long-context` 不再把多跳任务指向错的模型**——这条通道原本自称长文*整合*,
481
+ 首选却是 Gemini;但公开的百万 token 多针分数显示 Claude 领先约三倍,Gemini
482
+ 强的是单针检索。通道说明已改为扫读与检索,跨来源整合请改用 Claude 候选。
483
+ 排序刻意不动:那批证据是二手且测的是上一代模型,不足以移动已发布的默认值。
484
+ - **Coding Agent Index 不再被当数字引用**——同一个模型在不同版本与 harness 下
485
+ 读出 80、78、67 三种值。现在只用来看排序,并记录每个观测值的出处。
486
+ - **`taste-final` 补上写作专项证据**——此前完全靠不测文笔的通用与 agentic 指标
487
+ 排序。已加入 EQ-Bench Creative Writing v3、EQ-Bench Longform 与 Lech Mazur
488
+ 三个榜,全部取自发布者第一手。
489
+ - **补上逐档位成本与吞吐**,说明默认为何用 `xhigh`:拿到与 `max` 相同的指数
490
+ 分数,每任务却便宜 30-53%。
491
+
465
492
  ## v0.10.3 新功能
466
493
 
467
494
  - **五种语言的 README 全面重整**——文档开头改成先讲清楚「这是什么、我为什么会
package/README.zh-TW.md CHANGED
@@ -110,7 +110,7 @@ flowchart LR
110
110
  | ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | 對外文字、prompt 與文件打磨、風格終審 |
111
111
  | 💬 consult | 明確點名的廠商/模型 | —(不降級) | 自然語言直接諮詢;必須保留 `--vendor` |
112
112
  | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | 有設計規範/參考圖時的 UI 出稿;開放式視覺品味交給 taste-final |
113
- | 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 百萬 token 長文整合;Pro 可跑 agentic 工作,高速重複迴圈仍優先 Flash |
113
+ | 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 百萬 token 掃讀與檢索;要跨段落多跳整合請改用 Claude 候選,高速重複迴圈仍優先 Flash |
114
114
  | ⚡ fast-agentic | Gemini 3.6 Flash (High) | GPT-5.6 Luna (high) | 快速多步驟 agentic 迴圈、多模態檢查 |
115
115
  | 📡 live-search | Grok 4.5 | —(off) | 即時 X/網路搜尋與社群脈絡 |
116
116
  | 🚰 coding-overflow | Grok 4.5 | Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex 額度吃緊時的中量級編碼溢流道;事實性宣稱須另行查證 |
@@ -178,6 +178,9 @@ omnilane ui stop # 正常停止
178
178
  `127.0.0.1`、用隨機 token 保護、全程唯讀。畫面只顯示 `task.txt` 與公開的
179
179
  `out.txt`,不顯示工作端或廠商原始 log。
180
180
 
181
+ 畫面提供英文、日文、韓文、繁體中文與簡體中文。首次載入依瀏覽器語言決定,可用標題列
182
+ 的切換器覆寫,選擇會記在本機。
183
+
181
184
  核心路由不需要 Python;只有這個介面需要 Python 3.9 以上。
182
185
 
183
186
  ## 📦 安裝
@@ -472,6 +475,30 @@ plan 模式,或只給唯讀工具集)。要改檔必須同時給 `--mode work`
472
475
 
473
476
  ## 📜 版本歷程
474
477
 
478
+ ## v0.11.0 新功能
479
+
480
+ - **Live Board 提供五種語言** —— 英文、日文、韓文、繁體中文與簡體中文。首次載入依
481
+ 瀏覽器語言決定,可用標題列的切換器覆寫,選擇會記在本機。標題、搜尋提示文字、
482
+ 篩選按鈕、空狀態與錯誤狀態、內容標記,以及螢幕閱讀器會朗讀的 `aria-label` 全部
483
+ 涵蓋,`<html lang>` 也跟著切換。
484
+ - **工作狀態有翻譯,但讀取狀態的地方不受影響** —— `state-` 的 CSS class 仍是原始值,
485
+ 狀態配色不變;搜尋索引同時收錄兩種寫法,打 `running` 或譯文都找得到同一筆工作。
486
+ - **路由沒有任何變更。** 派工行為與 v0.10.4 相同。
487
+
488
+ ## v0.10.4 新功能
489
+
490
+ - **`long-context` 不再把多跳任務指向錯的模型**——這條通道原本自稱長文*整合*,
491
+ 首選卻是 Gemini;但公開的百萬 token 多針分數顯示 Claude 領先約三倍,Gemini
492
+ 強的是單針檢索。通道說明已改為掃讀與檢索,跨來源整合請改用 Claude 候選。
493
+ 排序刻意不動:那批證據是二手且測的是上一代模型,不足以移動已出貨的預設。
494
+ - **Coding Agent Index 不再被當數字引用**——同一個模型在不同版本與 harness 下
495
+ 讀出 80、78、67 三種值。現在只用來看排序,並記錄每個觀測值的出處。
496
+ - **`taste-final` 補上寫作專項證據**——先前完全靠不測文筆的通用與 agentic 指標
497
+ 排序。已加入 EQ-Bench Creative Writing v3、EQ-Bench Longform 與 Lech Mazur
498
+ 三個榜,全部取自發布者第一手。
499
+ - **補上逐檔位成本與吞吐**,說明預設為何用 `xhigh`:拿到與 `max` 相同的指數
500
+ 分數,每任務卻便宜 30-53%。
501
+
475
502
  ## v0.10.3 新功能
476
503
 
477
504
  - **五種語言的 README 全面重整**——文件開頭改成先講清楚「這是什麼、我為什麼會
package/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.3
1
+ 0.11.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnilane",
3
- "version": "0.10.3",
3
+ "version": "0.11.0",
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"
package/routing.yaml CHANGED
@@ -24,7 +24,7 @@ hard-judgment: claude claude-opus-5 xhigh | codex gpt-5.6-sol max # AA Intel
24
24
  taste-final: claude claude-opus-5 high | codex gpt-5.6-sol max # user-facing prose, prompt/doc polish, Chinese phrasing, style arbitration
25
25
  consult: codex gpt-5.6-sol max | claude claude-opus-5 high | grok grok-4.5 - | gemini "Gemini 3.1 Pro (High)" - # direct named-model consultation; use --vendor to prevent fallback
26
26
  ui-draft: codex gpt-5.6-sol xhigh | claude claude-opus-5 high # only with a design system / reference images; open-ended visual taste -> taste-final
27
- long-context: gemini "Gemini 3.1 Pro (High)" - | claude claude-opus-5 high | codex gpt-5.6-sol high # all have 1M context; prefer Gemini for cost + long-doc synthesis, Flash for fast loops
27
+ long-context: gemini "Gemini 3.1 Pro (High)" - | claude claude-opus-5 high | codex gpt-5.6-sol high # all have 1M context; Gemini leads single-needle retrieval at full length and is the cheapest way to sweep volume, Flash for fast loops. For multi-hop synthesis across a large corpus prefer the claude candidate: published multi-needle scores at 1M favour Claude by a wide margin (see docs/model-capabilities-2026-07.md)
28
28
  fast-agentic: gemini "Gemini 3.6 Flash (High)" - | codex gpt-5.6-luna high # speed + agentic tool loops; 3.6 Flash (released 2026-07-21): AA Intelligence 50, #1 output speed 303.6 tok/s, -17% output tokens vs 3.5 Flash per Google
29
29
  live-search: grok grok-4.5 - | off # native X/web search lane; no real substitute
30
30
  coding-overflow: grok grok-4.5 - | kimi kimi-k3 - | qwen qwen3-coder-plus - | opencode - - | off # codex-quota relief valve: mid-tier coding; Grok 4.5 (GA 2026-07-16) Terminal-Bench 83.3 / SWE-Bench Pro 64.7, but AA hallucination 54% — verify factual claims. qwen3-coder-plus = 2025-09-23 snapshot alias (Qwen 3.6 Plus exists; re-evaluate before swapping). kimi/qwen model fields are CLI aliases — adjust to your login. opencode "-" model = its own configured default.