copilot-cli icon indicating copy to clipboard operation
copilot-cli copied to clipboard

`-p` mode should accept a `--expand-tool-calls` flag

Open RyanHecht opened this issue 3 months ago • 1 comments

Describe the feature or problem you'd like to solve

A flag that will expand tool output in non-interactive sessions ala Ctrl+r in interactive mode

Proposed solution

In interactive mode, you can run Ctrl+r to expand tool call output.

In non-interactive mode, you do not have the ability to see tool call output:

Image

This flag will give visibility into what the result of tools called by the LLM was in non-interactive sessions

Example prompts or workflows

No response

Additional context

No response

RyanHecht avatar Oct 15 '25 17:10 RyanHecht

Perhaps --verbose? 🤔

andyfeller avatar Oct 22 '25 19:10 andyfeller