---
title: "How we made GitHub Copilot CLI more selective about delegation"
url: https://daily.dev/posts/how-we-made-github-copilot-cli-more-selective-about-delegation-ba15aicxx
source_url: https://github.blog/ai-and-ml/how-we-made-github-copilot-cli-more-selective-about-delegation
type: article
source: "GitHub Blog"
published: 2026-06-12T22:27:34.884Z
updated: 2026-06-12T22:27:58.129Z
tags: ["github", "llm", "productivity", "ai-agents"]
reading_time: 8
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How we made GitHub Copilot CLI more selective about delegation

**[GitHub Blog](https://daily.dev/sources/ghblog)** · 8 min read · 0 upvotes · 0 comments

## Summary

GitHub Copilot CLI received an improvement called smarter subagent delegation, now rolled out to 100% of production traffic (version 1.0.42+). The change makes the main agent more selective about when to hand off work to subagents versus handling tasks directly. By using LLMs to analyze agent trajectories and identify unnecessary delegation patterns, the team refined the orchestration policy so simple, focused tasks stay with the main agent while subagents are reserved for broad, cross-cutting, or parallelizable work. In A/B testing, this reduced tool failures per session by 23% (including 27% fewer search tool failures and 18% fewer edit tool failures), improved P95 wait time by 5%, and P75 by 3%, with no quality regression. The improvement is entirely behind the scenes — developers don't change their workflow.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.blog/ai-and-ml/how-we-made-github-copilot-cli-more-selective-about-delegation>

## Similar posts on daily.dev

- [How we’re making GitHub Copilot smarter with fewer tools](https://daily.dev/posts/how-we-re-making-github-copilot-smarter-with-fewer-tools-euprmmzbg) · GitHub Blog · 0 upvotes · 0 comments
- [Copilot: Faster, smarter, and built for how you work now](https://daily.dev/posts/copilot-faster-smarter-and-built-for-how-you-work-now-t13qa8ggt) · GitHub Blog · 0 upvotes · 0 comments
- [GitHub Copilot CLI Tips & Tricks — Part 5: Delegation](https://daily.dev/posts/github-copilot-cli-tips-tricks-part-5-delegation-z13ahdrnw) · The Art of Simplicity · 1 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#llm](https://daily.dev/tags/llm), [#productivity](https://daily.dev/tags/productivity), [#ai-agents](https://daily.dev/tags/ai-agents)

[View this post on daily.dev](https://daily.dev/posts/how-we-made-github-copilot-cli-more-selective-about-delegation-ba15aicxx)
