Copilot CLI v1.0.48-0: Dialog & Config Fixes
Copilot CLI 1.0.48-0 fixes dialog prompting behavior, strips YAML metadata from skill injection, and resolves Azure DevOps headless mode issues. Includes terminal cursor and config sync improvements.
TL;DR
- /ask dialog no longer prompts for follow-ups it can't handle
- Skill content stripped of YAML frontmatter metadata
- Azure DevOps workspaces now auto-disable github-mcp-server in headless mode
- Terminal cursor positioning and config sync fixes
Improved
- /ask dialog behavior — no longer prompts for follow-up replies when it cannot receive them
- Skill content injection — YAML frontmatter metadata removed from model input
Fixed
- Azure DevOps headless mode — github-mcp-server now auto-disables in prompt/headless mode, matching interactive mode behavior
- Terminal cursor positioning — cursor now lands on the input field instead of decorative elements like selected tabs
- ACP client config sync — clients receive updated config options when the active model changes
Update via: npm install -g @github/copilot-cli@1.0.48-0
Source: Copilot CLI