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
description: Report something that is not working as expected in Command Code.
3
3
labels: []
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
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).
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).
11
+
- type: textarea
12
+
attributes:
13
+
label: Summary
14
+
description: Briefly describe the issue and how it affects your workflow.
15
+
placeholder: Command Code hangs after /compact and I cannot send the queued message.
16
+
validations:
17
+
required: true
9
18
- type: textarea
10
19
attributes:
11
20
label: Expected Behavior
12
-
description: Describe the expected behavior you were expecting.
13
-
placeholder: Expected behavior...
21
+
description: What did you expect Command Code to do?
22
+
placeholder: The queued message should send automatically after /compact finishes.
14
23
validations:
15
24
required: true
16
25
- type: textarea
17
26
attributes:
18
27
label: Actual Behavior
19
-
description: Describe the actual behavior that occurred.
20
-
placeholder: 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.
30
+
validations:
31
+
required: true
32
+
- type: textarea
33
+
attributes:
34
+
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.
36
+
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 ...
21
41
validations:
22
42
required: true
23
43
- type: input
24
44
id: version
25
45
attributes:
26
46
label: Command Code Version
27
-
description: Run `cmd --version` to get the version.
28
-
placeholder: 0.0.1
47
+
description: Run `commandcode --version` or `cmd --version` and paste the exact output.
48
+
placeholder: commandcode 0.25.13
29
49
validations:
30
50
required: true
31
51
- type: dropdown
@@ -38,20 +58,44 @@ body:
38
58
- Windows
39
59
validations:
40
60
required: true
61
+
- type: input
62
+
id: os-version
63
+
attributes:
64
+
label: Operating System Version
65
+
description: Include the distro, release, architecture, or Windows/macOS version if known.
66
+
placeholder: macOS 26.4.1 (arm64), Ubuntu 24.04, Windows 11
41
67
- type: input
42
68
id: terminal
43
69
attributes:
44
70
label: Terminal/IDE
45
-
description: Which terminal or IDE are you using?
46
-
placeholder: vscode
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 ...
53
97
- type: textarea
54
98
attributes:
55
99
label: Additional context
56
100
description: |
57
-
Any additional information that might help us investigate. Include error logs, screenshots, or environment details.
101
+
Anything else that might help us investigate, such as frequency, workaround, when it started, links to related issues, or whether it reproduces in a fresh project.
description: Propose a new feature for Command Code.
2
+
description: Suggest an improvement or new capability for Command Code.
3
3
labels: []
4
4
body:
5
5
- type: markdown
6
6
attributes:
7
7
value: |
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).
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).
9
11
- type: textarea
10
12
attributes:
11
-
label: Feature Description
12
-
description: Describe the feature you are proposing. Include any relevant commands, functionality, or improvements.
13
-
placeholder: Feature description...
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.
14
16
validations:
15
17
required: true
16
18
- type: textarea
17
19
attributes:
18
-
label: Use Case
19
-
description: Explain how this feature would be beneficial.
20
-
placeholder: Use case...
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.
37
+
- type: textarea
38
+
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