Mark Williamson

Results 6 comments of Mark Williamson

This would be very useful for integrating Copilot workflows with external tools.

@taniabogatsch FYI, I've also been investigating this as a test of the debug tooling I'm working on at the moment. I've got a candidate root cause, which I'm double checking...

OK, it's getting close to my vacation and though I should be able to do some investigation tomorrow I wanted to write up what we've got so far and the...

Another thing that I'd like to flag explicitly on this whilst I'm thinking about it: If the JSON output could explicitly supply the session ID (and probably cost stats, etc...

I believe we're seeing a variant of this too - our code is running Copilot in the background with a `-p` prompt to accomplish some work. I'm trying to lock...

@RyanHecht from the change logs on 0.0.351: > Shell redirections like > some_file.txt in paths you've already granted write permissions, > /dev/null, and 2>&1 (Fixes https://github.com/github/copilot-cli/issues/211) I think the `2>/dev/null`...