[bot] Update Learning Hub for Copilot CLI v1.0.76–1.0.78 features - #2541
Merged
Merged
Conversation
- 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
approved these changes
Aug 5, 2026
aaronpowell
marked this pull request as ready for review
August 5, 2026 04:04
aaronpowell
enabled auto-merge (squash)
August 5, 2026 04:04
Contributor
Author
|
🟡 Contributor Reputation Check: MEDIUM risk
Maintainers: please review this contributor before merging. |
Contributor
There was a problem hiding this comment.
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. |
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.
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)
/pluginsenable/disable controls for plugins, instructions, agents, LSP servers, and hooksgrok-4.5)v1.0.77 (2026-07-30)
v1.0.78 (2026-08-03)
/new-worktreeexperimental command — create a worktree and start a fresh conversation in one step/permissionscommand — interactive picker for switching between approval modes/rewindimprovements — no longer requires git, offers conversation-only vs. conversation+files rollback choiceallowDevToolCachessandbox setting (on by default) — grants sandboxed builds access to toolchain cachesSections updated
copilot-configuration-basics.md/rewindcommand — updated to describe git-free operation and rollback scope choice (v1.0.78)/new-worktreecommand — new section after/worktree(v1.0.78, experimental)/permissionscommand — new section after theghread-only approval note (v1.0.78)allowDevToolCachessandbox setting — added to sandbox flags section (v1.0.78)installing-and-using-plugins.md/pluginstoggles (v1.0.76)