Describe the bug
I run copilot in the Hosted Agent on Azure Pipelines. I'm using ubuntu-latest agent.
I noticed it executed everything, but all the output text vanished. Why would that happen? Does this occur in non-TTY mode?
Can you add a --output option for GitHub Copilot CLI?
Affected version
0.0.356
Steps to reproduce the behavior
copilot --agent code-review -p "$(cat code-review-prompt.txt))" | \
tee $(Build.ArtifactStagingDirectory)/github-copilot-cli-result.md
Expected behavior
I expect the output of the GitHub Copilot CLI should be full and complete.
Additional context
- Logs using
--log-level and --log-file flags: Yes, I see the logs with complete output. I just can't see output in the STDOUT.
- Operating system (e.g., Windows, macOS, Linux): Linux
- CPU architecture (e.g., x86_64, ARM): x86_64
- Terminal emulator (e.g., Terminal, iTerm2, Windows Terminal): Not a terminal
- Shell (e.g., bash, zsh, fish): bash
Describe the bug
I run
copilotin the Hosted Agent on Azure Pipelines. I'm usingubuntu-latestagent.I noticed it executed everything, but all the output text vanished. Why would that happen? Does this occur in non-TTY mode?
Can you add a
--outputoption for GitHub Copilot CLI?Affected version
0.0.356
Steps to reproduce the behavior
Expected behavior
I expect the output of the GitHub Copilot CLI should be full and complete.
Additional context
--log-leveland--log-fileflags: Yes, I see the logs with complete output. I just can't see output in the STDOUT.