Add workflow run URL detection and missing tool analysis to debug agent#6138
Add workflow run URL detection and missing tool analysis to debug agent#6138
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.
@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.