Added
- Plugin hooks receive PLUGIN_ROOT, COPILOT_PLUGIN_ROOT, and CLAUDE_PLUGIN_ROOT env vars with the plugin's installation directory
Improved
- Session scope selector in sync prompt is now more prominent and keyboard-navigable with left/right arrow keys
- Instruction files with specific applyTo patterns are consolidated into a table instead of inlining full content, reducing context window usage
Fixed
- ACP server binds to localhost only, preventing unintended network exposure
- Installing a plugin named 'git' from a marketplace no longer fails due to incorrect URL parsing
- Enterprise login accepts hostnames without a URL scheme (e.g. 'github.example.com')
- LSP language servers correctly initialize on Windows using proper file URI paths
- Relative paths in file edit operations resolve against the session working directory