Commit 35528a8
Nivokvo Bounty Hunter
fix(ai): resolve engine aliases in pickAiEngine
pickAiEngine() passed the raw preferred string directly to ENGINES lookup,
so aliases like 'cc' for claude or 'openai' for codex were never resolved.
Fixed by calling resolveEngine() first, matching all other CLI surfaces.1 parent dfcb8c1 commit 35528a8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
0 commit comments