Describe the bug
Copilot generated python commands that printed >150 items from a json with a bunch of fields. This caused output to be redirected to a temp file which then required 5 additional read calls to fully consume.
Affected version
GitHub Copilot CLI 1.0.36
Steps to reproduce the behavior
- Open Copilot CLI with a JSON file containing 100+ records.
- Ask Copilot to extract and display a summary of all records.
- Observe the Python command Copilot generates.
- Check whether the output exceeds the tool's display limit.
Expected behavior
Copilot should estimate the output size before generating the command. For numerous (150+ json objects) copilot should have the brains to paginate
Additional context
No response
Describe the bug
Copilot generated python commands that printed >150 items from a json with a bunch of fields. This caused output to be redirected to a temp file which then required 5 additional read calls to fully consume.
Affected version
GitHub Copilot CLI 1.0.36
Steps to reproduce the behavior
Expected behavior
Copilot should estimate the output size before generating the command. For numerous (150+ json objects) copilot should have the brains to paginate
Additional context
No response