1name: Bug Report (AI Related)
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 Actual Behavior:
23 Expected 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 - MCP Servers in-use:
30 - Other Details:
31 validations:
32 required: true
33
34 - type: textarea
35 id: environment
36 attributes:
37 label: Zed Version and System Specs
38 description: 'Open Zed, and in the command palette select "zed: copy system specs into clipboard"'
39 placeholder: |
40 Output of "zed: copy system specs into clipboard"
41 validations:
42 required: true