pullrequests Search Results · "copilot -p" path:.github/workflows/*.yml language:JavaScript language:Java language:JavaScript
Filter by
5.1k results
The path qualifier is not supported when searching pull requests. Try searching for code instead?
... 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 ...
Summary
- Replaces per-turn copilot -p spawn with persistent copilot --acp (Agent Client Protocol, JSONRPC over stdio) child
per conversation — tokens now stream, the child stays alive across ...
... per-turn with copilot -p --output-format json
--session-id uuid for continuity.
- Claude Code path is unchanged — its driver is a thin re-export of startClaudeQuery.
- New-conversation modal ...
... .
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
dependencies
ruby