Copilot CLI v0.0.415-0: File Display & Plugin Fixes
Copilot CLI adds file display capabilities, model transparency, and fixes plugin path handling for spaces.
TL;DR
- New show_file tool lets the agent present code and diffs directly to you
- Agent now reports which model is running it
- Plugin marketplace and install commands now handle local paths with spaces
New
- show_file tool — Agent can now display code snippets and diffs inline, making it easier to review changes without context switching
Improved
- Model transparency — Agent tells you which model is powering it when asked, removing the guesswork
Fixed
- Plugin paths with spaces — /plugin marketplace add and /plugin install now correctly handle local paths containing spaces
Update with: npm install -g @github/copilot-cli@0.0.415-0
Source: Copilot CLI