Copilot CLI v0.0.401-1: Auth & Input Fixes

Copilot CLI 0.0.401-1 fixes terminal auth, keyboard input reliability, and slash command autocomplete. Small patch, solid improvements.

Copilot CLI v0.0.401-1: Auth & Input Fixes

TL;DR

  • Terminal auth now passes correct arguments to login flow
  • Arrow keys and special keys work reliably when held down
  • Slash command ghost text appends without breaking

Fixed

  • ACP terminal-auth arguments — Login now receives the correct parameters instead of malformed ones.
  • Arrow and special key handling — Keys held down no longer cause input glitches or repeated characters.
  • Slash command ghost text — Autocomplete suggestions now append correctly without text corruption.

Update with: npm install -g @github/copilot-cli@0.0.401-1

Source: Copilot CLI