[bot] Update guide for CLI v1.0.11–v1.0.14 and Squad v0.9.x#29
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
[bot] Update guide for CLI v1.0.11–v1.0.14 and Squad v0.9.x#29github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
New features and changes documented:
CLI v1.0.11-v1.0.14:
- Monorepo support: configs/skills/MCP servers discovered at every
directory level up to git root (Custom Instructions + Skills + MCP)
- Personal skills directory ~/.agents/skills/ (Skills section)
- Microsoft Entra ID auth for MCP servers (no repeat consent screens)
- MCP sampling: servers can request LLM inference with user approval
- Org policy enforcement for third-party MCP servers
- Plugin hook template vars: {{project_dir}} and {{plugin_data_dir}}
- /allow-all on|off|show subcommands (Autopilot section)
- /rewind timeline picker: roll back to any point in conversation
- .claude/settings.json as alias config source
Squad v0.9.x:
- Updated version reference from v0.8.x to v0.9.x
- StorageProvider abstraction: FSStorageProvider, InMemoryStorageProvider,
SQLiteStorageProvider, and custom providers (e.g. Azure Blob Storage)
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
GitHub Copilot CLI v1.0.11–v1.0.14 (March 23–31, 2026)
Monorepo support (v1.0.11)
Custom instructions, MCP servers, skills, and agents are now discovered at every directory level from the working directory up to the git root. Each sub-package in a monorepo can have its own customization files. Documented in Custom Instructions, Skills, and MCP Servers sections.
Personal skills directory (v1.0.11)
~/.agents/skills/is now a personal skill discovery directory that works across all repos, aligning with VS Code's GHCP4A extension default. Added to the Skills section summary table.MCP improvements (v1.0.11, v1.0.13)
/mcp showPlugin hook template variables (v1.0.12)
Plugin hooks receive
CLAUDE_PROJECT_DIRandCLAUDE_PLUGIN_DATAenvironment variables, and support\{\{project_dir}}and\{\{plugin_data_dir}}template variables in hook configurations. Added to the Hooks config notes./allow-allsubcommands (v1.0.12)/allow-all(a.k.a./yolo) now supportson,off, andshowsubcommands to enable, disable, or check the current allow-all state. Added a code example to the Autopilot section./rewindtimeline picker (v1.0.13)/rewind(or double-Esc) now opens a timeline picker to roll back to any point in conversation history — not just the previous snapshot. Added as a new subsection in Autopilot Mode..claude/settings.jsonsupport (v1.0.12).claude/settings.jsonand.claude/settings.local.jsonare read as additional repo config sources alongside.copilot/files. Added to the Custom Instructions summary table.Squad v0.9.x (released March 23, 2026)
@bradygaster/squad-cli@latest)FSStorageProvider(default),InMemoryStorageProvider,SQLiteStorageProvider, and custom providers (e.g. Azure Blob Storage)Sections updated
.claude/settings.jsonalias~/.agents/skills/directory, monorepo discovery/allow-allsubcommands, new/rewindsubsectionSource announcements