pullrequests Search Results · "copilot -p" path:.github/workflows/*.yml language:JavaScript language:Python language:TypeScript
Filter by
20.5k results
The path qualifier is not supported when searching pull requests. Try searching for code instead?
Summary
1.1.8 only guarded the Windows + Copilot review failure. 1.1.9 fixes it.
Copilot CLI accepts the prompt via stdin (no -p) — undocumented in --help, surfaced only as a passing mention in ...
... substitution $(cat $PROMPT_FILE ). This caused the
analysis to fall through to the no-AI path, which hardcoded No industry press data was available despite the data being
present.
Root Cause
copilot -p $(cat ...
... copilot -p prompt --allow-all-tools --model model (Copilot runs its own tool loop in
one shot).
- Models: claude-sonnet-4.5 (default), claude-sonnet-4, gpt-5 — billed to your Copilot subscription ...
... .
Measurement
$ time copilot -p ping --model gpt-5.5 --no-ask-user --add-dir .
pong
real 0m33.165s
user 0m0.153s
sys 0m0.323s
Per the same dogfooding session, the warm-broker task path runs an ...
dependencies
ruby