omnilane 0.9.1 → 0.10.2
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 +55 -1
- package/README.ja.md +28 -11
- package/README.ko.md +28 -11
- package/README.md +28 -11
- package/README.zh-CN.md +26 -11
- package/README.zh-TW.md +26 -11
- package/VERSION +1 -1
- package/package.json +1 -1
- package/routing.yaml +17 -12
- package/scripts/configure.sh +16 -15
- package/scripts/runners/run-vote.sh +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,57 @@ semantic version tags.
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.10.2] - 2026-07-26
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Lowered the shipped Claude effort on `hardest-coding` and `hard-judgment`
|
|
14
|
+
from `max` to `xhigh`, matching Anthropic's documented guidance for Claude
|
|
15
|
+
Opus 5: start at `xhigh` for coding and agentic work, keep `high` as the
|
|
16
|
+
floor for other intelligence-sensitive work, and reserve `max` for cases
|
|
17
|
+
where correctness outweighs cost (it can show diminishing returns and
|
|
18
|
+
overthink simpler tasks). Raise it back per lane with
|
|
19
|
+
`omnilane configure set <lane> "<spec>"` if your workload needs it.
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- Repaired two dead CHANGELOG compare links that pointed at a `v0.10.0` tag
|
|
24
|
+
which was never published. `0.10.1` now compares against `v0.9.1`, and
|
|
25
|
+
`0.10.0` points at its release commit.
|
|
26
|
+
|
|
27
|
+
## [0.10.1] - 2026-07-26
|
|
28
|
+
|
|
29
|
+
### Added
|
|
30
|
+
|
|
31
|
+
- Added `claude-opus-5` to default routing as the first choice for
|
|
32
|
+
`hard-judgment` and `taste-final`, with a fallback position for the hardest
|
|
33
|
+
coding work.
|
|
34
|
+
- Expanded `omnilane configure` across all 13 providers with 106 selectable
|
|
35
|
+
model entries. Codex, Claude Code, Grok Build, and Antigravity use their
|
|
36
|
+
current native catalogs; OpenRouter and OpenCode shortcuts were verified
|
|
37
|
+
against the live OpenRouter catalog. Custom model IDs remain available via
|
|
38
|
+
`c`.
|
|
39
|
+
- Added the 2026-07-25 release summary to all five localized READMEs and
|
|
40
|
+
included `README.ja.md` in the NPM package.
|
|
41
|
+
|
|
42
|
+
## [0.10.0] - 2026-07-22
|
|
43
|
+
|
|
44
|
+
### Changed
|
|
45
|
+
|
|
46
|
+
- Moved the default gemini candidates from Gemini 3.5 Flash to Gemini 3.6 Flash
|
|
47
|
+
(released 2026-07-21) in fast-agentic, triage, and bulk-mechanical, and
|
|
48
|
+
updated the Gemini Flash alias. Google reports 17% fewer output tokens at a
|
|
49
|
+
lower output price; Artificial Analysis measures Intelligence Index 50 and
|
|
50
|
+
the highest output speed on its leaderboard. The sibling releases are not
|
|
51
|
+
routable: 3.5 Flash-Lite is absent from the agy CLI and 3.5 Flash Cyber is a
|
|
52
|
+
restricted government/partner pilot. Refreshed the Gemini price table
|
|
53
|
+
(3.6 Flash $1.50/$7.50, 3.5 Flash $1.50/$9.00, 3.5 Flash-Lite $0.30/$2.50).
|
|
54
|
+
- Re-audited model-routing evidence against current official sources, corrected
|
|
55
|
+
price/context facts for GPT-5.6, Claude 5, Gemini 3.x, Grok 4.5, and Kimi K3,
|
|
56
|
+
and aligned the canonical skill plus localized READMEs: Gemini 3.1 Pro is
|
|
57
|
+
agentic-capable, while Flash remains preferred for fast repeated loops.
|
|
58
|
+
Default route candidates and fallback order are unchanged.
|
|
59
|
+
|
|
9
60
|
## [0.9.1] - 2026-07-19
|
|
10
61
|
|
|
11
62
|
### Fixed
|
|
@@ -321,7 +372,10 @@ semantic version tags.
|
|
|
321
372
|
- Initial shared routing table, cross-vendor dispatcher, runners, installer,
|
|
322
373
|
and baseline lint fixes.
|
|
323
374
|
|
|
324
|
-
[Unreleased]: https://github.com/Seraphim0916/omnilane/compare/v0.
|
|
375
|
+
[Unreleased]: https://github.com/Seraphim0916/omnilane/compare/v0.10.2...HEAD
|
|
376
|
+
[0.10.2]: https://github.com/Seraphim0916/omnilane/compare/v0.10.1...v0.10.2
|
|
377
|
+
[0.10.1]: https://github.com/Seraphim0916/omnilane/compare/v0.9.1...v0.10.1
|
|
378
|
+
[0.10.0]: https://github.com/Seraphim0916/omnilane/compare/v0.9.1...1ea55e5
|
|
325
379
|
[0.9.1]: https://github.com/Seraphim0916/omnilane/compare/v0.9.0...v0.9.1
|
|
326
380
|
[0.9.0]: https://github.com/Seraphim0916/omnilane/compare/v0.8.3...v0.9.0
|
|
327
381
|
[0.8.3]: https://github.com/Seraphim0916/omnilane/compare/v0.8.2...v0.8.3
|
package/README.ja.md
CHANGED
|
@@ -21,6 +21,12 @@
|
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
24
|
+
## 2026-07-25 更新
|
|
25
|
+
|
|
26
|
+
- デフォルトルーティングに `claude-opus-5` を追加しました。`hard-judgment` と `taste-final` の第一候補となり、最難関のコーディング作業でもフォールバックとして利用できます。
|
|
27
|
+
- `omnilane configure` を全 13 プロバイダーへ拡張しました。選択可能なモデルは 106 件で、Codex、Claude Code、Grok Build、Antigravity の最新カタログに加え、検証済みの OpenRouter/OpenCode ショートカットを収録しています。`c` によるカスタムモデル ID の入力も引き続き利用できます。
|
|
28
|
+
|
|
29
|
+
---
|
|
24
30
|
## 👋 はじめての方へ
|
|
25
31
|
|
|
26
32
|
すでに AI コーディングアシスタント——**Claude Code、Codex、Cursor、Gemini
|
|
@@ -36,6 +42,15 @@ CLI** など——を使っていますよね。どれも一度に一つの AI
|
|
|
36
42
|
|
|
37
43
|
**[⬇ 60 秒クイックスタートへ](#-60-秒クイックスタート)**
|
|
38
44
|
|
|
45
|
+
## v0.10.0 の新機能
|
|
46
|
+
|
|
47
|
+
- **Gemini 3.6 Flash を既定に** — `fast-agentic`・`triage`・`bulk-mechanical`
|
|
48
|
+
の gemini 候補(および `Gemini Flash` エイリアス)を 2026-07-21 リリースの
|
|
49
|
+
Gemini 3.6 Flash に更新。出力トークンが減り、出力単価も下がり、Artificial
|
|
50
|
+
Analysis 計測の出力速度は首位です。
|
|
51
|
+
- **エビデンス再監査** — ルーティングのコメント、モデル能力ノート、Gemini
|
|
52
|
+
価格表を公式ソースに合わせて更新(2026-07-21/22)。
|
|
53
|
+
|
|
39
54
|
## v0.9.1 の新機能
|
|
40
55
|
|
|
41
56
|
- **修正**: `configure set` が `routing.local.yaml` の手書きコメントを削除しなく
|
|
@@ -83,7 +98,7 @@ flowchart LR
|
|
|
83
98
|
M["メインループ<br/><i>任意の CLI</i>"] --> T{{"routing.yaml<br/>一枚の共有テーブル"}}
|
|
84
99
|
T -->|hardest-coding| C1["Codex — GPT-5.6 Sol"]
|
|
85
100
|
T -->|bulk-mechanical| C2["Codex — GPT-5.6 Terra"]
|
|
86
|
-
T -->|taste-final| C3["Claude — Opus
|
|
101
|
+
T -->|taste-final| C3["Claude — Opus 5"]
|
|
87
102
|
T -->|long-context| C4["Gemini — 3.1 Pro"]
|
|
88
103
|
T -->|live-search| C5["Grok — 4.5"]
|
|
89
104
|
T -->|"arbitrate(オプトイン)"| C6["vote — 1-4 モデルパネル"]
|
|
@@ -115,15 +130,15 @@ flowchart LR
|
|
|
115
130
|
|
|
116
131
|
| レーン | 第一候補 | バックアップ | 用途 |
|
|
117
132
|
|---|---|---|---|
|
|
118
|
-
| 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus
|
|
133
|
+
| 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (xhigh) | 最難関の実装、根本原因デバッグ、正確性が要の変更 |
|
|
119
134
|
| 🏗️ bulk-mechanical | GPT-5.6 Terra (max) | Claude Sonnet 5 (high) | リファクタ、移行、テスト、大規模スイープ |
|
|
120
|
-
| 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.
|
|
121
|
-
| ⚖️ hard-judgment | GPT-5.6 Sol (max) |
|
|
122
|
-
| ✒️ taste-final | Claude Opus
|
|
135
|
+
| 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.6 Flash (Low) | 大量の一次スクリーニング |
|
|
136
|
+
| ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) | アーキテクチャ裁定、深い推論、セカンドオピニオン |
|
|
137
|
+
| ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | 対外文章、prompt/ドキュメント推敲、スタイル最終審 |
|
|
123
138
|
| 💬 consult | 明示指定したベンダー/モデル | —(フォールバックなし) | 自然言語で直接相談。`--vendor` を必ず維持 |
|
|
124
|
-
| 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus
|
|
125
|
-
| 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus
|
|
126
|
-
| ⚡ fast-agentic | Gemini 3.
|
|
139
|
+
| 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | デザインシステム/参考画像がある場合の UI ドラフト |
|
|
140
|
+
| 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 100 万トークン級の長文統合。Pro も agentic 対応、高速反復ループは Flash を優先 |
|
|
141
|
+
| ⚡ fast-agentic | Gemini 3.6 Flash (High) | GPT-5.6 Luna (high) | 高速なマルチステップ agentic ループ、マルチモーダル確認 |
|
|
127
142
|
| 📡 live-search | Grok 4.5 | —(off) | リアルタイム X/ウェブ検索とソーシャル文脈 |
|
|
128
143
|
| 🚰 coding-overflow | Grok 4.5 | Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex クォータ逼迫時の中級コーディング逃し弁 |
|
|
129
144
|
| 🗳️ arbitrate | off(オプトイン) | — | 内蔵オピニオンパネル(重大な判断用)——デフォルト無効。`routing.local.yaml` で有効化;投票者×ラウンドごとに 1 コール消費 |
|
|
@@ -133,7 +148,9 @@ flowchart LR
|
|
|
133
148
|
|
|
134
149
|
> **Claude Fable 5 はどこ?** 意図的にデフォルト表に入れていません:Claude の
|
|
135
150
|
> 最上位ティアは通常*メインループ自身*であり、ディスパッチされるワーカーでは
|
|
136
|
-
> ないため(価格も Opus より上)
|
|
151
|
+
> ないため(価格も Opus より上)。これはコスト/ガードレール/メインループ方針で
|
|
152
|
+
> あり、能力評価ではありません。Anthropic は Fable 5 を Opus 5 より上位に
|
|
153
|
+
> 位置付けています。設定メニューのモデル一覧には載っているので、
|
|
137
154
|
> 使いたければ自分でルーティングできます(例:`routing.local.yaml` に
|
|
138
155
|
> `taste-final: claude claude-fable-5 high`)。
|
|
139
156
|
|
|
@@ -162,11 +179,11 @@ flowchart LR
|
|
|
162
179
|
該当行を自動適用します。これはその人間向けビューです。
|
|
163
180
|
|
|
164
181
|
- **Claude Code · Fable 5** — 自分で実行:hard-judgment、taste-final、正確性が最重要の難修正。ディスパッチ:機械的コーディング量 → Codex、長文 → Gemini、リアルタイム検索 → Grok。
|
|
165
|
-
- **Claude Code · Opus
|
|
182
|
+
- **Claude Code · Opus 5** — 自分で実行:hard-judgment、taste-final。大量のコーディングは Codex レーン、長文 → Gemini、リアルタイム検索 → Grok。
|
|
166
183
|
- **Codex · Sol** — 自分で実行:hardest-coding、hard-judgment、ui-draft。ディスパッチ:taste-final → Claude、長文 → Gemini、リアルタイム検索 → Grok、大量作業 → Codex Terra。
|
|
167
184
|
- **Codex · Terra** — 自分で実行:bulk-mechanical。本当に最難関の部分は Sol へエスカレーション;taste → Claude、長文 → Gemini、リアルタイム検索 → Grok。
|
|
168
185
|
- **Grok Build · Grok 4.5** — 自分で実行:live-search、coding-overflow(中級コーディング)。難しい作業は全て Codex/Claude/Gemini へ——先に全 API シグネチャと引用事実を検証。
|
|
169
|
-
- **Antigravity · Gemini** — 自分で実行:
|
|
186
|
+
- **Antigravity · Gemini** — 自分で実行:3.1 Pro で長文と重いコンテキストの agentic 作業、Flash で高速反復ループ。最難関のコーディング/判断/文章は Codex/Claude へ;リアルタイム検索 → Grok。
|
|
170
187
|
|
|
171
188
|
</details>
|
|
172
189
|
|
package/README.ko.md
CHANGED
|
@@ -21,6 +21,12 @@
|
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
24
|
+
## 2026-07-25 업데이트
|
|
25
|
+
|
|
26
|
+
- 기본 라우팅에 `claude-opus-5`를 추가했습니다. `hard-judgment`와 `taste-final`의 첫 번째 선택이며, 가장 어려운 코딩 작업의 대체 경로로도 사용됩니다.
|
|
27
|
+
- `omnilane configure`를 13개 전체 제공자로 확장했습니다. 선택 가능한 모델은 106개이며 Codex, Claude Code, Grok Build, Antigravity의 최신 카탈로그와 검증된 OpenRouter/OpenCode 바로가기를 포함합니다. `c`를 통한 사용자 지정 모델 ID 입력도 계속 지원합니다.
|
|
28
|
+
|
|
29
|
+
---
|
|
24
30
|
## 👋 처음이신가요?
|
|
25
31
|
|
|
26
32
|
이미 AI 코딩 어시스턴트——**Claude Code, Codex, Cursor, Gemini CLI** 같은——를 쓰고
|
|
@@ -35,6 +41,15 @@
|
|
|
35
41
|
|
|
36
42
|
**[⬇ 60초 시작으로](#-60초-시작)**
|
|
37
43
|
|
|
44
|
+
## v0.10.0 새 기능
|
|
45
|
+
|
|
46
|
+
- **Gemini 3.6 Flash 기본 라우팅** — `fast-agentic`, `triage`,
|
|
47
|
+
`bulk-mechanical` 의 gemini 후보(그리고 `Gemini Flash` 별칭)를 2026-07-21
|
|
48
|
+
출시된 Gemini 3.6 Flash 로 변경: 출력 토큰 감소, 출력 단가 인하, Artificial
|
|
49
|
+
Analysis 측정 출력 속도 1위.
|
|
50
|
+
- **근거 재감사** — 라우팅 주석, 모델 능력 노트, Gemini 가격표를 공식 소스에
|
|
51
|
+
맞춰 갱신 (2026-07-21/22).
|
|
52
|
+
|
|
38
53
|
## v0.9.1 새 기능
|
|
39
54
|
|
|
40
55
|
- **수정**: `configure set` 이 더 이상 `routing.local.yaml` 의 수기 주석을
|
|
@@ -82,7 +97,7 @@ flowchart LR
|
|
|
82
97
|
M["메인 루프<br/><i>아무 CLI</i>"] --> T{{"routing.yaml<br/>공유 테이블 하나"}}
|
|
83
98
|
T -->|hardest-coding| C1["Codex — GPT-5.6 Sol"]
|
|
84
99
|
T -->|bulk-mechanical| C2["Codex — GPT-5.6 Terra"]
|
|
85
|
-
T -->|taste-final| C3["Claude — Opus
|
|
100
|
+
T -->|taste-final| C3["Claude — Opus 5"]
|
|
86
101
|
T -->|long-context| C4["Gemini — 3.1 Pro"]
|
|
87
102
|
T -->|live-search| C5["Grok — 4.5"]
|
|
88
103
|
T -->|"arbitrate(옵트인)"| C6["vote — 1-4 모델 패널"]
|
|
@@ -113,15 +128,15 @@ flowchart LR
|
|
|
113
128
|
|
|
114
129
|
| 레인 | 1순위 모델 | 백업 | 용도 |
|
|
115
130
|
|---|---|---|---|
|
|
116
|
-
| 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus
|
|
131
|
+
| 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (xhigh) | 가장 어려운 구현, 근본 원인 디버깅, 정확성이 핵심인 수정 |
|
|
117
132
|
| 🏗️ bulk-mechanical | GPT-5.6 Terra (max) | Claude Sonnet 5 (high) | 리팩터링, 마이그레이션, 테스트, 대량 스윕 |
|
|
118
|
-
| 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.
|
|
119
|
-
| ⚖️ hard-judgment | GPT-5.6 Sol (max) |
|
|
120
|
-
| ✒️ taste-final | Claude Opus
|
|
133
|
+
| 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.6 Flash (Low) | 대량 1차 선별 |
|
|
134
|
+
| ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) | 아키텍처 중재, 깊은 추론, 세컨드 오피니언 |
|
|
135
|
+
| ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | 대외 문장, prompt/문서 다듬기, 스타일 최종심 |
|
|
121
136
|
| 💬 consult | 명시적으로 지정한 벤더/모델 | —(폴백 없음) | 자연어 직접 상담. `--vendor` 를 반드시 유지 |
|
|
122
|
-
| 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus
|
|
123
|
-
| 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus
|
|
124
|
-
| ⚡ fast-agentic | Gemini 3.
|
|
137
|
+
| 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | 디자인 시스템/참고 이미지가 있을 때의 UI 초안 |
|
|
138
|
+
| 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 100만 토큰급 장문 통합. Pro 도 agentic 지원, 빠른 반복 루프는 Flash 우선 |
|
|
139
|
+
| ⚡ fast-agentic | Gemini 3.6 Flash (High) | GPT-5.6 Luna (high) | 빠른 멀티스텝 agentic 루프, 멀티모달 확인 |
|
|
125
140
|
| 📡 live-search | Grok 4.5 | —(off) | 실시간 X/웹 검색과 소셜 맥락 |
|
|
126
141
|
| 🚰 coding-overflow | Grok 4.5 | Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex 쿼터 소진 시 중급 코딩 안전 밸브 |
|
|
127
142
|
| 🗳️ arbitrate | off(옵트인) | — | 내장 의견 패널(중대한 결정용)——기본 비활성. `routing.local.yaml` 에서 활성화;투표자×라운드마다 1콜 소모 |
|
|
@@ -131,7 +146,9 @@ flowchart LR
|
|
|
131
146
|
|
|
132
147
|
> **Claude Fable 5 는 어디에?** 의도적으로 기본 테이블에 넣지 않았습니다:
|
|
133
148
|
> Claude 최상위 티어는 보통 *메인 루프 자신*이지 디스패치되는 워커가 아니며,
|
|
134
|
-
> 가격도 Opus 보다 높습니다.
|
|
149
|
+
> 가격도 Opus 보다 높습니다. 이는 비용/가드레일/메인 루프 정책이며 능력 평가가
|
|
150
|
+
> 아닙니다. Anthropic 은 Fable 5 를 Opus 5 보다 상위에 둡니다. 설정 메뉴의
|
|
151
|
+
> 모델 목록에는 있으니 원하면 직접
|
|
135
152
|
> 라우팅하세요(예: `routing.local.yaml` 에
|
|
136
153
|
> `taste-final: claude claude-fable-5 high`).
|
|
137
154
|
|
|
@@ -160,11 +177,11 @@ flowchart LR
|
|
|
160
177
|
행을 자동 적용하며, 이것은 사람이 보는 버전입니다.
|
|
161
178
|
|
|
162
179
|
- **Claude Code · Fable 5** — 직접 실행: hard-judgment, taste-final, 정확성이 최우선인 난이도 높은 수정. 디스패치: 기계적 코딩 물량 → Codex, 장문 → Gemini, 실시간 검색 → Grok.
|
|
163
|
-
- **Claude Code · Opus
|
|
180
|
+
- **Claude Code · Opus 5** 직접 실행: hard-judgment, taste-final. 대량 코딩은 Codex 레인, 장문 → Gemini, 실시간 검색 → Grok.
|
|
164
181
|
- **Codex · Sol** — 직접 실행: hardest-coding, hard-judgment, ui-draft. 디스패치: taste-final → Claude, 장문 → Gemini, 실시간 검색 → Grok, 대량 작업 → Codex Terra.
|
|
165
182
|
- **Codex · Terra** — 직접 실행: bulk-mechanical. 정말 가장 어려운 부분은 Sol 로 에스컬레이션; taste → Claude, 장문 → Gemini, 실시간 검색 → Grok.
|
|
166
183
|
- **Grok Build · Grok 4.5** — 직접 실행: live-search, coding-overflow(중급 코딩). 어려운 작업은 모두 Codex/Claude/Gemini 로——먼저 모든 API 시그니처와 인용 사실을 검증.
|
|
167
|
-
- **Antigravity · Gemini** — 직접 실행:
|
|
184
|
+
- **Antigravity · Gemini** — 직접 실행: 3.1 Pro 로 장문과 무거운 컨텍스트의 agentic 작업, Flash 로 빠른 반복 루프. 가장 어려운 코딩/판단/문장은 Codex/Claude 로; 실시간 검색 → Grok.
|
|
168
185
|
|
|
169
186
|
</details>
|
|
170
187
|
|
package/README.md
CHANGED
|
@@ -21,6 +21,12 @@ or any hosted model via OpenRouter — on the subscriptions you already pay for,
|
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
24
|
+
## 2026-07-25 update
|
|
25
|
+
|
|
26
|
+
- Added `claude-opus-5` to default routing: first choice for `hard-judgment` and `taste-final`, plus a fallback for the hardest coding work.
|
|
27
|
+
- Expanded `omnilane configure` across all 13 providers: 106 selectable model entries, complete live catalogs for Codex, Claude Code, Grok Build, and Antigravity, plus verified OpenRouter/OpenCode shortcuts. Custom model IDs remain available through `c`.
|
|
28
|
+
|
|
29
|
+
---
|
|
24
30
|
## 👋 New here?
|
|
25
31
|
|
|
26
32
|
You already drive an AI coding assistant — **Claude Code, Codex, Cursor, Gemini
|
|
@@ -36,6 +42,15 @@ and `./install.sh --uninstall` removes it cleanly.
|
|
|
36
42
|
|
|
37
43
|
**[⬇ Jump to the 60-second start](#-60-second-start)**
|
|
38
44
|
|
|
45
|
+
## What's new in v0.10.0
|
|
46
|
+
|
|
47
|
+
- **Gemini 3.6 Flash defaults** — the gemini candidates in `fast-agentic`,
|
|
48
|
+
`triage`, and `bulk-mechanical` (and the `Gemini Flash` alias) now run
|
|
49
|
+
Gemini 3.6 Flash (released 2026-07-21): fewer output tokens, a lower output
|
|
50
|
+
price, and the fastest output speed measured by Artificial Analysis.
|
|
51
|
+
- **Evidence re-audit** — routing comments, model capability notes, and the
|
|
52
|
+
Gemini price table refreshed against official sources (2026-07-21/22).
|
|
53
|
+
|
|
39
54
|
## What's new in v0.9.1
|
|
40
55
|
|
|
41
56
|
- **Fix:** `configure set` no longer deletes hand-written comments from
|
|
@@ -84,7 +99,7 @@ flowchart LR
|
|
|
84
99
|
M["main loop<br/><i>any CLI you drive</i>"] --> T{{"routing.yaml<br/>one shared table"}}
|
|
85
100
|
T -->|hardest-coding| C1["Codex — GPT-5.6 Sol"]
|
|
86
101
|
T -->|bulk-mechanical| C2["Codex — GPT-5.6 Terra"]
|
|
87
|
-
|
|
102
|
+
T -->|taste-final| C3["Claude — Opus 5"]
|
|
88
103
|
T -->|long-context| C4["Gemini — 3.1 Pro"]
|
|
89
104
|
T -->|live-search| C5["Grok — 4.5"]
|
|
90
105
|
T -->|"arbitrate (opt-in)"| C6["vote — 1-4 model panel"]
|
|
@@ -116,15 +131,15 @@ flowchart LR
|
|
|
116
131
|
|
|
117
132
|
| Lane | First choice | Backup | When |
|
|
118
133
|
|---|---|---|---|
|
|
119
|
-
| 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus
|
|
134
|
+
| 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (xhigh) | Hardest implementation, deep root-cause debug, correctness-critical edits |
|
|
120
135
|
| 🏗️ bulk-mechanical | GPT-5.6 Terra (max) | Claude Sonnet 5 (high) | Refactors, migrations, tests, review sweeps — mechanical endurance |
|
|
121
|
-
| 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.
|
|
122
|
-
| ⚖️ hard-judgment | GPT-5.6 Sol (max) |
|
|
123
|
-
| ✒️ taste-final | Claude Opus
|
|
136
|
+
| 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.6 Flash (Low) | High-volume scans, first-pass filtering |
|
|
137
|
+
| ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) | Architecture arbitration, deep reasoning, second opinions |
|
|
138
|
+
| ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | User-facing prose, prompt/doc polish, style arbitration |
|
|
124
139
|
| 💬 consult | Explicit named vendor/model | — (no fallback) | Direct natural-language consultation; always keep `--vendor` |
|
|
125
|
-
| 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus
|
|
126
|
-
| 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus
|
|
127
|
-
| ⚡ fast-agentic | Gemini 3.
|
|
140
|
+
| 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | UI drafts only WITH a design system / reference images |
|
|
141
|
+
| 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 1M-token synthesis; Pro is agentic-capable, while fast repeated loops prefer Flash |
|
|
142
|
+
| ⚡ fast-agentic | Gemini 3.6 Flash (High) | GPT-5.6 Luna (high) | Fast multi-step agentic loops, multimodal checks |
|
|
128
143
|
| 📡 live-search | Grok 4.5 | — (off) | Realtime X/web search and social context |
|
|
129
144
|
| 🚰 coding-overflow | Grok 4.5 | Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex-quota relief valve for mid-tier coding |
|
|
130
145
|
| 🗳️ arbitrate | off (opt-in vote panel) | — | Built-in opinion panel for big calls — disabled by default; enable it in `routing.local.yaml`, one call per voter per round |
|
|
@@ -135,7 +150,9 @@ lane is such a chain; when nothing in it is installed the lane degrades to `off`
|
|
|
135
150
|
|
|
136
151
|
> **Where is Claude Fable 5?** Deliberately not in the defaults: the top
|
|
137
152
|
> Claude tier is usually the *main loop itself*, not a dispatched worker, and
|
|
138
|
-
> it prices above Opus.
|
|
153
|
+
> it prices above Opus. This is a cost / guardrail / main-loop policy choice,
|
|
154
|
+
> not a capability verdict; Anthropic positions Fable 5 above Opus 5. It is
|
|
155
|
+
> offered in the configurator's model menu —
|
|
139
156
|
> route to it if you disagree (e.g. `taste-final: claude claude-fable-5 high`
|
|
140
157
|
> in `routing.local.yaml`).
|
|
141
158
|
|
|
@@ -163,11 +180,11 @@ already are that model, so no second call) versus **dispatch**. Your harness's
|
|
|
163
180
|
`omnilane` skill applies the right row automatically; this is the human view.
|
|
164
181
|
|
|
165
182
|
- **Claude Code · Fable 5** — self-execute: hard-judgment, taste-final, the hardest correctness-critical fixes. Dispatch mechanical coding volume → Codex, long-context → Gemini, live-search → Grok.
|
|
166
|
-
- **Claude Code · Opus
|
|
183
|
+
- **Claude Code · Opus 5** — self-execute: hard-judgment and taste-final. Dispatch bulk coding to Codex lanes, long-context → Gemini, live-search → Grok.
|
|
167
184
|
- **Codex · Sol** — self-execute: hardest-coding, hard-judgment, ui-draft. Dispatch taste-final → Claude, long-context → Gemini, live-search → Grok, bulk → Codex Terra.
|
|
168
185
|
- **Codex · Terra** — self-execute: bulk-mechanical. Escalate the genuinely hardest pieces to Sol; dispatch taste → Claude, long-context → Gemini, live-search → Grok.
|
|
169
186
|
- **Grok Build · Grok 4.5** — self-execute: live-search, coding-overflow (mid-tier coding). Dispatch everything hard to Codex/Claude/Gemini — and verify every API signature and cited fact first.
|
|
170
|
-
- **Antigravity · Gemini** — self-execute: long-context
|
|
187
|
+
- **Antigravity · Gemini** — self-execute: long-context and context-heavy agentic work on 3.1 Pro, fast repeated loops on Flash. Dispatch hardest coding/judgment/taste to Codex/Claude; live-search → Grok.
|
|
171
188
|
|
|
172
189
|
</details>
|
|
173
190
|
|
package/README.zh-CN.md
CHANGED
|
@@ -21,6 +21,12 @@
|
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
24
|
+
## 2026-07-25 更新
|
|
25
|
+
|
|
26
|
+
- 默认路由加入 `claude-opus-5`:成为 `hard-judgment`、`taste-final` 第一顺位,也纳入最高难度编程任务的备选。
|
|
27
|
+
- `omnilane configure` 已扩展全部 13 个提供商:共 106 个可选模型,完整收录 Codex、Claude Code、Grok Build、Antigravity 实时列表,并加入已验证的 OpenRouter/OpenCode 快捷项;仍可用 `c` 输入自定义模型 ID。
|
|
28
|
+
|
|
29
|
+
---
|
|
24
30
|
## 👋 第一次用?
|
|
25
31
|
|
|
26
32
|
你已经在用某个 AI 写程式助手——**Claude Code、Codex、Cursor、Gemini
|
|
@@ -33,6 +39,14 @@ CLI** 之类。每个一次只接一个 AI 模型,而「每件工作该用哪个
|
|
|
33
39
|
|
|
34
40
|
**[⬇ 直接跳到 60 秒上手](#-60-秒上手)**
|
|
35
41
|
|
|
42
|
+
## v0.10.0 新功能
|
|
43
|
+
|
|
44
|
+
- **Gemini 3.6 Flash 默认路由**——`fast-agentic`、`triage`、`bulk-mechanical`
|
|
45
|
+
的 gemini 候选(与 `Gemini Flash` 别名)改用 2026-07-21 发布的 Gemini 3.6
|
|
46
|
+
Flash:输出 token 更少、输出单价更低、Artificial Analysis 实测输出速度第一。
|
|
47
|
+
- **证据重审计**——路由注释、模型能力笔记与 Gemini 价格表对官方来源刷新
|
|
48
|
+
(2026-07-21/22)。
|
|
49
|
+
|
|
36
50
|
## v0.9.1 新功能
|
|
37
51
|
|
|
38
52
|
- **修复**:`configure set` 不再删除 `routing.local.yaml` 中手写的注释——
|
|
@@ -76,7 +90,7 @@ flowchart LR
|
|
|
76
90
|
M["主循环<br/><i>你在用的任一 CLI</i>"] --> T{{"routing.yaml<br/>一张共用路由表"}}
|
|
77
91
|
T -->|hardest-coding| C1["Codex — GPT-5.6 Sol"]
|
|
78
92
|
T -->|bulk-mechanical| C2["Codex — GPT-5.6 Terra"]
|
|
79
|
-
T -->|taste-final| C3["Claude — Opus
|
|
93
|
+
T -->|taste-final| C3["Claude — Opus 5"]
|
|
80
94
|
T -->|long-context| C4["Gemini — 3.1 Pro"]
|
|
81
95
|
T -->|live-search| C5["Grok — 4.5"]
|
|
82
96
|
T -->|"arbitrate(可选)"| C6["vote — 1-4 模型评审团"]
|
|
@@ -105,15 +119,15 @@ flowchart LR
|
|
|
105
119
|
|
|
106
120
|
| 通道 | 首选模型 | 备选模型 | 用途 |
|
|
107
121
|
|---|---|---|---|
|
|
108
|
-
| 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus
|
|
122
|
+
| 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (xhigh) | 最难的实现、深度调试、正确性攸关的修改 |
|
|
109
123
|
| 🏗️ bulk-mechanical | GPT-5.6 Terra (max) | Claude Sonnet 5 (high) | 重构、迁移、测试、大面积扫描——机械耐力活 |
|
|
110
|
-
| 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.
|
|
111
|
-
| ⚖️ hard-judgment | GPT-5.6 Sol (max) |
|
|
112
|
-
| ✒️ taste-final | Claude Opus
|
|
124
|
+
| 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.6 Flash (Low) | 高量初筛、第一轮过滤 |
|
|
125
|
+
| ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) | 架构仲裁、深度推理、第二意见 |
|
|
126
|
+
| ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | 对外文字、prompt 与文档打磨、风格终审 |
|
|
113
127
|
| 💬 consult | 明确指定的厂商/模型 | —(不降级) | 自然语言直接咨询;必须保留 `--vendor` |
|
|
114
|
-
| 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus
|
|
115
|
-
| 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus
|
|
116
|
-
| ⚡ fast-agentic | Gemini 3.
|
|
128
|
+
| 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | 有设计规范/参考图时的 UI 出稿;开放式视觉品味交给 taste-final |
|
|
129
|
+
| 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 百万 token 长文整合;Pro 可跑 agentic 工作,高速重复循环仍优先 Flash |
|
|
130
|
+
| ⚡ fast-agentic | Gemini 3.6 Flash (High) | GPT-5.6 Luna (high) | 快速多步骤 agentic 循环、多模态检查 |
|
|
117
131
|
| 📡 live-search | Grok 4.5 | —(off) | 实时 X/网络搜索与社群脉络 |
|
|
118
132
|
| 🚰 coding-overflow | Grok 4.5 | Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex 额度吃紧时的中量级编码溢流道;事实性声明须另行查证 |
|
|
119
133
|
| 🗳️ arbitrate | off(可选评审团) | — | 内置意见评审团,重大决定用——默认关闭,要用在 `routing.local.yaml` 打开;每评审每轮烧一次额度 |
|
|
@@ -121,7 +135,8 @@ flowchart LR
|
|
|
121
135
|
**备选模型**是候选链的下一位——首选那家的厂商 CLI 没装时,派发就降到它。
|
|
122
136
|
|
|
123
137
|
> **Claude Fable 5 去哪了?** 默认表刻意不放:Claude 顶级档通常就是*主循环本人*,
|
|
124
|
-
> 不是被派发的工人,且定价高于 Opus
|
|
138
|
+
> 不是被派发的工人,且定价高于 Opus。这是成本/护栏/主循环策略,不代表能力
|
|
139
|
+
> 不如 Opus;Anthropic 将 Fable 5 定位在 Opus 5 之上。设置菜单的模型清单里有它——
|
|
125
140
|
> 不同意就自己路由过去(例如在 `routing.local.yaml` 写
|
|
126
141
|
> `taste-final: claude claude-fable-5 high`)。
|
|
127
142
|
|
|
@@ -145,11 +160,11 @@ flowchart LR
|
|
|
145
160
|
的 `omnilane` 技能会自动套对的那一行,这里是给人看的版本。
|
|
146
161
|
|
|
147
162
|
- **Claude Code · Fable 5** — 自己做:hard-judgment、taste-final、最吃正确性的硬修。派出去:机械编码量 → Codex、长文 → Gemini、实时搜索 → Grok。
|
|
148
|
-
- **Claude Code · Opus
|
|
163
|
+
- **Claude Code · Opus 5** — 自己做:hard-judgment、taste-final。大量编码走 Codex 通道、长文 → Gemini、实时搜索 → Grok。
|
|
149
164
|
- **Codex · Sol** — 自己做:hardest-coding、hard-judgment、ui-draft。派出去:taste-final → Claude、长文 → Gemini、实时搜索 → Grok、粗活 → Codex Terra。
|
|
150
165
|
- **Codex · Terra** — 自己做:bulk-mechanical。真正最硬的往上升给 Sol;taste → Claude、长文 → Gemini、实时搜索 → Grok。
|
|
151
166
|
- **Grok Build · Grok 4.5** — 自己做:live-search、coding-overflow(中量级编码)。所有硬活派给 Codex/Claude/Gemini——先验每个 API 签名与引用事实。
|
|
152
|
-
- **Antigravity · Gemini** — 自己做:
|
|
167
|
+
- **Antigravity · Gemini** — 自己做:3.1 Pro 的长文与重上下文 agentic 工作、Flash 的高速重复循环。最难的编码/判断/文字派给 Codex/Claude;实时搜索 → Grok。
|
|
153
168
|
|
|
154
169
|
</details>
|
|
155
170
|
|
package/README.zh-TW.md
CHANGED
|
@@ -21,6 +21,12 @@
|
|
|
21
21
|
|
|
22
22
|
---
|
|
23
23
|
|
|
24
|
+
## 2026-07-25 更新
|
|
25
|
+
|
|
26
|
+
- 預設路由加入 `claude-opus-5`:成為 `hard-judgment`、`taste-final` 第一順位,也納入最高難度程式任務的備援。
|
|
27
|
+
- `omnilane configure` 已擴充全部 13 個供應商:共 106 個可選模型,完整收錄 Codex、Claude Code、Grok Build、Antigravity 即時清單,並加入已驗證的 OpenRouter/OpenCode 捷徑;仍可用 `c` 輸入自訂模型 ID。
|
|
28
|
+
|
|
29
|
+
---
|
|
24
30
|
## 👋 第一次用?
|
|
25
31
|
|
|
26
32
|
你已經在用某個 AI 寫程式助手——**Claude Code、Codex、Cursor、Gemini
|
|
@@ -33,6 +39,14 @@ CLI** 之類。每個一次只接一個 AI 模型,而「每件工作該用哪個
|
|
|
33
39
|
|
|
34
40
|
**[⬇ 直接跳到 60 秒上手](#-60-秒上手)**
|
|
35
41
|
|
|
42
|
+
## v0.10.0 新功能
|
|
43
|
+
|
|
44
|
+
- **Gemini 3.6 Flash 預設路由**——`fast-agentic`、`triage`、`bulk-mechanical`
|
|
45
|
+
的 gemini 候選(與 `Gemini Flash` 別名)改用 2026-07-21 發布的 Gemini 3.6
|
|
46
|
+
Flash:輸出 token 更少、輸出單價更低、Artificial Analysis 實測輸出速度第一。
|
|
47
|
+
- **證據重稽核**——路由註解、模型能力筆記與 Gemini 價格表對官方來源刷新
|
|
48
|
+
(2026-07-21/22)。
|
|
49
|
+
|
|
36
50
|
## v0.9.1 新功能
|
|
37
51
|
|
|
38
52
|
- **修正**:`configure set` 不再刪掉 `routing.local.yaml` 裡手寫的註解——
|
|
@@ -79,7 +93,7 @@ flowchart LR
|
|
|
79
93
|
M["主迴圈<br/><i>你在用的任一 CLI</i>"] --> T{{"routing.yaml<br/>一張共用路由表"}}
|
|
80
94
|
T -->|hardest-coding| C1["Codex — GPT-5.6 Sol"]
|
|
81
95
|
T -->|bulk-mechanical| C2["Codex — GPT-5.6 Terra"]
|
|
82
|
-
|
|
96
|
+
T -->|taste-final| C3["Claude — Opus 5"]
|
|
83
97
|
T -->|long-context| C4["Gemini — 3.1 Pro"]
|
|
84
98
|
T -->|live-search| C5["Grok — 4.5"]
|
|
85
99
|
T -->|"arbitrate(選配)"| C6["vote — 1-4 模型評審團"]
|
|
@@ -108,15 +122,15 @@ flowchart LR
|
|
|
108
122
|
|
|
109
123
|
| 通道 | 首選模型 | 備選模型 | 用途 |
|
|
110
124
|
|---|---|---|---|
|
|
111
|
-
| 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus
|
|
125
|
+
| 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (xhigh) | 最難的實作、深度除錯、正確性攸關的修改 |
|
|
112
126
|
| 🏗️ bulk-mechanical | GPT-5.6 Terra (max) | Claude Sonnet 5 (high) | 重構、搬遷、測試、大面積掃描——機械耐力活 |
|
|
113
|
-
| 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.
|
|
114
|
-
| ⚖️ hard-judgment | GPT-5.6 Sol (max) |
|
|
115
|
-
| ✒️ taste-final | Claude Opus
|
|
127
|
+
| 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.6 Flash (Low) | 高量初篩、第一輪過濾 |
|
|
128
|
+
| ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) | 架構仲裁、深度推理、第二意見 |
|
|
129
|
+
| ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | 對外文字、prompt 與文件打磨、風格終審 |
|
|
116
130
|
| 💬 consult | 明確點名的廠商/模型 | —(不降級) | 自然語言直接諮詢;必須保留 `--vendor` |
|
|
117
|
-
| 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus
|
|
118
|
-
| 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus
|
|
119
|
-
| ⚡ fast-agentic | Gemini 3.
|
|
131
|
+
| 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | 有設計規範/參考圖時的 UI 出稿;開放式視覺品味交給 taste-final |
|
|
132
|
+
| 📚 long-context | Gemini 3.1 Pro (High) | Claude Opus 5 (high) | 百萬 token 長文整合;Pro 可跑 agentic 工作,高速重複迴圈仍優先 Flash |
|
|
133
|
+
| ⚡ fast-agentic | Gemini 3.6 Flash (High) | GPT-5.6 Luna (high) | 快速多步驟 agentic 迴圈、多模態檢查 |
|
|
120
134
|
| 📡 live-search | Grok 4.5 | —(off) | 即時 X/網路搜尋與社群脈絡 |
|
|
121
135
|
| 🚰 coding-overflow | Grok 4.5 | Kimi K3 → Qwen3 Coder Plus → OpenCode | Codex 額度吃緊時的中量級編碼溢流道;事實性宣稱須另行查證 |
|
|
122
136
|
| 🗳️ arbitrate | off(選配評審團) | — | 內建意見評審團,重大決定用——預設關閉,要用在 `routing.local.yaml` 開;每評審每輪燒一次額度 |
|
|
@@ -124,7 +138,8 @@ flowchart LR
|
|
|
124
138
|
**備選模型**是候選鏈的下一位——首選那家的廠商 CLI 沒裝時,派工就降到它。
|
|
125
139
|
|
|
126
140
|
> **Claude Fable 5 去哪了?** 預設表刻意不放:Claude 頂級檔通常就是*主迴圈本人*,
|
|
127
|
-
> 不是被派發的工人,而且定價高於 Opus
|
|
141
|
+
> 不是被派發的工人,而且定價高於 Opus。這是成本/護欄/主迴圈策略,不代表能力
|
|
142
|
+
> 不如 Opus;Anthropic 將 Fable 5 定位在 Opus 5 之上。設定選單的模型清單有列它——
|
|
128
143
|
> 不同意就自己路由過去(例如在 `routing.local.yaml` 寫
|
|
129
144
|
> `taste-final: claude claude-fable-5 high`)。
|
|
130
145
|
|
|
@@ -148,11 +163,11 @@ flowchart LR
|
|
|
148
163
|
的 `omnilane` 技能會自動套對的那一列,這裡是給人看的版本。
|
|
149
164
|
|
|
150
165
|
- **Claude Code · Fable 5** — 自己做:hard-judgment、taste-final、最吃正確性的硬修。派出去:機械編碼量 → Codex、長文 → Gemini、即時搜尋 → Grok。
|
|
151
|
-
- **Claude Code · Opus
|
|
166
|
+
- **Claude Code · Opus 5** — 自己做:hard-judgment、taste-final。大量編碼走 Codex 通道、長文 → Gemini、即時搜尋 → Grok。
|
|
152
167
|
- **Codex · Sol** — 自己做:hardest-coding、hard-judgment、ui-draft。派出去:taste-final → Claude、長文 → Gemini、即時搜尋 → Grok、粗活 → Codex Terra。
|
|
153
168
|
- **Codex · Terra** — 自己做:bulk-mechanical。真正最硬的往上升給 Sol;taste → Claude、長文 → Gemini、即時搜尋 → Grok。
|
|
154
169
|
- **Grok Build · Grok 4.5** — 自己做:live-search、coding-overflow(中量級編碼)。所有硬活派給 Codex/Claude/Gemini——先驗每個 API 簽章與引用事實。
|
|
155
|
-
- **Antigravity · Gemini** — 自己做:
|
|
170
|
+
- **Antigravity · Gemini** — 自己做:3.1 Pro 的長文與重脈絡 agentic 工作、Flash 的高速重複迴圈。最硬的編碼/判斷/文字派給 Codex/Claude;即時搜尋 → Grok。
|
|
156
171
|
|
|
157
172
|
</details>
|
|
158
173
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.
|
|
1
|
+
0.10.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnilane",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.2",
|
|
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
|
@@ -7,30 +7,35 @@
|
|
|
7
7
|
# Fallback chain: the first candidate whose vendor CLI is installed wins, so the
|
|
8
8
|
# same table degrades gracefully when you only subscribe to one or two vendors.
|
|
9
9
|
# Override any line in ~/.omnilane/routing.local.yaml (same format; local wins).
|
|
10
|
-
# Provenance (audited 2026-07-12
|
|
10
|
+
# Provenance (audited 2026-07-12, re-audited 2026-07-25 vs official model cards;
|
|
11
|
+
# Gemini Flash candidates moved 3.5 -> 3.6 on 2026-07-22; Claude Opus defaults moved
|
|
12
|
+
# 4.8 -> 5 after the 2026-07-24 release — see docs/model-capabilities-2026-07.md):
|
|
13
|
+
# defaults follow Artificial Analysis data, 2026-07
|
|
11
14
|
# snapshot. Verified against AA site records + vendor pricing pages: Intelligence &
|
|
12
15
|
# Coding indexes and 7:2:1 blended prices all match (AA field price1mBlended7To2To1);
|
|
13
16
|
# coding cost-per-task is chart-only (not independently reconstructed). Prices are
|
|
14
17
|
# standard short-context API tier — on subscription CLIs treat $ as relative ranking.
|
|
15
18
|
# Your own job outcomes (~/.omnilane/jobs/) outrank these priors; edit lanes to match.
|
|
16
19
|
|
|
17
|
-
hardest-coding: codex gpt-5.6-sol max | claude claude-opus-
|
|
18
|
-
bulk-mechanical: codex gpt-5.6-terra max | claude claude-sonnet-5 high | gemini "Gemini 3.
|
|
19
|
-
triage: codex gpt-5.6-luna medium | gemini "Gemini 3.
|
|
20
|
-
hard-judgment: codex gpt-5.6-sol max
|
|
21
|
-
taste-final: claude claude-opus-
|
|
22
|
-
consult: codex gpt-5.6-sol max | claude claude-opus-
|
|
23
|
-
ui-draft: codex gpt-5.6-sol xhigh | claude claude-opus-
|
|
24
|
-
long-context: gemini "Gemini 3.1 Pro (High)" - | claude claude-opus-
|
|
25
|
-
fast-agentic: gemini "Gemini 3.
|
|
20
|
+
hardest-coding: codex gpt-5.6-sol max | claude claude-opus-5 xhigh # Opus 5 xhigh is joint-first on AA Coding Agent Index (2026-07-24) and is Anthropic's documented starting point for coding/agentic work; max shows diminishing returns and can overthink. Keep Sol first for the established Codex harness lane.
|
|
21
|
+
bulk-mechanical: codex gpt-5.6-terra max | claude claude-sonnet-5 high | gemini "Gemini 3.6 Flash (High)" - # AA Coding Agent Index v1.1: Terra 77.4 ~= Fable 77.2 at a fraction of the cost
|
|
22
|
+
triage: codex gpt-5.6-luna medium | gemini "Gemini 3.6 Flash (Low)" - | claude claude-haiku-4-5 - # high-volume scans
|
|
23
|
+
hard-judgment: claude claude-opus-5 xhigh | codex gpt-5.6-sol max # AA Intelligence Index 2026-07-24: Opus 5 61, Sol max 59; Opus leads AA agentic knowledge-work benchmarks. xhigh per Anthropic guidance (high is the documented floor for intelligence-sensitive work; max is for correctness-over-cost only) — raise to max locally via `omnilane configure set` if your workload needs it.
|
|
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
|
+
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
|
+
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
|
|
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
|
|
26
29
|
live-search: grok grok-4.5 - | off # native X/web search lane; no real substitute
|
|
27
|
-
coding-overflow: grok grok-4.5 - | kimi kimi-k3 - | qwen qwen3-coder-plus - | opencode - - | off # codex-quota relief valve: mid-tier coding; verify factual claims (
|
|
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.
|
|
28
31
|
arbitrate: off - - # opinion panel is OPT-IN: it costs one call per voter per round.
|
|
29
32
|
# Enable: `arbitrate: vote codex,claude,grok -` (any 1-4 of codex/claude/grok/gemini)
|
|
30
33
|
# Debate round (each voter rebuts the others): set the effort field to 2.
|
|
31
34
|
# Custom gate: `arbitrate: exec /path/to/script -`
|
|
32
35
|
# Claude Fable 5 (claude-fable-5) is deliberately absent from the defaults: the top Claude tier
|
|
33
|
-
# is usually the MAIN LOOP itself, not a dispatched worker, and it prices above Opus.
|
|
36
|
+
# is usually the MAIN LOOP itself, not a dispatched worker, and it prices above Opus. This is a
|
|
37
|
+
# cost / guardrail / main-loop policy choice, NOT a capability verdict — Anthropic positions
|
|
38
|
+
# Fable 5 above Opus 4.8. If you want
|
|
34
39
|
# to route to it anyway, pick it in the configurator or set e.g.
|
|
35
40
|
# taste-final: claude claude-fable-5 high
|
|
36
41
|
# in ~/.omnilane/routing.local.yaml.
|
package/scripts/configure.sh
CHANGED
|
@@ -147,25 +147,26 @@ case "${1:-}" in
|
|
|
147
147
|
-h|--help|help) cfg_usage; exit 0 ;;
|
|
148
148
|
esac
|
|
149
149
|
|
|
150
|
-
#
|
|
151
|
-
|
|
150
|
+
# Native CLI catalogs are pinned from each installed CLI's live model surface.
|
|
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
153
|
CODEX_EFFORTS=("xhigh" "max" "ultra" "high" "medium" "low" "minimal" "none")
|
|
153
|
-
CLAUDE_MODELS=("claude-opus-4-8" "claude-
|
|
154
|
+
CLAUDE_MODELS=("default" "best" "fable" "opus" "sonnet" "haiku" "opus[1m]" "sonnet[1m]" "opusplan" "claude-fable-5" "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")
|
|
154
155
|
CLAUDE_EFFORTS=("max" "xhigh" "high" "medium" "low" "-")
|
|
155
|
-
GEMINI_MODELS=("
|
|
156
|
-
GROK_MODELS=("grok-4.5" "grok-4.3")
|
|
157
|
-
KIMI_MODELS=("kimi-k3" "kimi-k2.7-code")
|
|
158
|
-
QWEN_MODELS=("qwen3-coder-plus" "qwen3-coder-flash")
|
|
159
|
-
# OpenCode models use provider/model form; OpenRouter models
|
|
160
|
-
OPENCODE_MODELS=("openrouter/anthropic/claude-sonnet-5" "openrouter/openai/gpt-5.6-sol" "opencode/default (leave model to opencode)")
|
|
161
|
-
OPENROUTER_MODELS=("anthropic/claude-sonnet-5" "openai/gpt-5.6-sol" "moonshotai/kimi-k3" "qwen/qwen3-coder-plus")
|
|
156
|
+
GEMINI_MODELS=("gemini-3.6-flash-high" "gemini-3.6-flash-medium" "gemini-3.6-flash-low" "gemini-3.5-flash-high" "gemini-3.5-flash-medium" "gemini-3.5-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
|
+
GROK_MODELS=("grok-4.5" "headroom-grok-build" "grok-4.3-official")
|
|
158
|
+
KIMI_MODELS=("kimi-k3" "kimi-k2.7-code" "kimi-k2.5")
|
|
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")
|
|
160
|
+
# OpenCode models use provider/model form; OpenRouter models use catalog slugs.
|
|
161
|
+
OPENCODE_MODELS=("openrouter/anthropic/claude-opus-5" "openrouter/anthropic/claude-fable-5" "openrouter/anthropic/claude-sonnet-5" "openrouter/openai/gpt-5.6-sol" "openrouter/openai/gpt-5.6-terra" "openrouter/openai/gpt-5.6-luna" "openrouter/x-ai/grok-4.5" "openrouter/google/gemini-3.6-flash" "openrouter/moonshotai/kimi-k3" "openrouter/moonshotai/kimi-k2.7-code" "openrouter/qwen/qwen3.7-max" "openrouter/qwen/qwen3.7-plus" "openrouter/qwen/qwen3-coder-plus" "opencode/default (leave model to opencode)")
|
|
162
|
+
OPENROUTER_MODELS=("anthropic/claude-opus-5" "anthropic/claude-fable-5" "anthropic/claude-sonnet-5" "openai/gpt-5.6-sol" "openai/gpt-5.6-terra" "openai/gpt-5.6-luna" "x-ai/grok-4.5" "google/gemini-3.6-flash" "moonshotai/kimi-k3" "moonshotai/kimi-k2.7-code" "qwen/qwen3.7-max" "qwen/qwen3.7-plus" "qwen/qwen3-coder-plus")
|
|
162
163
|
# Direct-API OpenAI-compatible vendors (curl + <VENDOR>_API_KEY); slugs are
|
|
163
164
|
# suggestions — "c" free text covers anything each provider's /models lists.
|
|
164
|
-
DEEPSEEK_MODELS=("deepseek-
|
|
165
|
-
ZAI_MODELS=("glm-4.6")
|
|
166
|
-
MISTRAL_MODELS=("devstral-latest" "codestral-latest" "mistral-medium-latest")
|
|
167
|
-
GROQ_MODELS=("openai/gpt-oss-120b" "qwen/qwen3.6-27b" "
|
|
168
|
-
CEREBRAS_MODELS=("gpt-oss-120b" "qwen-3-
|
|
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")
|
|
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
|
+
CEREBRAS_MODELS=("zai-glm-4.7" "gpt-oss-120b" "qwen-3-235b-a22b-instruct-2507" "qwen-3-32b" "llama3.1-8b")
|
|
169
170
|
|
|
170
171
|
custom_value_is_safe() {
|
|
171
172
|
case "$1" in
|
|
@@ -31,7 +31,7 @@ trap cleanup_temp_files EXIT
|
|
|
31
31
|
voter_spec() { # vendor -> "model<TAB>effort"
|
|
32
32
|
case "$1" in
|
|
33
33
|
codex) printf 'gpt-5.6-sol\thigh' ;;
|
|
34
|
-
claude) printf 'claude-opus-
|
|
34
|
+
claude) printf 'claude-opus-5\thigh' ;;
|
|
35
35
|
gemini) printf 'Gemini 3.1 Pro (High)\t-' ;;
|
|
36
36
|
grok) printf 'grok-4.5\t-' ;;
|
|
37
37
|
*) return 1 ;;
|