From b0d3928fac953992a3aa4dbe38d437de50953025 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 20:50:46 +0000 Subject: [PATCH] Document Agent Factory, concise transcript view, and context management opt-in for Copilot CLI 1.0.84 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .../learning-hub/copilot-configuration-basics.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/website/src/content/docs/learning-hub/copilot-configuration-basics.md b/website/src/content/docs/learning-hub/copilot-configuration-basics.md index b0f47e64..f7a2d7f7 100644 --- a/website/src/content/docs/learning-hub/copilot-configuration-basics.md +++ b/website/src/content/docs/learning-hub/copilot-configuration-basics.md @@ -946,6 +946,18 @@ copilot skill enable my-skill # enable a specific skill *(v1.0.84+)* Command-line parsing moved from Commander to a Rust-based grammar that mirrors what the CLI actually parses, which also generates shell completions directly from that grammar — so `copilot ` now offers root flags alongside subcommands, and each subcommand only shows its own options. As a result of this change, some error and help wording changed, `copilot login --host` now works correctly, and `--max-autopilot-continues` no longer accepts scientific notation as a value. +### Agent Factory + +*(v1.0.84+)* The `/factories` dialog lets you pause and resume Agent Factory runs — long-running automated pipelines that generate or refine agent configurations — instead of only starting or stopping them outright. + +### Concise Transcript View + +*(v1.0.84+)* Set `transcriptView` to `"concise"` in your settings to group tool activity into expandable work summaries, collapsing noisy intermediate tool calls into a single line you can expand when you need the detail. + +### Context Management Tools Opt-In + +*(v1.0.84+)* New `/settings` options let you opt in to context management tools for agents and subagents, giving primary agents and their delegated subagents more control over how their context window is curated during long sessions. + ## Common Questions **Q: How do I disable Copilot for specific files?**