[aw] Agentic Issue Triage failed
Personne n'a encore pris cette issue.
Évaluation
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Accessibilité débutants
- 40/100
- Type d'issue
- Bug
- Clarté
- Clairement spécifiée
- Activité
- Active
- Stack technique
- github-actions
- Domaine
- ci-cd
Piste de recherche
The issue is a configuration error in a GitHub Actions workflow named 'Agentic Issue Triage'. The workflow file is at .github/workflows/issue-triage.md or referenced from the run link. The error states the model 'gpt-5-mini' is invalid. Check the workflow's frontmatter to see the current engine and model configuration. Compare against the list of available models in the error output. Update the model to a valid one like 'gpt-4o-mini' and verify the Copilot-Integration-Id header. Run the workflow again to confirm the fix.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Description
Workflow Failure
Workflow: Agentic Issue Triage
Branch: main
Run: https://github.com/PowerShell/vscode-powershell/actions/runs/36021560626
[!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).
[!WARNING]
Engine Failure: Thecopilotengine terminated unexpectedly.
Last agent output:
● Request failed (transient_bad_request). Retrying...
● Request failed (transient_bad_request). Retrying...
400 The requested model is not available for integrator "agentic-workflows". Available models: [gpt-4.1 claude-fable-5.1 claude-fable-5 claude-opus-4.6 claude-opus-4.7 claude-opus-4.8-fast claude-opus-4.8 claude-opus-5.5 claude-opus-5 claude-sonnet-5 copilot-search-a copilot-search-b copilot-search-c exec-agent-a exec-agent-b exec-agent-c gpt-5.3-codex gpt-5.4-mini gpt-5.4 gpt-5.5 gpt-5.6-luna gpt-5.6-sol-fast gpt-5.6-sol gpt-5.6-terra gpt-5.6-luna-utility gpt-6-astra gpt-6-luna gpt-6-sol grok-4.5 grok-4.6 grok-4.7 kimi-k2.7-code kimi-k3 mai-code-1.1-flash trajectory-compaction gpt-5-mini gpt-3.5-turbo gpt-3.5-turbo-0613 gpt-4o-mini gpt-4o-mini-2024-07-18 copilot-preview-4o-mini-a1cfd608 gpt-4 gpt-4-0613 copilot-preview-gpt4-centralus gpt-4o gpt-4o-2024-11-20 gpt-4o-2024-05-13 gpt-4-o-preview gpt-4o-japanwest copilot-preview-gpt4o-centralus gpt-4o-2024-08-06 claude-haiku-4.5 gpt-4.1-2025-04-14 goldeneye-secondary gpt-5.2]. Verify the correct Copilot-Integration-Id header is being sent.
Changes +0 -0
Duration 31s
● Request failed (transient_bad_request). Retrying...
● Request failed (transient_bad_request). Retrying...
400 The requested model is not available for integrator "agentic-workflows". Available models: [gpt-4.1 claude-fable-5.1 claude-fable-5 claude-opus-4.6 claude-opus-4.7 claude-opus-4.8-fast claude-opus-4.8 claude-opus-5.5 claude-opus-5 claude-sonnet-5 copilot-search-a copilot-search-b copilot-search-c exec-agent-a exec-agent-b exec-agent-c gpt-5.3-codex gpt-5.4-mini gpt-5.4 gpt-5.5 gpt-5.6-luna gpt-5.6-sol-fast gpt-5.6-sol gpt-5.6-terra gpt-5.6-luna-utility gpt-6-astra gpt-6-luna gpt-6-sol grok-4.5 grok-4.6 grok-4.7 kimi-k2.7-code kimi-k3 mai-code-1.1-flash trajectory-compaction gpt-5-mini gpt-3.5-turbo gpt-3.5-turbo-0613 gpt-4o-mini gpt-4o-mini-2024-07-18 copilot-preview-4o-mini-a1cfd608 gpt-4 gpt-4-0613 copilot-preview-gpt4-centralus gpt-4o gpt-4o-2024-11-20 gpt-4o-2024-05-13 gpt-4-o-preview gpt-4o-japanwest copilot-preview-gpt4o-centralus gpt-4o-2024-08-06 claude-haiku-4.5 gpt-4.1-2025-04-14 goldeneye-secondary gpt-5.2]. Verify the correct Copilot-Integration-Id header is being sent.
Changes +0 -0
Duration 57s
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/PowerShell/vscode-powershell/actions/runs/36021560626
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 issue-triage failure in https://github.com/PowerShell/vscode-powershell/actions/runs/36021560626
[!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 Agentic Issue Triage · ◷
- expires on Oct 1, 2026, 3:40 PM UTC
- Langage dominant
- TypeScript
- Étoiles
- 1.9k
- Forks
- 548
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Préparer son environnement
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Autres issues de PowerShell/vscode-powershell
-
agentic-workflows
Difficulté 2/5 1-3 heures Accessibilité débutants 75/100
PowerShell/vscode-powershell#5607 ·
-
[aw] Agentic Issue Triage failedOuverteagentic-workflows
Difficulté 2/5 1-3 heures Accessibilité débutants 62/100
PowerShell/vscode-powershell#5599 · 3 commentaires ·
-
Difficulté 2/5 1-3 heures Accessibilité débutants 78/100
PowerShell/vscode-powershell#5592 · 2 commentaires · 1 réaction ·
-
[aw] Agentic Issue Triage failedOuverteagentic-workflows
Difficulté 2/5 1-3 heures Accessibilité débutants 62/100
PowerShell/vscode-powershell#5583 · 1 commentaire ·
-
powershell.scriptAnalysis.settingsPath (Description): Warning Message Should Provide A WorkaroundOuverteArea-Code Formatting Issue-Enhancement
Difficulté 1/5 Moins d'une heure Accessibilité débutants 68/100
PowerShell/vscode-powershell#4653 · 3 commentaires · 4 réactions ·
Toutes les issues de PowerShell/vscode-powershell
Issues similaires
-
docs
Difficulté 1/5 Moins d'une heure Accessibilité débutants 68/100
remix-run/react-router#15558 ·
Les mainteneurs répondent en général sous 1 jour
-
Difficulté 2/5 1-3 heures Accessibilité débutants 78/100
solana-foundation/pay-kit#341 ·
Les mainteneurs répondent en général sous 1 jour
-
Difficulté 1/5 1-3 heures Accessibilité débutants 88/100
supabase/agent-skills#607 ·
-
enhancement
Difficulté 2/5 1-3 heures Accessibilité débutants 88/100
-
Difficulté 2/5 1-3 heures Accessibilité débutants 78/100
Les mainteneurs répondent en général sous 1 jour