published Aug 26, 2026, 6:05 PM · updated Aug 27, 2026, 6:31 AM
Workflow Failure
Workflow: Linter Miner
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/32997711039
Warning
Invalid or Unsupported Model: The agent failed because the configured model name is invalid, unknown, or unavailable for this engine/account.
This is a configuration issue, not a transient error — retrying will not help.
How to fix this
Specify a valid model for the selected engine in the workflow frontmatter:
---
engine: copilot
model: gpt-5-mini
---To find valid models, check your engine/provider documentation (for Copilot see supported models).
If the error text is No model available. Check policy enablement under GitHub Settings > Copilot, the model is not disabled in the workflow but by Copilot policy. Enable the model under GitHub Settings > Copilot > Policies for the org/repo, or pick a model that is already enabled. This can also be triggered by a subagent (task tool) dispatch requesting a model that the policy does not allow, even when the main agent's model is enabled.
Warning
Engine Failure: The copilot engine terminated unexpectedly.
Last agent output:
{"timestamp":"2026-08-26T18:08:43.118Z","level":"debug","event":"model_cache_refresh","provider":"copilot","cache_key":"copilot","models_count":37}
{"timestamp":"2026-08-26T18:08:43.120Z","level":"debug","event":"auth_inject","request_id":"93042359-43dc-4cd8-bd2a-d94a0eb2a17d","provider":"copilot","key_length":384,"key_preview":"Bearer g...S5Pw","has_anthropic_version":false}
{"timestamp":"2026-08-26T18:08:50.647Z","level":"debug","event":"token_track_start","request_id":"93042359-43dc-4cd8-bd2a-d94a0eb2a17d","provider":"copilot","path":"/responses","streaming":false,"content_type":"application/json","content_encoding":"(none)","status":200}
{"timestamp":"2026-08-26T18:08:50.660Z","level":"info","event":"request_complete","request_id":"93042359-43dc-4cd8-bd2a-d94a0eb2a17d","provider":"copilot","method":"POST","path":"/responses","status":200,"duration_ms":7616,"request_bytes":116410,"response_bytes":71372,"upstream_host":"api.githubcopilot.com","x_initiator":"agent"}
{"timestamp":"2026-08-26T18:08:50.661Z","level":"debug","event":"token_track_end","request_id":"93042359-43dc-4cd8-bd2a-d94a0eb2a17d","provider":"copilot","streaming":false,"total_bytes":71372,"overflow":false,"has_usage":true,"usage_keys":["input_tokens","output_tokens","total_tokens","reasoning_tokens","cache_read_input_tokens","cache_creation_input_tokens"],"model":"gpt-5.4-2026-03-05","compressed":false}
{"timestamp":"2026-08-26T18:08:50.661Z","level":"info","event":"token_budget_usage","request_id":"93042359-43dc-4cd8-bd2a-d94a0eb2a17d","provider":"copilot","model":"gpt-5.4-2026-03-05","ai_credits_this_response":1.2688,"ai_credits_total":8.9778,"pricing_source":"provider","pricing_tier":"default","accounting_policy":"concrete_model","fallback_pricing_used":false,"dynamic_selector":null}
{"timestamp":"2026-08-26T18:08:50.662Z","level":"info","event":"token_usage","request_id":"93042359-43dc-4cd8-bd2a-d94a0eb2a17d","provider":"copilot","model":"gpt-5.4-2026-03-05","input_tokens":910,"output_tokens":259,"cache_read_tokens":26112,"cache_write_tokens":0,"streaming":false}
{"timestamp":"2026-08-26T18:08:50.878Z","level":"info","event":"request_start","request_id":"3124409b-ef7d-4c5a-af38-317d0e4c6999","provider":"copilot","method":"POST","path":"/responses","upstream_host":"api.githubcopilot.com"}
{"timestamp":"2026-08-26T18:08:50.971Z","level":"debug","event":"model_cache_refresh","provider":"copilot","cache_key":"copilot","models_count":37}
{"timestamp":"2026-08-26T18:08:50.974Z","level":"debug","event":"auth_inject","request_id":"3124409b-ef7d-4c5a-af38-317d0e4c6999","provider":"copilot","key_length":384,"key_preview":"Bearer g...S5Pw","has_anthropic_version":false}
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/32997711039
Manually invoke the agent
Debug this workflow failure using your favorite Agent CLI and the agentic-workflows prompt.
- Start your agent
- Load the
agentic-workflowsskill from.github/skills/agentic-workflows/SKILL.mdor https://github.com/github/gh-aw/blob/main/.github/skills/agentic-workflows/SKILL.md - Type
debug the agentic workflow linter-miner failure in https://github.com/github/gh-aw/actions/runs/32997711039
Tip
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set report-failure-as-issue: false in its frontmatter:
safe-outputs:
report-failure-as-issue: falseGenerated from Linter Miner · copilot · 2.03 AIC · ◷
- expires on Aug 27, 2026, 6:10 AM UTC