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
HTTP 400 Bad Request from agentic engine: The agent failed after the engine returned Response status code does not indicate success: 400 (Bad Request).
This is usually a request validation failure rather than a timeout or quota issue.
How to debug this
Inspect the run's agent-stdio.log and safeoutputs.jsonl artifacts around the first HTTP 400.
Check for malformed request data, invalid tool-call payloads, or stale conversation state being replayed.
If the failure happened on a resumed session, rerun fresh once to confirm whether persisted state is corrupt.
Warning
Engine Failure: The copilot engine terminated unexpectedly.
Last agent output:
at rL (/home/runner/.local/lib/awf/awf-bundle.js:793:2338)
at u (/home/runner/.local/lib/awf/awf-bundle.js:803:915)
at process.processTicksAndRejections (node:internal/process/task_queues:104:5)
at async RL (/home/runner/.local/lib/awf/awf-bundle.js:793:16604)
at async e.<anonymous> (/home/runner/.local/lib/awf/awf-bundle.js:803:1202) {
errno: 13,
code: 'EACCES',
path: '/tmp/awf-1782884920568-chroot-home',
syscall: 'rm'
}
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/28496369539
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: PR Sous Chef
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/28496369539
Warning
HTTP 400 Bad Request from agentic engine: The agent failed after the engine returned
Response status code does not indicate success: 400 (Bad Request).This is usually a request validation failure rather than a timeout or quota issue.
How to debug this
agent-stdio.logandsafeoutputs.jsonlartifacts around the first HTTP 400.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 pr-sous-chef failure in https://github.com/github/gh-aw/actions/runs/28496369539Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: