pullrequests Search Results · "copilot -p" path:.github/workflows/*.yml language:JavaScript language:Java language:Java is:merged
Filter by
2.6k results
The path qualifier is not supported when searching pull requests. Try searching for code instead?
... (1.0.0).
Why
The runner unconditionally drives copilot -p ... --output-format json to consume Copilot CLI s JSONL event stream. Older
copilot builds (e.g. 0.0.354 — still installable today) reject ...
...
extension in different contexts (e.g., copilot -p)
- prepublishOnly script — runs npm test automatically before local npm publish (defense in depth)
- CI: tarball validation — checks npm pack --dry-run ...
... .
Copilot CLI fix
-p takes prompt text, not a file path. Passing the filename caused the agent to read the file and ask what would you
like to do with it? Added required non-interactive flags ...