[bot] Add Extensions (experimental); update Hooks ask permission, MCP devcontainer, Squad SDK-first mode#7
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
… March 2026 - New section: Extensions (experimental CLI v1.0.3+) — ask Copilot to write its own tools and hooks on-demand using @github/copilot-sdk - Hooks: document 'ask' permission decision (v1.0.4-0) — hooks can now request user confirmation before executing tool commands - MCP: add .devcontainer/devcontainer.json as a supported config location (v1.0.3) - Squad: update to v0.8.22–v0.8.25; document SDK-first mode (defineTeam/defineAgent builders, squad build command), squad migrate, squad link for remote teams - awesome-copilot: note external community plugins now shown on the website - Quick Reference, ToC, ASCII diagram, Further Reading all kept in sync Sources: - https://github.com/github/copilot-cli/releases/tag/v1.0.3 - https://github.com/github/copilot-cli/releases/tag/v1.0.4-0 - https://github.com/bradygaster/squad/releases/tag/v0.8.24 - https://github.com/bradygaster/squad/releases/tag/v0.8.25 - github/awesome-copilot@3efc4f3 (external plugins) 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
Automated daily check found the following Copilot updates from the past 7 days (March 4–10, 2026):
New features found
Copilot CLI v1.0.3–v1.0.4-0 (released March 9–10, 2026):
@github/copilot-sdk"ask"permission (v1.0.4-0) — hooks can now request user confirmation before executing a tool command.devcontainer/devcontainer.json— MCP server config is now also read from dev container files--reasoning-effortCLI flag,/restartcommand,configure-copilotsub-agent (mentioned in release notes)Squad v0.8.22–v0.8.25 (released March 7–8, 2026):
defineTeam(),defineAgent(),defineRouting(),defineHooks(),defineSquad()) withsquad buildcommandsquad migratecommand (from.ai-team/to.squad/)squad linkcommand for remote team rootsawesome-copilot (March 9, 2026):
Sections updated
.devcontainer/devcontainer.jsonas a locationpermissionfield table withaskoptionv0.8.xtov0.8.22–v0.8.25, added SDK-first mode,squad build,squad migrate,squad linkSources