-
-
Notifications
You must be signed in to change notification settings - Fork 194
Description
Since Aug 6th, when using Claude Code CLI → copilot-api → GitHub Copilot, a single short user message causes multiple POST /v1/messages?beta=true calls and increments my Premium requests by 2–3 (or more).
From Aug 1–5, the exact same setup behaved like an “agent session”: chatting for a long time in one terminal typically consumed only 1 Premium request overall.
I’d like to understand whether this is:
an intended change in copilot-api behavior,
an incompatibility with newer Claude Code releases, or
something on the GitHub Copilot side that copilot-api can’t (or shouldn’t) aggregate.
If there’s a way for copilot-api to aggregate multi-turn tool/diagnostic subcalls into a single Coding Agent session (or a “single-shot per user message”) I’d love to enable it.
