You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task Could Not Be Completed: The agent reported that the task could not be performed due to an infrastructure or tool failure.
Reasons:
create_pull_request failed 3 times with "ERR_SYSTEM: fatal: Needed a single revision" — the bundle transport cannot pin the source branch because the base commit (ff5fe72) is a grafted shallow-clone entry for release/13.5 on microsoft/aspire.dev, preventing bundle range computation. Approaches tried: (1) branch docs/18358-vscode-panel-error-messages, (2) branch pr18358-vscode-panel-errors with simpler name — same error each time. The docs change (new Troubleshooting section in get-started/aspire-vscode-extension.mdx) is committed locally on branch pr18358-vscode-panel-errors and ready to push; the infrastructure shallow clone prevents the safe-outputs push mechanism from working.
Change summary
PR #18358 ("Stop false Aspire CLI upgrade warning in VS Code Extension") by @ellahathaway, merged 2026-06-20, fixes a bug where the Aspire panel showed an "Update Aspire CLI" prompt for any AppHost fetch error. The fix separates compatibility errors from generic runtime errors using a new aspire.fetchAppHostsCompatibilityError VS Code context key.
Docs change prepared (but not pushed)
File: src/frontend/src/content/docs/get-started/aspire-vscode-extension.mdx
Branch: pr18358-vscode-panel-errors (based on release/13.5)
Target base: release/13.5
Added a "Troubleshooting the Aspire panel" section documenting:
Compatibility error message → update CLI and AppHost package
Failed to pin branch '...' before bundle generation: ERR_SYSTEM: fatal: Needed a single revision
The release/13.5 tip (ff5fe72) is a grafted commit in this shallow clone. The bundle transport mechanism requires a non-grafted history to generate the range diff for push. Without git fetch --unshallow (unavailable; credentials removed post-checkout), the push cannot proceed.
This is a structured incompletion signal (report_incomplete), not a real task outcome. Any other safe outputs emitted alongside this signal (e.g., comments) describe the failure state, not a completed review or action.
Action Required
Assign this issue to an agent to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Debug the agentic workflow failure using https://raw.githubusercontent.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/microsoft/aspire/actions/runs/27861176200
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: PR Documentation Check
Branch: ellahathaway/vscode-aspire-panel-upgrade-cli-prompt
Run: https://github.com/microsoft/aspire/actions/runs/27861176200
Warning
Task Could Not Be Completed: The agent reported that the task could not be performed due to an infrastructure or tool failure.
Reasons:
create_pull_request failed 3 times with "ERR_SYSTEM: fatal: Needed a single revision" — the bundle transport cannot pin the source branch because the base commit (ff5fe72) is a grafted shallow-clone entry for release/13.5 on microsoft/aspire.dev, preventing bundle range computation. Approaches tried: (1) branch docs/18358-vscode-panel-error-messages, (2) branch pr18358-vscode-panel-errors with simpler name — same error each time. The docs change (new Troubleshooting section in get-started/aspire-vscode-extension.mdx) is committed locally on branch pr18358-vscode-panel-errors and ready to push; the infrastructure shallow clone prevents the safe-outputs push mechanism from working.
Change summary
PR #18358 ("Stop false Aspire CLI upgrade warning in VS Code Extension") by @ellahathaway, merged 2026-06-20, fixes a bug where the Aspire panel showed an "Update Aspire CLI" prompt for any AppHost fetch error. The fix separates compatibility errors from generic runtime errors using a new
aspire.fetchAppHostsCompatibilityErrorVS Code context key.Docs change prepared (but not pushed)
File:
src/frontend/src/content/docs/get-started/aspire-vscode-extension.mdxBranch:
pr18358-vscode-panel-errors(based onrelease/13.5)Target base:
release/13.5Added a "Troubleshooting the Aspire panel" section documenting:
Infrastructure failure
All three
create_pull_requestattempts returned:The
release/13.5tip (ff5fe72) is a grafted commit in this shallow clone. The bundle transport mechanism requires a non-grafted history to generate the range diff for push. Withoutgit fetch --unshallow(unavailable; credentials removed post-checkout), the push cannot proceed.This is a structured incompletion signal (
report_incomplete), not a real task outcome. Any other safe outputs emitted alongside this signal (e.g., comments) describe the failure state, not a completed review or action.Action Required
Assign this issue to an agent to debug and fix the issue.
Debug with any coding agent
Use this prompt with any coding agent (GitHub Copilot, Claude, Gemini, etc.):
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the
agentic-workflowsprompt.agentic-workflowsskill from.github/skills/agentic-workflows/SKILL.mdor https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.mddebug the agentic workflow pr-docs-check failure in https://github.com/microsoft/aspire/actions/runs/27861176200Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: