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
Engine Failure: The copilot engine terminated unexpectedly.
Last agent output:
Review submitted. Here's a summary:
### Review: PR #44440 — `REQUEST_CHANGES`
**One blocking correctness issue found:**
`missing_data` is absent from `NON_TERMINAL_SAFE_OUTPUT_TYPES` (line 150 of `copilot_harness.cjs`). Since `evaluate_outcomes.cjs` treats `missing_data` as a non-actionable/noop type (alongside `missing_tool` and `report_incomplete`), an agent that emits only a `missing_data` entry will incorrectly arm the post-result watchdog and get killed prematurely.
**Fix:** add `"missing_data"` to the set, and add a matching test case to `hasTerminalSafeOutput` suite.
Everything else looks solid — the watchdog design, SIGTERM→SIGKILL escalation, `settle()` cleanup, poll/grace bounds, and the test coverage for armed/unarmed paths are all correct.
Changes +0 -0
Duration 13m 27s
Tokens ↑ 765.0k (724.3k cached) • ↓ 54.3k
Resume copilot --resume=7e226392-e63b-4785-960d-3a9af3edd9ad
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://github.com/github/gh-aw/main/debug.md
The failed workflow run is at https://github.com/github/gh-aw/actions/runs/28989373685
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Impeccable Skills Reviewer
Branch: copilot/aw-fix-clt-hang-issue
Run: https://github.com/github/gh-aw/actions/runs/28989373685
Pull Request: #44440
Warning
Engine Failure: The
copilotengine terminated unexpectedly.Last agent output:
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 impeccable-skills-reviewer failure in https://github.com/github/gh-aw/actions/runs/28989373685Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: