|
| 1 | +## 1.0.13 - 2026-03-30 |
| 2 | + |
| 3 | +- Shell processes are cleaned up properly when a session ends |
| 4 | +- Reduce CPU usage during streaming by optimizing spinner rendering and task polling |
| 5 | +- SDK exit_plan_mode.requested event is now always emitted, regardless of whether a direct callback is configured |
| 6 | +- MCP servers using Microsoft Entra ID authentication no longer show the consent screen on every login |
| 7 | +- Grep and glob search results return promptly when a timeout is reached |
| 8 | +- Keystrokes are no longer dropped when typing quickly in elicitation dialogs |
| 9 | +- Clipboard copy on native Windows no longer includes a stray U+FEFF character at the start of pasted text |
| 10 | +- Fixed --config-dir being ignored when resuming a session, causing paths to silently fall back to ~/.copilot |
| 11 | +- Reduce CLI startup time by running terminal detection, auth, and git operations in parallel |
| 12 | +- /rewind and double-Esc now open a timeline picker that can roll back to any point in conversation history, not just the previous snapshot |
| 13 | +- MCP registry lookups are more reliable with automatic retries and request timeouts |
| 14 | +- CLI starts faster due to V8 compile cache reducing parse and compile time on repeated invocations |
| 15 | +- MCP servers can request LLM inference (sampling) with user approval via a new review prompt |
| 16 | +- MCP servers blocked by allowlist policy are now hidden from /mcp show |
| 17 | +- Reasoning effort setting now applies correctly when using Bring Your Own Model (BYOM) providers |
| 18 | +- Ensure clear error messaging when using classic PATs |
| 19 | +- grep tool handles large files and long lines without running out of memory |
| 20 | +- MCP server OAuth authentication works when the CLI runs in ACP mode |
| 21 | +- Split $BROWSER on spaces |
| 22 | +- Pasted text is no longer corrupted when mouse support is active |
| 23 | +- Uninstalling a marketplace plugin removes its cached data from disk |
| 24 | +- Remove support for gemini-3-pro-preview model |
| 25 | + |
1 | 26 | ## 1.0.12 - 2026-03-26 |
2 | 27 |
|
3 | 28 | - MCP servers defined in .mcp.json start correctly when the working directory is the git root |
|
0 commit comments