|
| 1 | +## 1.0.40 - 2026-05-01 |
| 2 | + |
| 3 | +- PR branch decoration displays correctly in the footer regardless of model name length |
| 4 | +- /clear and /new reset the active custom agent selection |
| 5 | +- Assistant responses stream with smoother text output |
| 6 | +- `copilot plugin list` shows the correct version after running `copilot plugin update` |
| 7 | +- Add support for `client_credentials` OAuth grant type for MCP servers, enabling fully headless authentication without a browser |
| 8 | +- Subagents correctly evaluate tool search support for their own model instead of inheriting the parent session's settings |
| 9 | +- Switching sessions with /new or /resume no longer carries over pending messages to the new session |
| 10 | +- CLI no longer hangs at 100% CPU when sending a large file attachment |
| 11 | +- Resume session picker no longer shows duplicate entries for the same Mission Control-backed session |
| 12 | +- Session resume selector displays summaries on a single line, truncated to fit the column width |
| 13 | +- Print "Exiting…" to stderr immediately on Ctrl+C during prompt mode so shutdown progress is visible |
| 14 | +- /research uses an orchestrator/subagent model for more thorough and reliable deep research results |
| 15 | +- Autopilot mode now limits continuation messages to 5 by default (configurable with --max-autopilot-continues) |
| 16 | +- Automatically clean up old CLI package versions from disk during auto-update |
| 17 | +- Remote session statusline shows the remote working directory and branch instead of local context |
| 18 | +- /update no longer re-submits the original -i prompt after restarting |
| 19 | +- Detect Azure DevOps repositories and auto-disable the GitHub MCP server |
| 20 | +- Session history, file tracking, and the /chronicle command are now available to all users |
| 21 | +- Skills are available as slash commands in ACP clients, matching the CLI experience |
| 22 | +- Resuming a session no longer falsely reports it as in use after a previous CLI process exited unexpectedly |
| 23 | +- --config-dir now propagates correctly to plugin subcommands; --config-dir is deprecated in favor of COPILOT_HOME |
| 24 | +- Mouse selection works while the /ask response dialog is open, so its content can be highlighted and copied |
| 25 | +- Improve CLI startup speed by loading custom CA certificates asynchronously |
| 26 | +- Remote control link shows the full URL in the timeline instead of 'Open in browser' |
| 27 | +- ACP clients (e.g. Zed) now display the agent's live plan as it works through multi-step tasks |
| 28 | +- Add toggle for custom statusLine.command visibility in the statusline picker |
| 29 | +- ACP clients can now list and switch custom agents via the agent config option |
| 30 | +- MCP OAuth tokens cache correctly when multiple servers share the same URL but use different static OAuth client IDs |
| 31 | +- MCP tool names with dots or other invalid characters are now sanitized correctly |
| 32 | +- Ctrl+C and double-Esc remove pending queued messages one at a time instead of all at once |
| 33 | +- Slash command suggestions rank prefix matches above fuzzy matches |
| 34 | +- Prompt mode (-p) now gates repo hooks and workspace MCP behind opt-in env vars (GITHUB_COPILOT_PROMPT_MODE_REPO_HOOKS and GITHUB_COPILOT_PROMPT_MODE_WORKSPACE_MCP) for secure-by-default behavior |
| 35 | + |
1 | 36 | ## 1.0.39 - 2026-04-28 |
2 | 37 |
|
3 | 38 | - Allow ACP clients to toggle allow-all permission mode via session configuration |
@@ -1658,7 +1693,7 @@ To commemorate GitHub Copilot CLI reaching general availability last week, we're |
1658 | 1693 |
|
1659 | 1694 | ## 0.0.332 - 2025-10-01 |
1660 | 1695 |
|
1661 | | -- Switched to using per-subscription Copilot API endpoints in accordance with [GitHub's docs](https://docs.github.com/en/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-access/manage-network-access) (fixes https://github.com/github/copilot-cli/issues/76) |
| 1696 | +- Switched to using per-subscription Copilot API endpoints in accordance with [GitHub's docs](https://docs.github.com/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-access/manage-network-access) (fixes https://github.com/github/copilot-cli/issues/76) |
1662 | 1697 | - Fixed a bug where `/user [list | show | switch]` did not include users signed in from all authentication modes (fixes https://github.com/github/copilot-cli/issues/58) |
1663 | 1698 | - Fixed a bug where switching to another user with `/user switch` did not take effect in the GitHub MCP server |
1664 | 1699 | - Improved the screenreader experience by disabling the scrollbar in the `@` file picker, the `--resume` session picker, and the `/` command picker |
|
0 commit comments