Skip to content

fix: replace removed custom engine with gemini in interactive new command#21348

Merged
pelikhan merged 1 commit intomainfrom
copilot/fix-invalid-engine-custom
Mar 17, 2026
Merged

fix: replace removed custom engine with gemini in interactive new command#21348
pelikhan merged 1 commit intomainfrom
copilot/fix-invalid-engine-custom

Conversation

Copy link
Contributor

Copilot AI commented Mar 17, 2026

The gh aw new interactive prompt offered custom as an engine choice, but custom was removed — causing every newly created workflow to fail compilation immediately with invalid engine: custom.

Changes

  • pkg/cli/interactive.go: Replaced "custom - Custom engine configuration" with "gemini - Google Gemini CLI" in the engine options list, making the four interactive choices (copilot, claude, codex, gemini) match the valid engine set enforced by the compiler.

… command

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@pelikhan pelikhan marked this pull request as ready for review March 17, 2026 06:10
Copilot AI review requested due to automatic review settings March 17, 2026 06:10
@pelikhan pelikhan merged commit 0420398 into main Mar 17, 2026
@pelikhan pelikhan deleted the copilot/fix-invalid-engine-custom branch March 17, 2026 06:10
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the interactive workflow builder’s engine selection to include the built-in Google Gemini CLI engine and removes the previously offered “custom” engine option.

Changes:

  • Add gemini to the interactive engine selection list.
  • Remove the custom engine selection option from the interactive prompt.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

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.

3 participants