pullrequests Search Results · "copilot -p" path:.github/workflows/*.yml language:JavaScript language:HTML language:C#
Filter by
6.5k results
The path qualifier is not supported when searching pull requests. Try searching for code instead?
Summary
- Adds a Node.js ACP companion script (copilot-acp-companion.mjs) that drives Copilot CLI via the Agent Client
Protocol over stdio instead of copilot -p
- Updates the local-copilot ...
... is actually doing.
What changed
Workers section — was dumping the full ~10 KB copilot -p RALPH.md prompt argv on one line, drowning the rest of the
report in escaped-newline noise. Now renders as ...
Copilot CLI requires -p flag for non-interactive prompts. Without it, the command fails immediately.
dependencies
ruby
... .
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