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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/1.bug_report.yml
+16-36Lines changed: 16 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,11 @@
1
1
name: Bug report
2
-
description: Report something that is not working as expected in Command Code.
2
+
description: Report a bug for Command Code.
3
3
labels: []
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
Thanks for helping us improve Command Code, the terminal-based coding agent. The more detail you can share, the faster we can understand and fix the issue.
9
-
10
-
Before filing, please check that you are using the latest version and include exact commands, screenshots, logs, or request IDs when available. If you need help confirming whether something is a bug, feel free to [start a new thread in our Discord forum](https://commandcode.ai/discord).
8
+
Use this template to report bugs for Command Code. Feel free to [start a new thread in our discord forum](https://commandcode.ai/discord).
11
9
- type: textarea
12
10
attributes:
13
11
label: Summary
@@ -18,34 +16,34 @@ body:
18
16
- type: textarea
19
17
attributes:
20
18
label: Expected Behavior
21
-
description: What did you expect Command Code to do?
22
-
placeholder: The queued message should send automatically after /compact finishes.
19
+
description: Describe the expected behavior you were expecting.
20
+
placeholder: Expected behavior...
23
21
validations:
24
22
required: true
25
23
- type: textarea
26
24
attributes:
27
25
label: Actual Behavior
28
-
description: What actually happened? Include exact error messages, request IDs, or screenshots if you have them.
29
-
placeholder: The message stays queued and pressing Enter does not send it.
26
+
description: Describe the actual behavior that occurred.
27
+
placeholder: Actual behavior...
30
28
validations:
31
29
required: true
32
30
- type: textarea
33
31
attributes:
34
32
label: Steps to reproduce the issue
35
-
description: Provide the smallest set of steps that reliably reproduces the issue. Include commands, slash commands, prompts, config, files, or MCP setup needed to trigger it.
33
+
description: Describe the actual steps to reproduce the issue.
36
34
placeholder: |
37
-
1. Run `commandcode` in a repository with ...
38
-
2. Type `/compact` while ...
39
-
3. Queue a follow-up message ...
40
-
4. Observe that ...
35
+
1. ...
36
+
2. ...
37
+
3. ...
38
+
4. ...
41
39
validations:
42
40
required: true
43
41
- type: input
44
42
id: version
45
43
attributes:
46
44
label: Command Code Version
47
-
description: Run `commandcode --version` or `cmd --version` and paste the exact output.
48
-
placeholder: commandcode 0.25.13
45
+
description: Run `cmd --version` to get the version.
46
+
placeholder: 0.0.1
49
47
validations:
50
48
required: true
51
49
- type: dropdown
@@ -68,32 +66,14 @@ body:
68
66
id: terminal
69
67
attributes:
70
68
label: Terminal/IDE
71
-
description: Which terminal app or IDE terminal are you using?
72
-
placeholder: VS Code integrated terminal, iTerm2, Windows Terminal, Hyper
description: If relevant, run `node --version` and paste the exact output.
90
-
placeholder: v25.9.0
91
-
- type: textarea
92
-
id: configuration
93
-
attributes:
94
-
label: Relevant configuration
95
-
description: Share any relevant settings, flags, MCP servers, model/provider, permission mode, or project setup. Do not include secrets, API keys, or private data.
96
-
placeholder: I ran with `--yolo`; MCP server configured via ...; model/provider is ...
description: Suggest an improvement or new capability for Command Code.
2
+
description: Propose a new feature for Command Code.
3
3
labels: []
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
8
-
Thanks for sharing ideas for Command Code, the terminal-based coding agent. Clear customer context helps us prioritize and design features that fit real workflows.
9
-
10
-
If you want to discuss the idea first, feel free to [start a new thread in our Discord forum](https://commandcode.ai/discord).
8
+
Use this template to propose new features for Command Code. Feel free to [start a new thread in our discord forum](https://commandcode.ai/discord).
11
9
- type: textarea
12
10
attributes:
13
-
label: Problem or workflow
14
-
description: What are you trying to accomplish, and what currently makes it difficult?
15
-
placeholder: I use Command Code from an automated orchestrator, but I cannot capture token usage from non-interactive runs.
11
+
label: Feature Description
12
+
description: Describe the feature you are proposing. Include any relevant commands, functionality, or improvements.
13
+
placeholder: Feature description...
16
14
validations:
17
15
required: true
18
16
- type: textarea
19
17
attributes:
20
-
label: Proposed solution
21
-
description: Describe the behavior or API you would like Command Code to provide.
22
-
placeholder: Add `commandcode -p --output-format json` with final usage, model, and provider fields.
23
-
validations:
24
-
required: true
25
-
- type: textarea
26
-
attributes:
27
-
label: Use case and impact
28
-
description: Who would benefit, how often would they use it, and what would it unblock?
29
-
placeholder: This would let automation track cost and compare Command Code against other CLI agents for every run.
30
-
validations:
31
-
required: true
32
-
- type: textarea
33
-
attributes:
34
-
label: Alternatives or workarounds
35
-
description: What have you tried instead, and why is it not enough?
36
-
placeholder: We currently log usage as unknown because estimating tokens would be inaccurate.
18
+
label: Use Case
19
+
description: Explain how this feature would be beneficial.
20
+
placeholder: Use case...
37
21
- type: textarea
38
22
attributes:
39
-
label: Example usage
40
-
description: If applicable, show the command, slash command, output shape, or UI flow you imagine.
41
-
placeholder: |
42
-
commandcode -p --output-format json "Implement the task"
0 commit comments