Skip to content

1.0.26-0

Pre-release
Pre-release

Choose a tag to compare

@copilot-cli-release-app copilot-cli-release-app released this 14 Apr 09:50
· 9 commits to main since this release

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