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:
│ "history": [
│
│ {"timestamp":"2026-05-22T21:06:00Z","area":"markdown","summary":"Removed …
└ 164 lines...
● create_pull_request (MCP: safeoutputs) · title: "docs(site): document assignee fallback to last g…
└ {"result":"success","patch":{"path":"/tmp/gh-aw/aw-docs-create-work-item...
PR created. Let me update the cache state with the PR number once it's known, but since there's no PR number returned from the tool, I'll leave it for the next run to discover.
The PR adds one focused accuracy fix to `site/src/content/docs/reference/safe-outputs.mdx`:
**Change:** The `create-work-item` `assignee` configuration field description was missing the fallback behavior. When `assignee` is omitted, Stage 3 automatically falls back to the email of the last person who committed to the agent's source markdown file — discovered via `git log -1 --format='%ae'` at Stage 3 startup. This was documented in `docs/safe-outputs.md` but absent from the site reference page.
**Verification:** Confirmed in `src/safeoutputs/create_work_item.rs` at `config.assignee.as_ref().or(ctx.agent_last_author.as_ref())` and `src/main.rs`'s `discover_last_author()`.
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/githubnext/ado-aw/actions/runs/26924672014
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Docs Writer
Branch: main
Run: https://github.com/githubnext/ado-aw/actions/runs/26924672014
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-workflowsprompt from.github/agents/agentic-workflows.agent.mdor https://github.com/github/gh-aw/blob/main/.github/agents/agentic-workflows.agent.mddebug the agentic workflow docs-writer failure in https://github.com/githubnext/ado-aw/actions/runs/26924672014Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: