Copilot CLI v0.0.416: Help Docs & MCP Policy
Copilot CLI 0.0.416 improves help discoverability, enforces MCP policies, and adds confirmation to undo operations.
TL;DR
- Help text now includes descriptions, examples, and sorted flags for clarity
- Third-party MCP servers blocked when policy doesn't allow them
- Streaming response counter updates live during tool calls and resets between requests
- Status line adapts to narrow terminals without losing critical info
- Undo operations now require confirmation
New
- Expanded
--helpcontent — Descriptions, examples, and sorted flags make CLI discovery less painful. - MCP policy enforcement — Third-party Model Context Protocol servers are now blocked when your Copilot MCP policy doesn't allow them.
- Live streaming response counter — Response size counter updates continuously during tool calls and reasoning, then resets between requests so you see actual progress.
- Adaptive status line layout — Automatically switches to two-line format on narrow terminals, keeping CWD, branch, and model info readable at any width.
Breaking Changes
- Undo confirmation required — Undo operations now always require confirmation to prevent accidental reversions.
Update via: npm install -g @github/copilot-cli@latest
Source: Copilot CLI