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 claude engine terminated unexpectedly.
Last agent output:
2026-06-13T12:47:10.595Z [DEBUG] [API REQUEST] /v1/messages source=generate_session_title
2026-06-13T12:47:10.692Z [ERROR] API error (attempt 11/11): 429 429 {"error":{"type":"max_runs_exceeded","message":"Maximum LLM invocations exceeded (50 / 50).","invocation_count":50,"max_runs":50}}
2026-06-13T12:47:10.695Z [ERROR] Error in API request: 429 {"error":{"type":"max_runs_exceeded","message":"Maximum LLM invocations exceeded (50 / 50).","invocation_count":50,"max_runs":50}}
2026-06-13T12:47:10.696Z [ERROR] API rate_limit after retries: Maximum LLM invocations exceeded (50 / 50).
2026-06-13T12:47:15.797Z [DEBUG] [API:timing] dispatching to firstParty model=claude-opus-4-8[1m]
2026-06-13T12:47:15.798Z [DEBUG] [API REQUEST] /v1/messages source=sdk
2026-06-13T12:47:15.891Z [ERROR] API error (attempt 11/11): 429 429 {"error":{"type":"max_runs_exceeded","message":"Maximum LLM invocations exceeded (50 / 50).","invocation_count":50,"max_runs":50}}
2026-06-13T12:47:15.892Z [ERROR] Error in API request: 429 {"error":{"type":"max_runs_exceeded","message":"Maximum LLM invocations exceeded (50 / 50).","invocation_count":50,"max_runs":50}}
2026-06-13T12:47:15.892Z [ERROR] API rate_limit after retries: Maximum LLM invocations exceeded (50 / 50).
2026-06-13T12:47:15.897Z [DEBUG] LSP server manager shut down successfully
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/github/gh-aw/actions/runs/27466199067
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Avenger
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/27466199067
Warning
Engine Failure: The
claudeengine 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 avenger failure in https://github.com/github/gh-aw/actions/runs/27466199067Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: