Skip to content
Discussion options

You must be logged in to vote

Hi @sthi-1005, thanks for reporting this!

This is not caused by context-mode — it's GitHub Copilot's own rate limiting mechanism.

Why it happens

GitHub Copilot rate limits are request-count-based, not token-based (docs). Adding context-mode instructions to copilot-instructions.md doesn't directly trigger rate limits. However, context-mode's MCP tools may lead to more tool calls per session (batch executions, searches, indexing), which naturally consumes more premium requests — reaching the limit faster.

What you can do

  • Wait and retry — rate limits are temporary.
  • Switch away from preview models — GitHub notes that preview models have stricter rate limits due to limited capacity.
  • Check you…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sthi-1005
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants