pullrequests Search Results · "copilot -p" path:.github/workflows/*.yml language:JavaScript language:Java language:Java
Filter by
5.5k results
The path qualifier is not supported when searching pull requests. Try searching for code instead?
... .
private static AgentProfile buildCopilotProfile() {
AgentProfile p = new AgentProfile();
p.setId(COPILOT_PROFILE_ID);
p.setDisplayName( GitHub Copilot ...
The bug
Copilot CLI silently caps each copilot -p session at 5 autopilot continuation turns (the default for
--max-autopilot-continues). When that s exhausted the session ends mid-tool-call — no ...