|
| 1 | +## 0.0.421 - 2026-03-03 |
| 2 | + |
| 3 | +- Autopilot permission dialog appears on first prompt submission instead of on mode switch |
| 4 | +- AUTO theme now reads your terminal's ANSI color palette and uses it directly, so colors match your terminal theme |
| 5 | +- Add structured form input for the ask_user tool using MCP Elicitations (experimental) |
| 6 | +- Plugin commands read extraKnownMarketplaces from project-level .claude/settings.json for Claude compatibility |
| 7 | +- Git hooks can detect Copilot CLI subprocesses via the COPILOT_CLI=1 environment variable to skip interactive prompts |
| 8 | +- Spurious "write EIO" error entries no longer appear in the timeline during session resume or terminal state transitions |
| 9 | +- Python-based MCP servers no longer time out due to buffered stdout |
| 10 | +- Error when --model flag specifies an unavailable model |
| 11 | +- MCP server availability correctly updates after signing in, switching accounts, or signing out |
| 12 | +- Display clickable PR reference next to branch name in the status bar |
| 13 | +- Add --plugin-dir flag to load a plugin from a local directory |
| 14 | +- Mouse text selection is automatically copied to the Linux primary selection buffer (middle-click to paste) |
| 15 | +- Fix VS Code shift+enter and ctrl+enter keybindings for multiline input |
| 16 | +- Use consistent ~/.copilot/pkg path for auto-update instead of XDG_STATE_HOME |
| 17 | +- ACP clients can configure reasoning effort via session config options |
| 18 | +- Click links in the terminal to open them in your default browser |
| 19 | +- Support repo-level config via .github/copilot/config.json for shared project settings like marketplaces and launch messages |
| 20 | +- Streaming output no longer truncates when running in alt-screen mode |
| 21 | +- Right-click paste no longer produces garbled text on Windows |
| 22 | +- Shell command output on Windows no longer renders as "No changes detected" in the timeline |
| 23 | +- GitHub API errors no longer appear as raw HTTP messages in the terminal when using the # reference picker |
| 24 | +- Markdown tables render with proper column widths, word wrap, and Unicode borders that adapt to terminal width |
| 25 | +- MCP elicitation form displays taller multi-line text input, hides tab bar for single-field forms, and fixes error flashing on field navigation |
| 26 | + |
1 | 27 | ## 0.0.420 - 2026-02-27 |
2 | 28 |
|
3 | 29 | - Auto-update now also updates the binary executable, not just the JS package |
|
0 commit comments