GitHub Copilot CLI Adds Task View, Input Queues and Rewind
Developers get more control over long agent runs through subagent tracking, queued commands, headless plan-to-implementation flow and context-preserving app handoff.
GitHub added a set of agent-supervision controls to Copilot CLI in its August 13, 2026 weekly release. The command-line tool can now show subagents and their tasks, accept queued input while an agent turn is still running, connect planning to headless autopilot, restore Copilot-made changes through a rewind command, and preserve context when opening the Copilot app.
The update matters to developers using Copilot for work that lasts beyond one prompt. Instead of treating an agent turn as a sealed wait state, the new controls provide ways to inspect work, stage the next instruction, move from a plan into implementation and cross from the terminal into the app without starting a context-free session. GitHub has not published independent reliability evidence for these workflows.
The task view makes subagent work visible
The /tasks command now provides a place to manage subagents and their tasks. GitHub's release page illustrates several background agents in the task panel, but it does not document a concurrency ceiling, scheduling policy or resource model. The confirmed change is the management surface itself, not a promise that every plan or account can run an unlimited number of agents.
That distinction is important for teams evaluating agent orchestration. Visibility can help a developer see which task needs attention, but the announcement does not measure whether task management improves completion rates, reduces errors or prevents duplicated work. Those outcomes still need testing against real repositories and team policies.
Queued input changes the rhythm of a running turn
Copilot CLI can now queue prompts, shell commands and supported slash commands while an agent turn is active. In practical terms, a developer can prepare the next input without waiting for the current turn to finish before typing it.
GitHub does not list the supported queued slash commands on the fetched release page, nor does it explain ordering, cancellation or failure handling for a mixed queue of prompts and shell commands. Teams should therefore treat the feature as a new interaction control and verify its behaviour in their own workflows before depending on a particular execution order.
Headless planning can flow into autopilot
The CLI now allows --plan to be combined with --mode autopilot when using headless mode through -p. GitHub describes the sequence as asking the agent to produce a plan and then implement it. This creates a direct route from planning into autonomous execution for scripted or non-interactive use.
The release note does not say that a generated plan is independently reviewed before implementation, and it supplies no evaluation of plan quality or autonomous-change safety. Repository permissions, command approvals and review practices therefore remain operational questions outside the announcement.
Rewind and app handoff add recovery options
GitHub says /rewind can restore Copilot changes without requiring Git or discarding user edits. That gives the CLI a recovery mechanism even when a repository snapshot is not the intended path. The fetched note does not define the rewind boundary, storage lifetime, treatment of untracked files or behaviour after external edits, so developers should test those edges before treating it as a complete substitute for version control.
The /app command also now preserves session and folder context when it opens the Copilot app. That makes the handoff more continuous, but GitHub has not documented a minimum CLI version, plan restriction, geography or staged-rollout schedule for any of these five controls in the fetched weekly note.
Status
Confirmed. GitHub's official weekly release documents the new Copilot CLI controls. Internal confidence is medium because a single vendor source supports the update and does not include independent tests, detailed rollout metadata or the operational limits noted above.
Sources
Update note: Last reviewed 2026-08-14. We will revise this post if GitHub publishes version requirements, queue semantics, rewind boundaries or measured reliability evidence.
Sources
- GitHub Copilot weekly releases — August 10 — official
Drafted with AI assistance from source briefs; reviewed for citation completeness and label accuracy.