GitHub Copilot CLI v0.0.415 adds model field for custom agents, show_file tool, and overhauled /mcp show grouping
$ git clone --branch v0.0.415 https://github.com/github/copilot-cli.git # already have the repo? check out this version: $ git checkout v0.0.415
$ /plugin install "/Users/analyst/My Plugins/vuln-scanner" - ›Adds
modelfield to custom agent configuration, letting practitioners specify which model powers a given agent. - ›Adds
show_filetool for presenting code and diffs to the user inline during a session. - ›Adds
/plugin marketplace addand/plugin installsupport for local paths that contain spaces. - ›Upgrades
/mcp showto group servers into User, Workspace, Plugins, and Built-in sections with full keyboard navigation. - ›Plan approval menu now surfaces model-curated actions with a recommended option highlighted first, including autopilot+fleet for parallelizable work.
+3 moreshow less
- ›Adds env loading indicator displaying skills, MCPs, plugins, and other resources being loaded at startup.
- ›Agent now self-reports which model is powering it when asked during a session.
- ›Adds Ctrl+A/E to cycle through visual lines in wrapped input, Home/End to navigate within a visual line, and Ctrl+Home/End to jump to text boundaries.