Skip to content

[bot] Document recent Copilot CLI, app, and VS Code updates - #3421

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/learning-hub-updates-2026-09-19-daf78f69fcf563f2
Draft

github-actions[bot] wants to merge 1 commit into
mainfrom
docs/learning-hub-updates-2026-09-19-daf78f69fcf563f2

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

What's new

Checked the past week of GitHub Copilot updates across the CLI, desktop app, and VS Code, and compared them against the current Learning Hub content (excluding cli-for-beginners, which is out of scope).

Copilot CLI (v1.0.85 – v1.0.86)

  • --json output added to copilot plugin list, copilot plugin marketplace list, and copilot plugin marketplace browse
  • New opt-in context management tools for agents and subagents (/settings)
  • transcriptView: "concise" groups tool activity into expandable work summaries
  • New include-custom-instructions: true custom agent frontmatter field (v1.0.86) to opt into AGENTS.md / .github/copilot-instructions.md / CLAUDE.md

(Note: Vim mode, /config, /sandbox network allow/deny rules, session/memory import, and GPT-6 Astra from v1.0.84/v1.0.85 were already documented.)

GitHub Copilot app (v1.1.21 – v1.1.22)

  • Generated artifacts now sit directly alongside repository files in the Files tab with a clearer source switcher (v1.1.21)
  • v1.1.22 was an internal/maintenance-only release with no user-facing changes to document

VS Code 1.138 (Agent Host)

  • Automations are enabled by default and can now be exported/imported to share across environments or teams
  • Agent sessions can run inside a local folder's Dev Container, using the project's own toolchain
  • Expanded Codex support in the agent host: switch between Copilot/ChatGPT-backed models mid-session, continue sessions between the ChatGPT app and VS Code, and use the full set of VS Code tools (including MCP) from Codex

Sections updated

  • website/src/content/docs/learning-hub/copilot-configuration-basics.md — added --json plugin flags, context management tools, and concise transcript view sections
  • website/src/content/docs/learning-hub/building-custom-agents.md — added include-custom-instructions frontmatter documentation
  • website/src/content/docs/learning-hub/agents-and-subagents.md — added VS Code 1.138 Automations, Dev Containers, and expanded Codex support notes
  • website/src/content/docs/learning-hub/github-copilot-app.md — added Files tab refinement note for v1.1.21

No new page was warranted this cycle — all findings fit as incremental additions to existing pages that already track these features by version.

Sources

Note: github.blog, code.visualstudio.com, and nishanil.github.io were unreachable from this sandbox (network egress blocked); raw GitHub content and API endpoints were used instead as equivalent authoritative sources.

Warning

Firewall blocked 6 domains

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

  • api.allorigins.win
  • code.visualstudio.com
  • github.blog
  • nishanil.github.io
  • objects.githubusercontent.com
  • r.jina.ai

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

network:
  allowed:
    - defaults
    - "api.allorigins.win"
    - "code.visualstudio.com"
    - "github.blog"
    - "nishanil.github.io"
    - "objects.githubusercontent.com"
    - "r.jina.ai"

See Network Configuration for more information.

Generated by Learning Hub Updater · auto · 245.2 AIC · ⌖ 3.87 AIC · ⊞ 7.5K ·

…leases

Add documentation for GitHub Copilot updates from the past week:

- copilot-configuration-basics.md: document copilot-cli v1.0.85 features
  (--json on plugin/marketplace list commands, opt-in context management
  tools for agents/subagents, concise transcriptView grouping)
- building-custom-agents.md: document the v1.0.86 `include-custom-instructions`
  agent frontmatter field for opting into AGENTS.md/copilot-instructions.md/
  CLAUDE.md
- agents-and-subagents.md: document VS Code 1.138 Agent Host features
  (Automations enabled by default and shareable, local Dev Container
  sessions, expanded Codex harness support)
- github-copilot-app.md: document Copilot app v1.1.21 Files tab refinement

Sources:
- https://raw.githubusercontent.com/github/copilot-cli/main/changelog.md (v1.0.85, v1.0.86)
- https://raw.githubusercontent.com/github/app/main/changelog.md (v1.1.21, v1.1.22)
- https://raw.githubusercontent.com/microsoft/vscode-docs/main/release-notes/v1_138.md

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