pullrequests Search Results · "copilot -p" path:.github/workflows/*.yml language:JavaScript language:Python language:Java
Filter by
11k results
The path qualifier is not supported when searching pull requests. Try searching for code instead?
…hase 1
Comprehensive analysis across all 10 impact dimensions covering architecture, data, infrastructure, API, ML pipeline,
frontend, and operational changes. Readiness score: 5.8/10. Identifies 3 critical ...
Testing copilot -p with updated COPILOT_TOKEN (fine-grained PAT with Copilot Requests permission).
... Copilot is now a billed interactive agent, not a free
command translator
- New What is the GitHub Copilot CLI? subsection covering -p vs -i modes and the per-prompt credit display
- Updated ...
What
Adds a GitHub Copilot CLI provider so AIFactory can run builds through Copilot, alongside Claude, Gemini, Codex and
Ollama.
Copilot s CLI (copilot -p ... --allow-all-tools) is a router over ...
... 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 ...
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 ...