Skip to content

[bot] Update Learning Hub for Copilot CLI v1.0.76–1.0.78 features - #2541

Merged
aaronpowell merged 1 commit into
mainfrom
learning-hub-aug-2026-updates-1c7068ef867fd4e9
Aug 5, 2026
Merged

[bot] Update Learning Hub for Copilot CLI v1.0.76–1.0.78 features#2541
aaronpowell merged 1 commit into
mainfrom
learning-hub-aug-2026-updates-1c7068ef867fd4e9

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

What's new

Copilot CLI released versions 1.0.76 (2026-07-29), 1.0.77 (2026-07-30), and 1.0.78 (2026-08-03) in the past 7 days with several significant features not yet documented in the Learning Hub.

Source: github/copilot-cli changelog


Features found

v1.0.76 (2026-07-29)

  • /plugins enable/disable controls for plugins, instructions, agents, LSP servers, and hooks
  • Grok 4.5 model support (grok-4.5)
  • Sessions Sidebar (experimental) — manage multiple concurrent sessions in a persistent split-view panel

v1.0.77 (2026-07-30)

  • Browser-based OAuth login flow now default for local interactive terminals
  • Managed sandbox policy enforcement via macOS/Windows native MDM settings

v1.0.78 (2026-08-03)

  • First-party plugins auto-update at session start
  • /new-worktree experimental command — create a worktree and start a fresh conversation in one step
  • /permissions command — interactive picker for switching between approval modes
  • /rewind improvements — no longer requires git, offers conversation-only vs. conversation+files rollback choice
  • allowDevToolCaches sandbox setting (on by default) — grants sandboxed builds access to toolchain caches
  • Directable queue manager — reorder, edit, remove, repeat queued messages while the agent runs

Sections updated

copilot-configuration-basics.md

  • Model family aliases — added Grok 4.5 (v1.0.76)
  • /rewind command — updated to describe git-free operation and rollback scope choice (v1.0.78)
  • /new-worktree command — new section after /worktree (v1.0.78, experimental)
  • /permissions command — new section after the gh read-only approval note (v1.0.78)
  • Directable queue manager — added to keyboard shortcuts section (v1.0.76)
  • Sessions Sidebar — new section in session management (v1.0.76, experimental)
  • allowDevToolCaches sandbox setting — added to sandbox flags section (v1.0.78)

installing-and-using-plugins.md

  • Managing Plugins — added auto-update note for first-party plugins (v1.0.78)
  • Enabling and Disabling Plugin Components — new subsection documenting /plugins toggles (v1.0.76)
  • Best Practices — updated update guidance to reflect auto-update behavior

Generated by Learning Hub Updater · 100.2 AIC · ⌖ 9.81 AIC · ⊞ 5.8K ·

- copilot-configuration-basics.md:
  - Add Grok 4.5 model (v1.0.76) to model family aliases section
  - Update /rewind docs: no longer requires git, adds conversation-only
    vs conversation+files rollback choice (v1.0.78)
  - Add /new-worktree experimental command (v1.0.78)
  - Add /permissions command for switching approval modes (v1.0.78)
  - Add directable queue manager feature (v1.0.76)
  - Add Sessions Sidebar experimental feature (v1.0.76)
  - Add allowDevToolCaches sandbox setting (v1.0.78)

- installing-and-using-plugins.md:
  - Add /plugins enable/disable controls for plugin components (v1.0.76)
  - Update best practices: first-party plugins auto-update (v1.0.78)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@aaronpowell
aaronpowell marked this pull request as ready for review August 5, 2026 04:04
Copilot AI balanced review requested due to automatic review settings August 5, 2026 04:04
@aaronpowell
aaronpowell enabled auto-merge (squash) August 5, 2026 04:04
@github-actions github-actions Bot added the website-update PR touches website content or code label Aug 5, 2026
@aaronpowell
aaronpowell merged commit 940cf68 into main Aug 5, 2026
13 checks passed
@aaronpowell
aaronpowell deleted the learning-hub-aug-2026-updates-1c7068ef867fd4e9 branch August 5, 2026 04:05
@github-actions

github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor Author

🟡 Contributor Reputation Check: MEDIUM risk

Check Risk
Profile MEDIUM
Credential audit NONE

Maintainers: please review this contributor before merging.
See the workflow run for full details.
Automated check powered by AGT.

@github-actions github-actions Bot added the needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk label Aug 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Learning Hub documentation for Copilot CLI v1.0.76–1.0.78.

Changes:

  • Documents new session, permissions, sandbox, model, and worktree features.
  • Adds plugin auto-update and component-management guidance.
Show a summary per file
File Description
copilot-configuration-basics.md Documents new CLI configuration and session features.
installing-and-using-plugins.md Updates plugin management and auto-update guidance.

Review details

  • Files reviewed: 2/2 changed files
  • Comments generated: 4
  • Review effort level: Balanced

In the session picker, press **`s`** to cycle the sort order: relevance, last used, created, or name. The picker also shows the branch name and idle/in-use status for each session.

The `/rewind` command opens a timeline picker that lets you roll back the conversation to any earlier point in history, reverting both the conversation and any file changes made after that point. You can also trigger it by pressing **double-Esc**:
**Sessions Sidebar** *(v1.0.76+, experimental)*: The Sessions Sidebar is a persistent panel for managing multiple concurrent sessions — switch between them, spawn new ones, and see their status at a glance, all without leaving your current session. Enable it with `/experimental on`, then toggle it on:
- plugins
- copilot-cli
- fundamentals
lastUpdated: 2026-08-04

### Enabling and Disabling Plugin Components

*(v1.0.76+)* The `/plugins` command (or `copilot plugin list` in non-interactive mode) now includes **enable/disable toggles** for individual plugin components. You can turn off specific agents, instructions, hooks, LSP servers, or entire plugins without uninstalling them:

**Keyboard shortcuts for queuing messages**: Use **Ctrl+Q** or **Ctrl+Enter** to queue a message (send it while the agent is still working). **Ctrl+D** no longer queues messages — it now has its default terminal behavior. If you have muscle memory for Ctrl+D queuing, switch to Ctrl+Q.

**Directable queue manager** *(v1.0.76+)*: While the agent is working, you can manage your queued messages before they are sent. Open the queue manager to **reorder**, **edit**, **remove**, or **repeat** queued messages — even send one immediately out of turn. This is useful when you think of a better follow-up mid-run or want to reprioritize what the agent works on next.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated-update copilot-updates needs-review:MEDIUM Contributor reputation check flagged MEDIUM risk website-update PR touches website content or code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants