Copilot CLI v1.0.12-1: Terminal & PowerShell Fixes

Copilot CLI 1.0.12-1 fixes clickable hyperlinks in VS Code, PowerShell flag handling, and Windows OneDrive permission prompts.

Copilot CLI v1.0.12-1: Terminal & PowerShell Fixes

TL;DR

  • OSC 8 hyperlinks now clickable in VS Code terminals
  • PowerShell flag arguments no longer misread as file paths
  • Windows OneDrive trusted folder prompts fixed

Fixed

  • OSC 8 hyperlinks in VS Code — Terminal links are now properly clickable instead of appearing as plain text.
  • PowerShell flag arguments — Flags like /all and /enum-devices are no longer incorrectly treated as file paths.
  • Trusted folder prompts on Windows — OneDrive paths and case-insensitive filesystems no longer trigger spurious access prompts.

Improved

  • Status line payload — Session name field now included alongside session ID for better session tracking.

Update via: npm install -g @github/copilot-cli@1.0.12-1

Source: Copilot CLI