omnilane 0.10.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 CHANGED
@@ -6,6 +6,24 @@ 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
+
9
27
  ## [0.10.1] - 2026-07-26
10
28
 
11
29
  ### Added
@@ -354,9 +372,10 @@ semantic version tags.
354
372
  - Initial shared routing table, cross-vendor dispatcher, runners, installer,
355
373
  and baseline lint fixes.
356
374
 
357
- [Unreleased]: https://github.com/Seraphim0916/omnilane/compare/v0.10.1...HEAD
358
- [0.10.1]: https://github.com/Seraphim0916/omnilane/compare/v0.10.0...v0.10.1
359
- [0.10.0]: https://github.com/Seraphim0916/omnilane/compare/v0.9.1...v0.10.0
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
360
379
  [0.9.1]: https://github.com/Seraphim0916/omnilane/compare/v0.9.0...v0.9.1
361
380
  [0.9.0]: https://github.com/Seraphim0916/omnilane/compare/v0.8.3...v0.9.0
362
381
  [0.8.3]: https://github.com/Seraphim0916/omnilane/compare/v0.8.2...v0.8.3
package/README.ja.md CHANGED
@@ -130,10 +130,10 @@ flowchart LR
130
130
 
131
131
  | レーン | 第一候補 | バックアップ | 用途 |
132
132
  |---|---|---|---|
133
- | 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (max) | 最難関の実装、根本原因デバッグ、正確性が要の変更 |
133
+ | 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (xhigh) | 最難関の実装、根本原因デバッグ、正確性が要の変更 |
134
134
  | 🏗️ bulk-mechanical | GPT-5.6 Terra (max) | Claude Sonnet 5 (high) | リファクタ、移行、テスト、大規模スイープ |
135
135
  | 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.6 Flash (Low) | 大量の一次スクリーニング |
136
- | ⚖️ hard-judgment | Claude Opus 5 (max) | GPT-5.6 Sol (max) | アーキテクチャ裁定、深い推論、セカンドオピニオン |
136
+ | ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) | アーキテクチャ裁定、深い推論、セカンドオピニオン |
137
137
  | ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | 対外文章、prompt/ドキュメント推敲、スタイル最終審 |
138
138
  | 💬 consult | 明示指定したベンダー/モデル | —(フォールバックなし) | 自然言語で直接相談。`--vendor` を必ず維持 |
139
139
  | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | デザインシステム/参考画像がある場合の UI ドラフト |
package/README.ko.md CHANGED
@@ -128,10 +128,10 @@ flowchart LR
128
128
 
129
129
  | 레인 | 1순위 모델 | 백업 | 용도 |
130
130
  |---|---|---|---|
131
- | 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (max) | 가장 어려운 구현, 근본 원인 디버깅, 정확성이 핵심인 수정 |
131
+ | 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (xhigh) | 가장 어려운 구현, 근본 원인 디버깅, 정확성이 핵심인 수정 |
132
132
  | 🏗️ bulk-mechanical | GPT-5.6 Terra (max) | Claude Sonnet 5 (high) | 리팩터링, 마이그레이션, 테스트, 대량 스윕 |
133
133
  | 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.6 Flash (Low) | 대량 1차 선별 |
134
- | ⚖️ hard-judgment | Claude Opus 5 (max) | GPT-5.6 Sol (max) | 아키텍처 중재, 깊은 추론, 세컨드 오피니언 |
134
+ | ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) | 아키텍처 중재, 깊은 추론, 세컨드 오피니언 |
135
135
  | ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | 대외 문장, prompt/문서 다듬기, 스타일 최종심 |
136
136
  | 💬 consult | 명시적으로 지정한 벤더/모델 | —(폴백 없음) | 자연어 직접 상담. `--vendor` 를 반드시 유지 |
137
137
  | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | 디자인 시스템/참고 이미지가 있을 때의 UI 초안 |
package/README.md CHANGED
@@ -131,10 +131,10 @@ flowchart LR
131
131
 
132
132
  | Lane | First choice | Backup | When |
133
133
  |---|---|---|---|
134
- | 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (max) | Hardest implementation, deep root-cause debug, correctness-critical edits |
134
+ | 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (xhigh) | Hardest implementation, deep root-cause debug, correctness-critical edits |
135
135
  | 🏗️ bulk-mechanical | GPT-5.6 Terra (max) | Claude Sonnet 5 (high) | Refactors, migrations, tests, review sweeps — mechanical endurance |
