|
| 1 | +## 0.0.400 - 2026-01-30 |
| 2 | + |
| 3 | +- Add MCP server instructions support |
| 4 | +- Timeline displays user responses to `ask_user` tool prompts with username |
| 5 | +- Ordered lists display with numbers instead of dashes |
| 6 | +- Add theme picker with `/theme` command and GitHub Dark/Light themes |
| 7 | +- Fix support for pasting large content on Windows Terminal |
| 8 | +- Better handle large results from grep and glob tools to avoid memory issues |
| 9 | +- CLI now sends DELETE requests to remove MCP servers when shutting down |
| 10 | +- Fix not being able to arrow key out of text inputs in select lists |
| 11 | +- ACP server supports changing models during a session |
| 12 | +- ACP server support permission flags: --yolo, --allow-all, etc. and permissions config |
| 13 | +- Show progress indicator in terminal tab when thinking |
| 14 | +- Remove bundled LSP servers (TypeScript, Python) |
| 15 | +- Improve compatibility with remote MCP servers that use OAuth |
| 16 | +- Markdown table headers display in bold |
| 17 | +- Add autopilot mode for autonomous task completion (experimental) |
| 18 | +- Add fuzzy search to model picker |
| 19 | +- Freeform text input in list pickers works correctly |
| 20 | +- Add `copilot plugin` subcommand for non-interactive plugin management |
| 21 | +- CLI is more responsive in sessions with many messages |
| 22 | +- Shell path detection more accurately handles spaces, quotes, and Windows switches |
| 23 | +- Diff mode file list uses carousel navigation, showing up to 5 files at a time |
| 24 | +- Holding backspace continues deleting text |
| 25 | +- Better support for UNIX keyboard bindings (Ctrl+A/E/W/U/K, Alt+arrows) and multiline content in various text inputs |
| 26 | +- Add `launch_messages` config for startup announcements |
| 27 | +- The Code Review tool handles large changesets by ignoring build artifacts and limiting to 100 files |
| 28 | + |
1 | 29 | ## 0.0.399 - 2026-01-29 |
2 | 30 |
|
3 | 31 | - Compaction messages show clearer command hints to view checkpoint summaries |
|
0 commit comments