-
Notifications
You must be signed in to change notification settings - Fork 36
Add workflow run URL detection and missing tool analysis to debug agent #6138
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>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot update the debug agentic workflow with this important note: if gh aw is not auth (running in copilot agent), use the corresponding tools exposed by the GitHub-agentic-workflows MCP server |
…s not authenticated Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Added note in commit abbd6a1. The debug agent now documents the GitHub-agentic-workflows MCP server tools as alternatives when
The note appears in the "Key Commands Available" section and throughout the debug flows where CLI commands are referenced. |
|
|
||
| Or if `gh aw` is not authenticated, use the MCP tool: | ||
| ``` | ||
| agentic_workflows__audit with run_id: 20135841934 |
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 use agentic engine agnostic tool (MCP name mangling is specific)
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
|
@copilot continue work |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Updated in commit 14be8c7. Changed all MCP-specific references (
Both |
|
@copilot merge main |
Task: Add Workflow Run URL Detection to Debug Agent
Plan
gh aw audit <run-id> --jsonwhen URL is detectedChanges Made
agentic-workflowstool whengh awis not authenticatedagentic_workflows__auditto generic names like "Use the audit tool"Key Features
The debug agent now:
gh aw auditoragentic-workflowstool (engine-agnostic)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.