pullrequests Search Results · "copilot -p" path:.github/workflows/*.yml language:JavaScript language:Java language:Java is:merged
Filter by
2.6k 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 ...
... .
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 ...
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 ...
The execFileAsync call for copilot -p has no timeout option, unlike what would be appropriate for a command that invokes
a full AI agent session. While the existing git diff and git commit calls also ...
... worker
subprocess. The worker has to complete three subprocess spawns (availability probe + primary `copilot -p` + first
fallback `copilot -p`), each of which wants CPU to honor its own `setImmediate ...
... _review_struggling` | ✓ | `(p_school_id, p_class_id, p_window_days,
p_threshold)` |
| `api.copilot.recordRead` | `bridge_record_copilot_read` | ✓ | `(p_intent_key, p_request_id, p_school_id,
p_target_class_id, p ...
What
Each worker card now shows token usage from the Tokens ↑ X • ↓ Y • Z (cached) line that copilot -p emits at the end of
every iteration.
Per-card display
- Per-issue strip: tokens: ↑8.9m ...