Copilot CLI 1.0.30: Status Bar & Paste Fixes

Copilot CLI 1.0.30 adds status bar customization, fixes image paste regression, and improves plugin discovery and error messaging.

Copilot CLI 1.0.30: Status Bar & Paste Fixes

TL;DR

  • New /statusline command to customize status bar items (directory, branch, effort, context window, quota)
  • Image paste from clipboard works again after regression
  • Plugin discovery and /undo messaging improvements

New

  • /statusline command — customize which items appear in the status bar with /footer as an alias.
  • Ctrl+V and Meta+V image paste — both keyboard shortcuts now trigger image paste on all platforms after bracketed paste regression.

Fixed

  • Feedback form links now point to the correct GitHub repository.
  • /undo shows an explanatory message when rewind is unavailable (not in a git repo or no commits yet).
  • Plugin skills and commands are correctly discovered when using skills.discover.
  • Image paste from clipboard works again after regression in bracketed paste handling.

Removed

  • --list-env flag that logged loaded plugins, agents, skills, and MCP servers in prompt mode.

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

Source: Copilot CLI