Skip to content

[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
mainfrom
update-learning-hub-copilot-1.0.85-d89bece65983ebd5
Draft

github-actions[bot] wants to merge 1 commit into
mainfrom
update-learning-hub-copilot-1.0.85-d89bece65983ebd5

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

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, and github/github-app (which does not exist as a repo) were unreachable from this environment's network egress policy, so this update is based on the copilot-cli changelog only.

What was found

  1. Version numbering errors: Several features documented as v1.0.84+ don't correspond to a real release — the copilot-cli changelog jumps directly from 1.0.83 to 1.0.85. Affected items: Vim mode general availability, GPT-6 Astra, the /config sidebar, 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.
  2. Missing v1.0.85 features: concise transcriptView mode, opt-in context management tools for agents/subagents, streamer mode (masks model names for screen-sharing), general availability of /collect-debug-logs, /worktree//move/--worktree graduating out of experimental mode, scheduled prompts (/every//after) now shown in the footer by default.
  3. Missing v1.0.81 feature: per-model AI Credit usage breakdown in /usage.

Sections updated

  • website/src/content/docs/learning-hub/copilot-configuration-basics.md
  • website/src/content/docs/learning-hub/installing-and-using-plugins.md

Source

Warning

Firewall blocked 3 domains

The following domains were blocked by the firewall during workflow execution:

  • code.visualstudio.com
  • github.blog
  • nishanil.github.io

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "code.visualstudio.com"
    - "github.blog"
    - "nishanil.github.io"

See Network Configuration for more information.

Generated by Learning Hub Updater · auto · 148.3 AIC · ⊞ 8K ·

- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants