Add upgrade command combining init and codemods for all workflows#10884
Merged
Add upgrade command combining init and codemods for all workflows#10884
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Ensure upgrade command runs init with codemods for workflows
Add upgrade command combining init and codemods
Jan 20, 2026
Contributor
|
@copilot remove options to upgrade selectively workflows, always upgrade all workflows |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Done in commit 7bda172. The upgrade command now always upgrades all workflows and no longer accepts workflow arguments. Changes:
The command now correctly rejects workflow arguments (e.g., |
Copilot
AI
changed the title
Add upgrade command combining init and codemods
Add upgrade command combining init and codemods for all workflows
Jan 20, 2026
5 tasks
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.
Adds
gh aw upgradeto update repositories to the latest gh-aw version. Previously users had to manually rungh aw initto update agent files andgh aw fix --writeto migrate deprecated syntax.Changes
New command:
gh aw upgrade--no-fixflag to skip codemods--dirflag for custom workflow directoriesImplementation:
pkg/cli/upgrade_command.goupdateAgentFiles()to ensure latest templatesRunFix()with write enabled to apply codemods to all workflowsgh aw compileafter)Test coverage:
pkg/cli/upgrade_command_test.goUsage
The command always processes all workflows in the directory, migrating deprecated syntax (e.g.,
timeout_minutes→timeout-minutes) and updating all agent files in a single operation.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.