<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/copilot-cli-tutorial-11---delegating-tasks-to-the-cloud-k1kewfpdn" -->

---
title: Copilot CLI Tutorial #11 - Delegating Tasks to the Cloud
description: The final lesson in a Copilot CLI tutorial series covers how to delegate coding tasks to GitHub&#x27;s cloud agents using the `delegate` command. Copilot works...
canonical: https://daily.dev/posts/copilot-cli-tutorial-11---delegating-tasks-to-the-cloud-k1kewfpdn
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Copilot CLI Tutorial #11 - Delegating Tasks to the Cloud | daily.dev
og:description: The final lesson in a Copilot CLI tutorial series covers how to delegate coding tasks to GitHub&#x27;s cloud agents using the `delegate` command. Copilot works...
og:url: https://daily.dev/posts/copilot-cli-tutorial-11---delegating-tasks-to-the-cloud-k1kewfpdn
og:image: https://api.daily.dev/og/posts/K1KEWfpdN.png
og:image:alt: Copilot CLI Tutorial #11 - Delegating Tasks to the Cloud
og:image:width: 1200
og:image:height: 630
og:locale: 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.

# Copilot CLI Tutorial #11 - Delegating Tasks to the Cloud

**[Net Ninja](https://daily.dev/sources/netninja)** · 7 min read · 0 upvotes · 0 comments

## Summary

The final lesson in a Copilot CLI tutorial series covers how to delegate coding tasks to GitHub's cloud agents using the `delegate` command. Copilot works remotely on a new branch, automatically opens a pull request, and updates it as work progresses. You can monitor the session via a web link, chat with Copilot mid-task to redirect it, and later resume the session locally by pulling down the branch and code changes into VS Code. The key benefit is running multiple independent tasks in parallel in the cloud while continuing local development simultaneously.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=0TtwelTaN4U>

## Similar posts on daily.dev

- [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
- [A mission control to assign, steer, and track Copilot coding agent tasks](https://daily.dev/posts/a-mission-control-to-assign-steer-and-track-copilot-coding-agent-tasks-cddu1llz4) · GitHub Changelog · 0 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#vscode](https://daily.dev/tags/vscode), [#ai-assisted-development](https://daily.dev/tags/ai-assisted-development)

[View this post on daily.dev](https://daily.dev/posts/copilot-cli-tutorial-11---delegating-tasks-to-the-cloud-k1kewfpdn)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Copilot CLI Tutorial #11 - Delegating Tasks to the Cloud","url":"https://daily.dev/posts/copilot-cli-tutorial-11---delegating-tasks-to-the-cloud-k1kewfpdn","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/copilot-cli-tutorial-11---delegating-tasks-to-the-cloud-k1kewfpdn"},"datePublished":"2026-06-09T09:16:36.284Z","dateModified":"2026-06-09T09:16:53.468Z","description":"The final lesson in a Copilot CLI tutorial series covers how to delegate coding tasks to GitHub's cloud agents using the `delegate` command. Copilot works...","image":"https://i.ytimg.com/vi/0TtwelTaN4U/sddefault.jpg","thumbnailUrl":"https://i.ytimg.com/vi/0TtwelTaN4U/sddefault.jpg","isAccessibleForFree":true,"articleSection":"Net Ninja","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Net Ninja","logo":"https://media.daily.dev/image/upload/s--IXsAE5jo--/f_auto/v1718348103/logos/netninja","url":"https://daily.dev/sources/netninja"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/copilot-cli-tutorial-11---delegating-tasks-to-the-cloud-k1kewfpdn","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"github,vscode,ai-assisted-development","timeRequired":"PT7M","video":{"@type":"VideoObject","name":"Copilot CLI Tutorial #11 - Delegating Tasks to the Cloud","description":"The final lesson in a Copilot CLI tutorial series covers how to delegate coding tasks to GitHub's cloud agents using the `delegate` command. Copilot works...","thumbnailUrl":"https://i.ytimg.com/vi/0TtwelTaN4U/sddefault.jpg","uploadDate":"2026-06-09T09:16:36.284Z","duration":"PT7M","url":"https://api.daily.dev/r/K1KEWfpdN","embedUrl":"https://www.youtube.com/embed/0TtwelTaN4U"}}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Net Ninja","item":"https://daily.dev/sources/netninja"},{"@type":"ListItem","position":3,"name":"Copilot CLI Tutorial #11 - Delegating Tasks to the Cloud"}]}
```

