[bot] Update Learning Hub: fix version tags and add v1.0.85 CLI features - #3239
Draft
github-actions[bot] wants to merge 1 commit into
Draft
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- Fix incorrect version tags: several v1.0.85 CLI features were mislabeled as v1.0.84+ (a version that does not exist in the copilot-cli changelog, which jumps from 1.0.83 to 1.0.85): Vim mode general availability, /config sidebar, sandbox network allow/deny rules, memory/session import, plugin component commands, and the CLI parser rewrite. - Correct GPT-6 Astra model availability from v1.0.84+ to v1.0.85+. - Document new v1.0.85 features not previously covered: concise transcriptView, opt-in context management tools for subagents, streamer mode, general availability of /collect-debug-logs, /worktree and --worktree graduating out of experimental mode, scheduled prompts shown in the footer by default, and per-model AI Credit usage breakdown in /usage (v1.0.81+). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Checked the GitHub Copilot CLI changelog (
github/copilot-cli, up through v1.0.85, released 2026-09-16) against the Learning Hub pages that document CLI configuration and plugins. Note:github.blog/changelog,code.visualstudio.com/updates, andgithub/github-app(which does not exist as a repo) were unreachable from this environment's network egress policy, so this update is based on thecopilot-clichangelog only.What was found
v1.0.84+don't correspond to a real release — thecopilot-clichangelog jumps directly from1.0.83to1.0.85. Affected items: Vim mode general availability, GPT-6 Astra, the/configsidebar, sandbox network allow/deny rules, memory/session import, component-specific plugin CLI commands, and the CLI parser rewrite. All were actually shipped in v1.0.85.transcriptViewmode, opt-in context management tools for agents/subagents, streamer mode (masks model names for screen-sharing), general availability of/collect-debug-logs,/worktree//move/--worktreegraduating out of experimental mode, scheduled prompts (/every//after) now shown in the footer by default./usage.Sections updated
website/src/content/docs/learning-hub/copilot-configuration-basics.mdwebsite/src/content/docs/learning-hub/installing-and-using-plugins.mdSource
Warning
Firewall blocked 3 domains
The following domains were blocked by the firewall during workflow execution:
code.visualstudio.comgithub.blognishanil.github.ioTo allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.