Added
- Load personal hooks from ~/.copilot/hooks in addition to repo-level .github/hooks
- Support enabledPlugins in config for automatic plugin installation at startup
- Session usage metrics (requests, tokens, code changes) are now persisted to events.jsonl after each session ends
Improved
- Show a clear, actionable error message when git is not installed and a remote plugin or marketplace is used
- Links in alt-screen mode are rendered with underline styling for better visibility
- /delegate prompts for a target remote in multi-remote repositories and clarifies confirmation text
- Hide noisy todo bookkeeping queries and show dependency details in timeline
- Rename
launch_messagesconfig setting tocompanyAnnouncements - Show a waiting message when the terminal is handed to an external editor
- Rename repository config from
.github/copilot/config.jsontosettings.json
Fixed
- Plugin cache automatically recovers from a corrupted or incomplete clone without manual intervention
- Opening links on Windows correctly handles URLs with & query parameters
- Colons in inline code render correctly inside markdown tables
- Ctrl+K joins lines when cursor is at end of line, matching standard Emacs/terminal behavior