Copilot CLI v1.0.53: Multiline Prompts & Shell Fixes

Copilot CLI 1.0.53 fixes multiline prompt display clipping, respects config directory settings for skills, and resolves Bash session hangs with PS0/PROMPT_COMMAND variables.

Copilot CLI v1.0.53: Multiline Prompts & Shell Fixes

TL;DR

  • Multiline prompts now display fully without clipping
  • /skills picker respects --config-dir flag for saved preferences
  • Bash sessions no longer hang with PS0 or PROMPT_COMMAND set

Fixed

  • Multiline prompt display — prompts now render completely without content clipping or selection offset issues
  • /skills picker config handling — --config-dir flag is now correctly honored when saving skill preferences
  • Bash shell hangs — sessions no longer freeze when PS0 or PROMPT_COMMAND environment variables are set

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

Source: Copilot CLI