-
Notifications
You must be signed in to change notification settings - Fork 36
Add upgrade guide for agentic workflows #11130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot mega main and update docs |
Merged main branch and rebuilt documentation successfully. Commit: f8b2a21 The merge included:
Documentation builds with zero errors and all internal links validate. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot review the changes from the last merge, specifically that the upgrade command now also runs compile, and update the documentation accordingly. |
- Document that upgrade command now compiles workflows automatically - Update overview to mention 3 key areas (added compilation) - Clarify that compilation step is now part of upgrade command - Update all command examples to reflect compilation is included - Add new Step 6 for reviewing generated lock files - Renumber subsequent steps (Step 7: Test, Step 8: Commit) - Remove redundant compile step from CI/CD example - Add notes about --no-fix skipping both codemods and compilation - Update troubleshooting sections to reflect automatic compilation Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Updated the upgrade guide to reflect automatic workflow compilation. Commit: 0bb30d6 Key changes:
The guide now accurately reflects that compilation happens automatically during upgrade. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Upgrade Guide Documentation
Create a comprehensive guide for upgrading agentic-workflows covering:
Plan
/docs/src/content/docs/guides/upgrading.mdSummary
Created
/docs/src/content/docs/guides/upgrading.mdwith:Merged main branch which included:
Updated documentation to reflect PR #11131 changes:
gh aw upgradenow automatically compiles workflows--no-fixflag skips both codemods and compilationgh aw compilecommands from CI/CD examplesValidated:
make build-docsOriginal prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.