Commit 8c655e8
committed
fix: run model switching at 1M with a fixed Opus/Sonnet pair
- opusplan planning leg pinned to claude-opus-4-8[1m] (200K -> 1M); the
Sonnet 5 execution leg is natively 1M. The pair is fixed, not
configurable: cross-family ANTHROPIC_DEFAULT_* slot pins would hijack
the /model picker (a Fable plan model made real Opus unreachable).
- Console Settings shows the pair as static text (Opus 4.8 / Sonnet 5,
both 1M); toggle-aware settings injector reconciles/strips slot pins.
- Docs, skills, rules, and the session announcement updated to the
fixed-pair reality; no more 'configurable Plan/Execution model' claims.
- Bundles staged in-flight hook/skill/rule/agent-config updates.1 parent d118251 commit 8c655e8
55 files changed
Lines changed: 656 additions & 292 deletions
File tree
- console
- src
- services/worker/http/routes
- ui/viewer
- hooks
- views/Settings/sections
- tests
- ui
- docs
- docusaurus/docs/features
- site/src/components
- installer
- tests/unit/steps
- launcher
- tests/unit
- pilot
- agents
- hooks
- tests
- rules
- scripts
- skills
- create-skill/steps
- fix/steps
- spec-bugfix-plan/steps
- spec-implement/steps
- spec-plan/steps
- spec
- steps
- ui
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments