Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Simplifies the gh aw init CLI experience by de-emphasizing engine selection flags and cleaning up deprecated options, and updates setup docs to reflect the streamlined initialization flow.
Changes:
- Adds (and hides) an
--engine/-eflag oninitand reorganizes/hides the deprecated--mcpflag. - Updates
install.mdand CLI setup docs to showgh aw initwithout explicitly passing--engine copilot. - Moves deprecated flags out of the primary help surface for a cleaner CLI.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
pkg/cli/init_command.go |
Refactors init flags: introduces hidden --engine and repositions/hides deprecated --mcp. |
install.md |
Updates the installation/setup instructions to run gh aw init without --engine copilot. |
docs/src/content/docs/setup/cli.md |
Removes --engine init examples to align docs with the simplified init UX. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
gh aw initcommand by removing explicit--engine copilotflagChanges
The pull request modifies the initialization command for the GitHub Agentic Workflows CLI, focusing on simplifying the user experience and cleaning up the command-line interface.