[bot] Update guide: personal skills directory, MCP org policy, hooks in settings.json, Squad v0.9.x#23
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
…json, Squad v0.9.x - Skills: document ~/.agents/skills/ as personal skill discovery directory (v1.0.11) - MCP: add org policy enforcement row to summary table (v1.0.11) - Hooks: add settings.json/settings.local.json/config.json support note (v1.0.8) - Hooks: note that extension hooks from multiple extensions now merge (v1.0.11) - Squad: update What's new section from v0.8.x to v0.9.x with new squad version subcommand - File structure: add ~/.agents/skills/ to Quick Reference 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 based on changes in the past 7 days across GitHub Copilot CLI and the Squad community project.
1. Personal skills directory (
~/.agents/skills/) — CLI v1.0.11Copilot CLI v1.0.11 (2026-03-23) added
~/.agents/skills/as a personal skill discovery directory, aligning with VS Code's GHCP4A extension default.Changes:
📁 Location:line to mention both repo-level (.github/skills/) and personal (~/.agents/skills/) directories~/.agents/skills/entry2. MCP org policy enforcement — CLI v1.0.11
Copilot CLI v1.0.11 enforces organization policy for third-party MCP servers for all users, and shows a warning when a server is blocked by the org allowlist.
Changes:
3. Hooks in settings.json — CLI v1.0.8
Copilot CLI v1.0.8 (2026-03-18) added support for defining hooks directly in
settings.json,settings.local.json, andconfig.json(in addition to the existinghooks.jsonfile approach). Also, extension hooks from multiple extensions now merge rather than overwrite.Changes:
settings.jsonhook definitions and extension hook merging4. Squad v0.9.x — Squad v0.9.0/v0.9.1
Squad released v0.9.0 and v0.9.1 on 2026-03-23. The guide previously referenced v0.8.x.
Changes:
squad versionsubcommand to the CLI commands list and What's new bulletsSource announcements