01_bug_ai.yml

 1name: Bug Report (AI)
 2description: Zed Agent Panel Bugs
 3type: "Bug"
 4labels: ["ai"]
 5title: "AI: <a short description of the AI Related bug>"
 6body:
 7  - type: textarea
 8    attributes:
 9      label: Summary
10      description: Describe the bug with a one line summary, and provide detailed reproduction steps
11      value: |
12        <!-- Please insert a one line summary of the issue below -->
13        SUMMARY_SENTENCE_HERE
14
15        ### Description
16        <!--  Describe with sufficient detail to reproduce from a clean Zed install. -->
17        Steps to trigger the problem:
18        1.
19        2.
20        3.
21
22        **Expected Behavior**:
23        **Actual Behavior**:
24
25        ### Model Provider Details
26        - Provider: (Anthropic via ZedPro, Anthropic via API key, Copilot Chat, Mistral, OpenAI, etc)
27        - Model Name:
28        - Mode: (Agent Panel, Inline Assistant, Terminal Assistant or Text Threads)
29        - Other Details (MCPs, other settings, etc):
30    validations:
31      required: true
32
33  - type: textarea
34    id: environment
35    attributes:
36      label: Zed Version and System Specs
37      description: 'Open Zed, and in the command palette select "zed: copy system specs into clipboard"'
38      placeholder: |
39        Output of "zed: copy system specs into clipboard"
40    validations:
41      required: true