Skip to content

fix(ai): resolve engine aliases in pickAiEngine - #64

Closed
nivokvo wants to merge 1 commit into
moshcoder:mainfrom
nivokvo:fix/ai-resolve-engine-aliases
Closed

fix(ai): resolve engine aliases in pickAiEngine#64
nivokvo wants to merge 1 commit into
moshcoder:mainfrom
nivokvo:fix/ai-resolve-engine-aliases

Conversation

@nivokvo

@nivokvo nivokvo commented Jul 28, 2026

Copy link
Copy Markdown

pickAiEngine() passed the raw preferred string directly to the 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 that already use resolveEngine()).

Closes #62.

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.
@ralyodio ralyodio closed this Jul 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants