claude-code
claude-code copied to clipboard
The task planning tool is duplicating the output in the terminal twice
The task planning tool is duplicating the output in the terminal twice. Specifically the list elements are printed out twice. See here in this example:
Duplicated output:
can see the issue. The current test command produces extremely verbose output with many
warnings and compilation logs. Let me create a more concise version that focuses on test results
while preserving error information:
⎿ ☐ Modify justfile to create quiet test command as default
☐ Create test-verbose command for full output
☐ Test both new commands to ensure they work correctly
☐ Remove test-unit command as requested
⎿ ☐ Modify justfile to create quiet test command as default
☐ Create test-verbose command for full output
☐ Test both new commands to ensure they work correctly
☐ Remove test-unit command as requested
Expected behavior:
can see the issue. The current test command produces extremely verbose output with many
warnings and compilation logs. Let me create a more concise version that focuses on test results
while preserving error information:
⎿ ☐ Modify justfile to create quiet test command as default
☐ Create test-verbose command for full output
☐ Test both new commands to ensure they work correctly
☐ Remove test-unit command as requested
Environment Info
- Platform: macos
- Terminal: cursor (fish)
- Version: 1.0.17
- Feedback ID: b3d76a1b-8b65-41d5-afcc-a773af7f34b5
same issue. I already reported it but it's still happening on windows too.
This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.