136
136
  | 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.6 Flash (Low) | High-volume scans, first-pass filtering |
137
- | ⚖️ hard-judgment | Claude Opus 5 (max) | GPT-5.6 Sol (max) | Architecture arbitration, deep reasoning, second opinions |
137
+ | ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) | Architecture arbitration, deep reasoning, second opinions |
138
138
  | ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | User-facing prose, prompt/doc polish, style arbitration |
139
139
  | 💬 consult | Explicit named vendor/model | — (no fallback) | Direct natural-language consultation; always keep `--vendor` |
140
140
  | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | UI drafts only WITH a design system / reference images |
package/README.zh-CN.md CHANGED
@@ -119,10 +119,10 @@ flowchart LR
119
119
 
120
120
  | 通道 | 首选模型 | 备选模型 | 用途 |
121
121
  |---|---|---|---|
122
- | 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (max) | 最难的实现、深度调试、正确性攸关的修改 |
122
+ | 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (xhigh) | 最难的实现、深度调试、正确性攸关的修改 |
123
123
  | 🏗️ bulk-mechanical | GPT-5.6 Terra (max) | Claude Sonnet 5 (high) | 重构、迁移、测试、大面积扫描——机械耐力活 |
124
124
  | 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.6 Flash (Low) | 高量初筛、第一轮过滤 |
125
- | ⚖️ hard-judgment | Claude Opus 5 (max) | GPT-5.6 Sol (max) | 架构仲裁、深度推理、第二意见 |
125
+ | ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) | 架构仲裁、深度推理、第二意见 |
126
126
  | ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | 对外文字、prompt 与文档打磨、风格终审 |
127
127
  | 💬 consult | 明确指定的厂商/模型 | —(不降级) | 自然语言直接咨询;必须保留 `--vendor` |
128
128
  | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | 有设计规范/参考图时的 UI 出稿;开放式视觉品味交给 taste-final |
package/README.zh-TW.md CHANGED
@@ -122,10 +122,10 @@ flowchart LR
122
122
 
123
123
  | 通道 | 首選模型 | 備選模型 | 用途 |
124
124
  |---|---|---|---|
125
- | 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (max) | 最難的實作、深度除錯、正確性攸關的修改 |
125
+ | 🔥 hardest-coding | GPT-5.6 Sol (max) | Claude Opus 5 (xhigh) | 最難的實作、深度除錯、正確性攸關的修改 |
126
126
  | 🏗️ bulk-mechanical | GPT-5.6 Terra (max) | Claude Sonnet 5 (high) | 重構、搬遷、測試、大面積掃描——機械耐力活 |
127
127
  | 🧹 triage | GPT-5.6 Luna (medium) | Gemini 3.6 Flash (Low) | 高量初篩、第一輪過濾 |
128
- | ⚖️ hard-judgment | Claude Opus 5 (max) | GPT-5.6 Sol (max) | 架構仲裁、深度推理、第二意見 |
128
+ | ⚖️ hard-judgment | Claude Opus 5 (xhigh) | GPT-5.6 Sol (max) | 架構仲裁、深度推理、第二意見 |
129
129
  | ✒️ taste-final | Claude Opus 5 (high) | GPT-5.6 Sol (max) | 對外文字、prompt 與文件打磨、風格終審 |
130
130
  | 💬 consult | 明確點名的廠商/模型 | —(不降級) | 自然語言直接諮詢;必須保留 `--vendor` |
131
131
  | 🎨 ui-draft | GPT-5.6 Sol (xhigh) | Claude Opus 5 (high) | 有設計規範/參考圖時的 UI 出稿;開放式視覺品味交給 taste-final |
package/VERSION CHANGED
@@ -1 +1 @@
1
- 0.10.1
1
+ 0.10.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnilane",
3
- "version": "0.10.1",
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
@@ -17,10 +17,10 @@
17
17
  # standard short-context API tier — on subscription CLIs treat $ as relative ranking.
18
18
  # Your own job outcomes (~/.omnilane/jobs/) outrank these priors; edit lanes to match.
19
19
 
20
- hardest-coding: codex gpt-5.6-sol max | claude claude-opus-5 max # Opus 5 xhigh is joint-first on AA Coding Agent Index (2026-07-24); max adds test-time compute for correctness-critical fallback. Keep Sol first for the established Codex harness lane.
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
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
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 max | codex gpt-5.6-sol max # AA Intelligence Index 2026-07-24: Opus 5 max 61, Sol max 59; Opus leads AA agentic knowledge-work benchmarks
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
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