You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,14 @@
1
+
## 1.0.21 - 2026-04-07
2
+
3
+
- Add `copilot mcp` command for managing MCP servers
4
+
- Spinner no longer appears stuck when a long-running async shell command is active
5
+
- Enterprise GitHub URL input in the login flow now accepts keyboard input and submits on Enter
6
+
- Slash command picker no longer flickers or shifts the input while filtering
7
+
- Timeline no longer goes blank when content shrinks (e.g., after cancelling or tool completion)
8
+
- Plan mode timeline display shows user text without a redundant "Plan" prefix
9
+
- Reduce memory usage by automatically shutting down shell sessions that are no longer needed
10
+
- Hooks configured with PascalCase event names now receive VS Code-compatible snake_case payloads with hook_event_name, session_id, and ISO 8601 timestamps
11
+
1
12
## 1.0.20 - 2026-04-07
2
13
3
14
- Add `copilot help monitoring` topic with OpenTelemetry configuration details and examples
0 commit comments