AIToday
AI Coding AssistantsGitHub Copilot BlogPublished: Jun 18, 2026, 06:00 JST1 min read

GitHub Copilot adds prompt caching, smarter model selection

GitHub Copilot adds prompt caching, smarter model selection

3 Key Points

  1. What happened

    GitHub Copilot for VS Code now uses prompt caching to reuse model state across repeated requests instead of recomputing the same information, and tool search to load tool definitions on demand rather than sending every full tool schema into context on every turn. Auto model selection, already live in VS Code, github.com, and mobile, is expanding to Copilot CLI, GitHub App, and additional IDEs, with plans to make it the default for Copilot Free and Student plans.

  2. Why it matters

    As Copilot takes on longer agentic work — planning, editing, debugging, reviewing, and calling tools across extended sessions — these changes let the model focus more effort on the actual task rather than repeating context and processing unnecessary tool definitions. Copilot's Auto system routes to the model that fits the work: simpler tasks like quick explanations can use more efficient models, while complex multi-file changes get stronger reasoning when needed, without requiring developers to manually choose models each time.

  3. What to watch

    Auto was trained on conversations across 16 language families and stays within 4 points of English baseline routing accuracy across language groups. The router learns where stronger models add value by comparing responses from less capable and more capable models on quality dimensions, ensuring escalation to stronger reasoning happens only when the task actually benefits from it.

Ask the AI about this article →

GitHub Copilot BlogRead Original Article

Get the latest AI Coding Assistants news every morning

For example, today's edition would include:

  • OpenClaw 2.0 launches, targeting enterprise AI teamsVentureBeat AI · 11h ago
  • AI Coding Shifts from Prompts to Context to HarnessITmedia AI+ · 18h ago
  • Workday brings AI agents into Gmail, keeping ERP guardrailsSiliconANGLE AI · 20h ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleGitHub Copilot is cutting the cost of each request by reusing cached context and routing tasks to the most efficient model, rather than always sending all information or using the most powerful option.