You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please ensure this bug hasn't been reported already by searching existing [GitHub Issues](https://github.com/RooVetGit/Roo-Code/issues).
11
11
- type: input
12
12
id: version
13
13
attributes:
14
14
label: App Version
15
-
description: Specify exactly which version you're using (e.g., v3.3.1)
15
+
description: What version of Roo Code are you using? (e.g., v3.3.1)
16
16
validations:
17
17
required: true
18
18
19
19
- type: dropdown
20
20
id: provider
21
21
attributes:
22
22
label: API Provider
23
-
description: Choose the API provider involved
24
-
multiple: false
25
23
options:
26
24
- Anthropic
27
25
- AWS Bedrock
28
26
- Chutes AI
29
27
- DeepSeek
30
28
- Glama
31
29
- Google Gemini
30
+
- Google Vertex AI
32
31
- Groq
33
32
- Human Relay Provider
33
+
- LiteLLM
34
34
- LM Studio
35
35
- Mistral AI
36
36
- Ollama
@@ -49,44 +49,38 @@ body:
49
49
id: model
50
50
attributes:
51
51
label: Model Used
52
-
description: Clearly specify the exact model (e.g., Claude 3.7 Sonnet). If not applicable, enter N/A.
53
-
validations:
54
-
required: true
55
-
56
-
- type: textarea
57
-
id: what-happened
58
-
attributes:
59
-
label: Actual vs. Expected Behavior
60
-
description: Clearly state what actually happened and what you expected instead.
61
-
placeholder: Provide precise details of the issue here.
52
+
description: Exact model name (e.g., Claude 3.7 Sonnet). Use N/A if irrelevant.
62
53
validations:
63
54
required: true
64
55
65
56
- type: textarea
66
57
id: steps
67
58
attributes:
68
-
label: Detailed Steps to Reproduce
59
+
label: 🔁 Steps to Reproduce
69
60
description: |
70
-
List the exact steps someone must follow to reproduce this bug:
0 commit comments