Skip to content

[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
update/cli-v1.0.11-v1.0.14-squad-v0.9-a9718f2376c60fe7
Draft

[bot] Update guide for CLI v1.0.11–v1.0.14 and Squad v0.9.x#29
github-actions[bot] wants to merge 1 commit intomainfrom
update/cli-v1.0.11-v1.0.14-squad-v0.9-a9718f2376c60fe7

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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)

  • Microsoft Entra ID authentication for MCP servers no longer shows a consent screen on every login
  • MCP servers can request LLM inference (sampling) on your behalf — requires user approval via a review prompt
  • Organization admins can enforce a third-party MCP server allowlist; blocked servers are hidden from /mcp show

Plugin hook template variables (v1.0.12)
Plugin hooks receive CLAUDE_PROJECT_DIR and CLAUDE_PLUGIN_DATA environment variables, and support \{\{project_dir}} and \{\{plugin_data_dir}} template variables in hook configurations. Added to the Hooks config notes.

/allow-all subcommands (v1.0.12)
/allow-all (a.k.a. /yolo) now supports on, off, and show subcommands to enable, disable, or check the current allow-all state. Added a code example to the Autopilot section.

/rewind timeline 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.json support (v1.0.12)
.claude/settings.json and .claude/settings.local.json are read as additional repo config sources alongside .copilot/ files. Added to the Custom Instructions summary table.

Squad v0.9.x (released March 23, 2026)

  • Updated the guide's "What's new" section from v0.8.x → v0.9.x
  • Added note about latest npm install (@bradygaster/squad-cli@latest)
  • Added StorageProvider abstraction: pluggable storage layer with FSStorageProvider (default), InMemoryStorageProvider, SQLiteStorageProvider, and custom providers (e.g. Azure Blob Storage)

Sections updated

  • Custom Instructions — monorepo support note, .claude/settings.json alias
  • Skills — personal ~/.agents/skills/ directory, monorepo discovery
  • MCP Servers — Entra ID auth, sampling, org policy, monorepo support
  • Hooks — plugin hook template variables
  • Autopilot Mode/allow-all subcommands, new /rewind subsection
  • Squad — updated to v0.9.x, StorageProvider abstraction

Source announcements

Generated by Check Copilot Updates ·

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants