[bot] Update Learning Hub with Copilot CLI v1.0.69–1.0.70 features#2269
Draft
github-actions[bot] wants to merge 1 commit into
Draft
[bot] Update Learning Hub with Copilot CLI v1.0.69–1.0.70 features#2269github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- automating-with-hooks.md: Document exit code 2 semantics for preToolUse deny (v1.0.70) - creating-effective-skills.md: Expand Forge auto-detection of draft skills (v1.0.70) - installing-and-using-plugins.md: Add /plugins dashboard (v1.0.69) and SHA pinning (v1.0.70) - building-custom-agents.md: Add .github/copilot/settings.json repo-level model/effort/context tier pinning (v1.0.70) 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.
What's new
Updates to the Learning Hub based on GitHub Copilot CLI changelog entries from the past 7 days (v1.0.69–1.0.70, released 2026-07-07 and 2026-07-09).
New features found
preToolUsehooks exit code 2 semantics — exit code 2 now cleanly denies tool calls (distinct from other non-zero codes which signal errors)/pluginsdashboard — in-session command to browse, enable/disable, and reload pluginsshafield in plugin source config pins to an exact commit.github/copilot/settings.json— repo-level pinning of model, reasoning effort, and context tierSections updated
automating-with-hooks.md: UpdatedpreToolUsesection to document the new exit code 2 semantics for denying tool calls. Added an exit code reference table (0 = approve, 2 = deny, other non-zero = error). Updated the Best Practices section to recommend exit code 2 for policy blocks.creating-effective-skills.md: Expanded the/chronicle skills reviewFAQ answer to explain Forge's automatic draft skill detection (v1.0.70) alongside the existing manual review flow.installing-and-using-plugins.md: Added a/pluginsdashboard section explaining the new in-session plugin manager (v1.0.69). Added a "Pinning Plugins to a Specific Commit" subsection documenting theshafield (v1.0.70).building-custom-agents.md: Added a new "Repository-Level Model and Effort Pinning" section documenting.github/copilot/settings.jsonwith supported keys (model,reasoningEffort,contextTier) and a reference table.Source announcements