-
Notifications
You must be signed in to change notification settings - Fork 43
Add upgrade, import, and debug sections to agentic authoring docs #11987
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
Merged
Conversation
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
… docs Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update agentic authoring documentation
Add upgrade, import, and debug sections to agentic authoring docs
Jan 27, 2026
pelikhan
reviewed
Jan 27, 2026
Comment on lines
+285
to
+299
| ### Tracking Imported Workflows | ||
|
|
||
| Imported workflows automatically include a `source:` field in their frontmatter for tracking origin and enabling updates: | ||
|
|
||
| ```yaml | ||
| --- | ||
| source: githubnext/agentics/workflows/ci-doctor.md@v1.0.0 | ||
| engine: copilot | ||
| --- | ||
| ``` | ||
|
|
||
| This enables you to keep imported workflows synchronized with their source using the `gh aw update` command. See [Packaging & Distribution](/gh-aw/guides/packaging-imports/) for details on managing and updating imported workflows. | ||
|
|
||
| > [!NOTE] | ||
| > The agent handles all aspects of importing including fetching remote files, resolving dependencies, configuring secrets, and ensuring compatibility with your repository setup. |
Contributor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@copilot not suported by agentic import
Copilot stopped work on behalf of
pelikhan due to an error
January 27, 2026 02:42
Mossaka
pushed a commit
that referenced
this pull request
Jan 27, 2026
Mossaka
added a commit
that referenced
this pull request
Jan 27, 2026
#11969) * Initial plan * Investigate firewall 0 requests issue Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * Fix AWF command quoting to ensure agent runs inside firewall container The compound command after -- was not properly quoted, causing the && operator to be interpreted by the outer shell. This resulted in: 1. AWF container running only the PATH export (which exits immediately) 2. Copilot agent running on the host AFTER the firewall container stopped 3. Firewall reporting 0 requests Now the entire command is wrapped in single quotes so it's passed to AWF as a single argument, ensuring Copilot runs inside the firewall container. Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> * Add changeset [skip-ci] * 🔧 Improve interactive workflow add experience (#11966) * interactive add * interactive add * fix lint * review * fix quick start * fix quick start * fix line break * Add upgrade, import, and debug sections to agentic authoring docs (#11987) * various minor tweaks to ux (#11988) * Fix release workflow: Clarify MCP tool call vs bash file operations (#11991) * chore: rm schedule triggers from security alert burndown campaign workers (#11993) * Merge main and regenerate workflows Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Add changeset [skip-ci] --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com> Co-authored-by: Jiaxiao Zhou <duibao55328@gmail.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Don Syme <dsyme@users.noreply.github.com> Co-authored-by: Don Syme <dsyme@github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
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.
Extends agentic authoring documentation with three workflow management workflows via the unified
/agent agentic-workflowscommand.Changes
Upgrading Workflows
/agent agentic-workflows upgrade- updates versions, deprecated configs, schema changesImporting Workflows
/agent agentic-workflows import workflow from <url>source:frontmatter forgh aw updatecompatibilityDebugging Workflows
/agent agentic-workflows debug <issue>gh aw logs,gh aw audit,gh aw mcp inspect)Preview
All sections include runnable examples and cross-references to related documentation (packaging-imports, debugging-workflows skill).
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:
telemetry.astro.build/opt/hostedtoolcache/node/24.13.0/x64/bin/node node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro build(dns block)/opt/hostedtoolcache/node/24.13.0/x64/bin/node node /home/REDACTED/work/gh-aw/gh-aw/docs/node_modules/.bin/astro dev(dns block)If you need me to access, download, or install something from one of these locations, you can either:
Original 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.