Commit 724f579
committed
Drop fabricated "example" models for codex/gemini
The codex/gemini model listers returned hardcoded "example" model ids
that looked pickable but weren't guaranteed valid (gpt-5-codex could fail
outright). Neither CLI has a model-enumeration command, so remove the
listers entirely. The model picker then offers just Default + Custom for
those agents (its existing no-models behavior), and `--models` shows
"(no advertised models; pass any value your CLI accepts via --model)".
Claude keeps its real, valid aliases (opus/sonnet/haiku). Tests updated.
Entire-Checkpoint: ebcc924da0df1 parent 9a30e1d commit 724f579
3 files changed
Lines changed: 10 additions & 44 deletions
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
143 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
144 | 149 | | |
145 | 150 | | |
146 | 151 | | |
| |||
155 | 160 | | |
156 | 161 | | |
157 | 162 | | |
158 | | - | |
159 | | - | |
| 163 | + | |
| 164 | + | |
160 | 165 | | |
161 | | - | |
162 | | - | |
| 166 | + | |
| 167 | + | |
163 | 168 | | |
164 | 169 | | |
165 | 170 | | |
| |||
0 commit comments