Copilot CLI v0.0.413-0: Remote Plugins & Model Migration

Copilot CLI 0.0.413-0 adds remote plugin support, auto-model migration, and fixes alt-screen timeline updates and keyboard navigation.

Copilot CLI v0.0.413-0: Remote Plugins & Model Migration

TL;DR

  • Remote plugin sources now supported in marketplace.json (GitHub repos and git URLs)
  • Auto-migration from claude-sonnet-4.5 to current default model on startup
  • Ctrl+Insert copies selected text in alt-screen view; multiple UX and API fixes

New

  • Ctrl+Insert in alt-screen — Copy selected text directly without leaving the view
  • Remote plugin sources — Reference GitHub repos and git URLs in marketplace.json plugin entries instead of local paths only

Improved

  • Code search speed — Faster search performance in large repositories
  • Model auto-migration — Users on claude-sonnet-4.5 automatically migrate to the current default model on startup

Fixed

  • Copilot API URL now respected in configuration
  • Alt-screen timeline entries now update correctly when tool calls complete, including sub-agent calls
  • In-progress icons for read_bash, write_bash, and stop_bash now show empty circle instead of filled dot
  • Skill files with YAML array syntax for allowed-tools load correctly
  • Ctrl+A, Ctrl+E, and Ctrl+U now navigate to logical line boundaries (newlines) instead of visual wrap boundaries

Update with: npm install -g @github/copilot-cli@0.0.413-0

Source: Copilot CLI