[bot] Document CLI sandbox policy, non-GitHub git auth, and tgrep search (v1.0.79) - #2642
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[bot] Document CLI sandbox policy, non-GitHub git auth, and tgrep search (v1.0.79)#2642github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
…in Learning Hub 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 recent GitHub Copilot updates (CLI changelog up to v1.0.79, released 2026-08-10) against the Learning Hub. Note:
github.blog,code.visualstudio.com, and the community guide site were unreachable from this sandboxed environment (network policy blocks non-GitHub domains), so this update is based on thegithub/copilot-clirepository changelog and releases only, cross-referenced with the existing Learning Hub content inwebsite/src/content/docs/learning-hub/.What was found
The Learning Hub (particularly
copilot-configuration-basics.md) was already remarkably current, covering most v1.0.7x–v1.0.79 features (worktrees, autopilot modes, model picker, plugin marketplaces, sandbox settings, etc.). A few smaller v1.0.79 items were not yet documented:/sandbox policycommand showing effective sandbox paths, denials, and network accesstgrep(trigram-indexed search) instead of ripgrep for faster search in large monoreposSections updated
website/src/content/docs/learning-hub/copilot-configuration-basics.md— added three short entries to the existing CLI sandbox/search documentation block (no structural changes, no new pages needed).cli-for-beginners/pages were intentionally left untouched per instructions.Sources
Limitations
Could not access
github.blog,code.visualstudio.com, ornishanil.github.iodue to sandbox network restrictions (onlygithub.com/api.github.com/raw content reachable), so those sources were not reviewed in this pass.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.