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
Reduce unnecessary model or tool calls in the prompt.
Trim large inputs or excess context that does not change the outcome.
Split large tasks across smaller runs when possible.
Warning
Engine Failure: The copilot engine terminated unexpectedly.
Last agent output:
└ 2 lines...
● create_pull_request (MCP: safeoutputs) · title: "test: add edge case tests for TestClassShouldHav…
└ {"result":"success","patch":{"path":"/tmp/gh-aw/aw-test-assist-testclass...
Now let me update the Monthly Activity Issue. Let me first check what the current state looks like:
● search_pull_requests (MCP: github) · repo:microsoft/testfx is:pr is:open [test-improver] testclas…
└ [{"content":[{"text":"{\"total_count\":0,\"incomplete_results\":false}",...
Failed to get response from the AI model; retried 5 times (total retry wait time: 89.93 seconds) (Request-ID a8e2617a-4b3a-4dd8-8cfa-7f7817eed3e1) Last error: CAPIError: 429 Maximum AI credits exceeded (1007.553510 / 1000).
Changes +70 -0
Duration 10m 18s
Tokens ↑ 3.0m (2.8m cached) • ↓ 12.1k
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/testfx/actions/runs/27383700639
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
Workflow Failure
Workflow: Test Improver
Branch: main
Run: https://github.com/microsoft/testfx/actions/runs/27383700639
Warning
AI Credits Budget Exceeded
The workflow hit the configured
max-ai-creditsguardrail. Used1Kof1Kmax (over by7.55).Increase the limit
Update
max-ai-creditsin your workflow frontmatter:Tips for reducing AI credit usage
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 test-improver failure in https://github.com/microsoft/testfx/actions/runs/27383700639Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter: