[aw] Daily Code Metrics and Trend Tracking Agent failed
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Aptitud para principiantes
- 70/100
Línea de trabajo
El problema es un error de configuración en un flujo de trabajo de GitHub Actions. El archivo del flujo de trabajo está en .github/workflows/daily-code-metrics.md. El error indica un nombre de modelo no válido para el motor de Copilot. Verifique la configuración 'model' en el frontmatter del flujo de trabajo y compárela con la documentación de modelos compatibles de GitHub Copilot. La solución implica actualizar el modelo a uno válido, como 'gpt-4', en el frontmatter YAML. Verifique la corrección revisando la ejecución del flujo de trabajo después del cambio.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Workflow Failure
Workflow: Daily Code Metrics and Trend Tracking Agent
Branch: main
Run: https://github.com/github/gh-aw/actions/runs/35903479429
[!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: Thecopilotengine terminated unexpectedly.
Last agent output:
400 The requested model is not supported.
Changes +0 -0
Duration 3s
Resume copilot --resume=38eaa640-8b60-4a62-9e91-9f2d11553695
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/35903479429
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 daily-code-metrics failure in https://github.com/github/gh-aw/actions/runs/35903479429
[!TIP]
Stop reporting this workflow as a failure
To stop a workflow from creating failure issues, set
report-failure-as-issue: falsein its frontmatter:safe-outputs: report-failure-as-issue: false
Generated from Daily Code Metrics and Trend Tracking Agent · ◷
- expires on Sep 24, 2026, 6:40 AM UTC
- Lenguaje dominante
- Go
- Estrellas
- 5.2k
- Forks
- 547
- Merge medio
- 6 h 23 min
- PR fusionados (30 d)
- 760
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de github/gh-aw
-
agentic-workflows
Dificultad 2/5 1-3 horas Aptitud para principiantes 65/100
-
agentic-workflows
Dificultad 2/5 1-3 horas Aptitud para principiantes 65/100
-
agentic-workflows
Dificultad 2/5 1-3 horas Aptitud para principiantes 70/100
-
agentic-workflows
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
-
agentic-workflows
Dificultad 2/5 1-3 horas Aptitud para principiantes 65/100
Todos los issues de github/gh-aw
Issues similares
-
nix: vendorHash is outdated Abierto
Dificultad 1/5 Menos de una hora Aptitud para principiantes 90/100
-
Bob Shell support Abiertoenhancement
Dificultad 2/5 1-3 horas Aptitud para principiantes 65/100
-
bug
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 75/100
santhosh-tekuri/jsonschema#276 ·